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 - Rus

Pages: [1]
1
Requested additions / Re: Contest Entry
« on: August 16, 2007, 10:45:24 am »
I just thought of that today, yes a counter would be lovely.  Say user X has 3 entries, user Y has 1, user Z has 5 and now pick a winner out of the 9 entries.

2
Requested additions / Re: Contest Entry
« on: August 16, 2007, 12:27:47 am »
It wont have a use for the holder, but if it could add to a counter somewhere to say who has how many entries then a name can be picked and declared winner.

3
General SMFShop Discussion / Re: Help me with my shop!! please please!
« on: August 15, 2007, 01:32:58 pm »
I know that on my site it shows up when I have either French or Finnish selected but still only displays English because I havent made or found a translation for it yet.  I havent installed a Spanish language pack on my site so I cant say for sure but I'd say it should.

4
General SMFShop Discussion / Re: Help me with my shop!! please please!
« on: August 15, 2007, 12:30:35 pm »
Mine were added, with 0 stock on hand so they didnt show up as something you could buy and I had to add stock.

5
General SMFShop Discussion / Re: Help me with my shop!! please please!
« on: August 15, 2007, 12:08:32 pm »
Have you gone into admin and into the Shop admin and edited items and added stock to them?

6
Requested additions / Language Packs
« on: August 15, 2007, 09:56:59 am »
I love the fact that the shop works so well with the referral mod.  My suggestion though is language packs.

I searched and saw that you only use English yourself but I was wondering if you had any plans for translations for those of us that had multiple languages on our sites?  Currently I have English, French and Finnish.

Thanks

7
Requested additions / Re: Contest Entry
« on: August 15, 2007, 08:59:37 am »
Anything, that can be discussed in the boards as long as there are contest entries to purchase in the shop then it becomes universal.

8
Requested additions / Re: Refer a friend, get credits?
« on: August 15, 2007, 07:06:36 am »
So I posted in the SMF forum about rewarding for referals and the guy who wrote the mod said this which works perfectly and its a much tinier change.

Quote
  To give your users some money (for SMFSHOP) per referral

Open register.php (in sources)

FIND
Code:

// updateMemberData((int) $_POST['referredby'], array('karmaGood' => 'karmaGood + 25',));


REPLACE WITH
Code:

updateMemberData((int) $_POST['referredby'], array('money' => 'money + 100',));


Change the 100 to the amount of money you want to give them. 

9
Requested additions / Contest Entry
« on: August 15, 2007, 03:22:03 am »
I have an idea for an item.

What about a contest entry?  I would like to have a contest on my site and to have entries in the shop would be awesome.  I have changed rock to contest entry for now but the fact that it says Unusable isnt really appealing.

Thanks.

10
Requested additions / Re: Refer a friend, get credits?
« on: August 15, 2007, 02:40:03 am »
I cant seem to get this code to work.  I copied and pasted exactly what was here.

It showed that I was referred by test2 but test2 did not get any credits.

Did I miss something?

Pages: [1]