Show Posts

This section allows you to view all posts made by this member. Note that you can only see posts made in areas you currently have access to.


Topics - pinay007

Pages: [1]
1
Bugs / Change username bug (maybe)
« on: April 29, 2008, 01:19:49 pm »
I'm running SMFShop 3.0.

One of my users bought the Change Username item, but when she tries to change it, it shoots back the following:

Quote
"Please try again. If you come back to this error screen, report the error to an administrator."

I checked the error log and got:

Quote
Database Error: Unknown column 'TheirUsername' in 'field list'
File: /home/username/public_html/site/forum/Sources/Subs.php
Line: 634

Thanks for any help!

2
General SMFShop Discussion / In pocket amounts
« on: August 03, 2007, 05:54:44 am »
After upgrading to 3.0, even though it shows the 10 richest members in pocket, SMFShop is saying that "You currently have 0 PC in your pocket."

Any ideas why?

3
General SMFShop Discussion / [SOLVED] Duplicate column name 'shop_Flag'
« on: August 03, 2007, 05:39:16 am »
I upgraded both my SMFShop and my SMF installation successfully.

I noticed I had a bit of trouble with the Shop Item: Profile Image 0.1 package (showing up as not installed, but showing the images in the threads).

When I try to reinstall it, it gives me the error in the subject field. I tried to do a search in PHPMyAdmin to no avail.

How do I remove the duplicate column name and get SMF to recognize the package as already installed?

4
Completed Shop Buttons / Musiconica by m3talc0re
« on: January 17, 2007, 09:28:05 am »
I figured this out just now, and thought I would share. :)

Open index.template.php (going through the Admin section is easiest). 

Beginning on line 612, find:

Quote
  <table width="100%" border="0" cellpadding="0" cellspacing="1">
      <tr>
         <td class="catbg" height="20" align="left" valign="middle" style="color:#ffffff;">Quick Links</td>
      </tr>

Add after:

Quote
      <tr>
         <td height="20" align="left" valign="middle" class="windowbg"><a href="', $scripturl, '?action=shop">Shop!</a></td>
      </tr>

Within the theme, on the right-hand side of the screen, you'll see the drop-down box for "Quick Links." The shop will be the first one you see, as evidenced on my forum.

Pages: [1]