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.


Messages - hcfwesker

Pages: 1 [2]
16
SMFShop Announcements / Re: Looking for Support Helpers!
« on: August 21, 2010, 03:03:09 am »
I've been using Shop for quite awhile, and understand how it works.  Even have made plenty of additions for items, the "show items in signature" addition, I understand the Cron Jobs for bank Interests and Lottery ( which I do need help with reinstalling )  http://smfshop.com/forum/index.php/topic,1279.msg9572.html#msg9572


You don't have to make me a mod or global mod, I'd just like to help when I have free time and see needed support.

17
Modifications / Re: SMF Lottery Mod
« on: August 21, 2010, 03:00:52 am »
I'm afraid there may not be support left for this addition.  I had this going on my forum, but members weren't interested, now they are, so I re-Installed it, but getting this error when going to the Lottery section in Shop.

Database Error
Table 'brawldom_website.smf_lottery_win' doesn't exist
File: /home/brawldom/public_html/Sources/shop/Shop-Lottery.php
Line: 32

I'm lost on what to do.


18
Do you see any extra checkboxes under your Board Modify, close to the bottom, but no text in front of them?   

I don't use SMF 2.0 , but I remember I first had this problem on SMF 1.1.11, and it was a result of the languages files not being added correctly, so the text would not appear.

Check the SMF Default CORe theme, and see if the options appear there.

19
Modifications / Re: SMFShop Inventory Post Modification
« on: April 24, 2010, 02:02:31 am »
I haven't changed anything, but apprently items being bought are now being displayed in the opposite order they buy them in.

I can't find where this changed.  I'm looking for ASC and DSC in the code, but have no luck.

I want the first item they bought, to the be first item displayed, and each additional item displayed after that.

I know it's the default setting, and it was working before, but now, they're being displayed differently :(


20
Modifications / Re: SMFShop Inventory Post Modification
« on: April 21, 2010, 10:31:06 pm »
Ok, i think i have a fix but i don't know how it works...

Replace

Code: [Select]
if (count($message['member']['shopitems']) != 0)
To

Code: [Select]
if (isset($message['member']['shopitems']) && (count($message['member']['shopitems'])) != 0)

Just wanna say thanx, I came here looking for the same solution.   So far it's fixed the errors popping up in the Error Log.

Pages: 1 [2]