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

Pages: 1 2 [3] 4 5 ... 20
31
General SMFShop Discussion / Re: download uncomplete
« on: July 19, 2007, 02:44:07 pm »
Hey leo,

from the sounds of it your using the filedownload item that comes with SMFShop?

and also the files that your users are trying to download are pretty big?

have you tried using v2 of the downloader thats designed for larger files?
http://www.dansoftaustralia.net/smfshop_wiki/Items:Download_File_v2

32
Requested additions / Re: "Voucher Code" Item
« on: July 19, 2007, 06:26:32 am »
Ok ive fixed that bug, and also added "Multiple"

"Multiple" is a voucher that can be redeemed multiple times but only once per member

Just uninstall the mod, delete then download this new version
http://www.leaderless.net/tp-downloads/redeemShop.zip


33
Requested additions / Re: "Voucher Code" Item
« on: July 19, 2007, 05:11:37 am »
Well how it works atm, is that once the voucher is used, its marked as "Redeemed" and cant be used again.

If you are asking for say? a voucher that can be used multiple times but only once per member?

34
Modifications / Re: Limited Carrying Items.
« on: July 19, 2007, 03:39:12 am »
Yes, I'll figure it out sometime... and glad to hear it works nicely... ^^

Makes me want to finish all my other mods. ^^
Lol.

how many you got going?

35
Requested additions / Re: "Voucher Code" Item
« on: July 19, 2007, 03:36:36 am »
This A Custom Build?
What do you mean by this? All code is my own.

Can be Used Once Or Mutliple Times?
It is possibly, but Im not entirely sure why you would want this? as what would stop the user inputting the voucher code multiple times to receive every count?

Add A Link In The Shop Menu To The Voucher Redemption Area?
You could...but why?
Dont you have a shop link on the top of your website? already?
If you still require it thou, i can add it in or you can, just open up themes/default/RedeemShop.template.php
should be simple enough

36
Modifications / Re: Limited Carrying Items.
« on: July 18, 2007, 03:34:16 pm »
Nice work with this mod.

Works nicely, shame about the uninstall, but its a small thing

37
Requested additions / Re: "Voucher Code" Item
« on: July 17, 2007, 09:26:24 pm »
http://www.leaderless.net/tp-downloads/redeemShop.zip

give this a go should be what you are after

Requires SMF Version 1.1.2 or 1.1.3

to use
goto SMF Action: ?action=redeemShop

38
Coding / Re: [SOLVED] Changing name
« on: July 15, 2007, 10:43:54 pm »
Sorry about that

made the relevant change in my post

glad you got it working.

39
Coding / Re: Changing name
« on: July 15, 2007, 02:15:44 pm »
ok its a little bit more difficult.

Just so you know, if you go ahead with this, it might make future patches fail.

first off
open up
Sources/Load.php
search for
Code: [Select]
mem.is_activated, mem.money,replace with
Code: [Select]
mem.is_activated, mem.money, mem.moneyBank,
search for
Code: [Select]
stars, mem.money,replace with
Code: [Select]
stars, mem.money, mem.moneyBank,
search for
Code: [Select]
'money' => $profile['money'],on the next line add
Code: [Select]
'moneyBank' => $profile['moneyBank'],


Almost done,
open up your
Display.template.php
search for
Code: [Select]
', $modSettings['shopCurrencyPrefix'], $message['member']['money'], $modSettings['shopCurrencySuffix'], '<br /><br />
replace with
Code: [Select]
', $modSettings['shopCurrencyPrefix'], $message['member']['money'], $modSettings['shopCurrencySuffix'], '<br />
', $modSettings['shopCurrencyPrefix'], $message['member']['moneyBank'], ' Bank ' ,$modSettings['shopCurrencySuffix'], '<br />
', $modSettings['shopCurrencyPrefix'], ($message['member']['moneyBank']+$message['member']['money']), ' Total ' ,$modSettings['shopCurrencySuffix'], '<br /><br />

40
Requested additions / Re: "Voucher Code" Item
« on: July 15, 2007, 10:57:09 am »
Shouldnt be to difficult.

If you have tinyportal installed, we could make a quick go at it and see how it works out.
If not, no matter

In saying this thou, currently I dont have enough time to write it for you,
but I'm more then happy to help you write it.

Couple of questions:
How would your users obtain said voucher?

And how about, when they input a valid voucher how about just give them an item. Then the item could be anything.
Also would make the mysql table small(id, voucher, itemid)

41
Coding / Re: Changing name
« on: July 15, 2007, 10:49:36 am »
it is yes
Your bank balance is store is variable
$context['user']['moneyBank']

as with
out of bank balance
$context['user']['money']

So they can be used where ever you would like

If you have issues with using this, just let me know how you would like it displayed and ill give you an example bit of code

42
Coding / Re: Changing name
« on: July 15, 2007, 08:54:37 am »
There are quite are a few different spots to change this to do a complete job

but the one you are after is located in
Display.template.php
Just do a search for "Send Money"

other references are located in
languages/Errors.english.php
languages/ManagePermissions.english.php
languages/Shop.english.php

43
Hello all,

I cant get the interest to work.

I am using SMFSHOP 3.0

I have made all what you have said in this topic and the interest_log file was created automatically but I found this message in it:

Code: [Select]
Warning: main(../../SSI.php): failed to open stream: No such file or directory in /hsphere/local/home/rsabouni/samasyria.net/smf/Sources/shop/dointerest.php on line 17

Warning: main(../../SSI.php): failed to open stream: No such file or directory in /hsphere/local/home/rsabouni/samasyria.net/smf/Sources/shop/dointerest.php on line 17

Warning: main(../../SSI.php): failed to open stream: No such file or directory in /hsphere/local/home/rsabouni/samasyria.net/smf/Sources/shop/dointerest.php on line 17

Warning: main(): Failed opening '../../SSI.php' for inclusion (include_path='.:/usr/local/lib/php') in /hsphere/local/home/rsabouni/samasyria.net/smf/Sources/shop/dointerest.php on line 17

Fatal error: Call to undefined function:  db_query() in /hsphere/local/home/rsabouni/samasyria.net/smf/Sources/shop/dointerest.php on line 20

anybody can help???

CuTe_MaN

Open up your do interest file
/hsphere/local/home/rsabouni/samasyria.net/smf/Sources/shop/dointerest.php
on line 17 find
../../SSI.php

and replace with
/hsphere/local/home/rsabouni/samasyria.net/smf/SSI.php

44
Modifications / Re: Mod: Bad Spelling Tax
« on: July 12, 2007, 02:11:40 pm »
I love it. I might actually implement something like that on my own site.

I really get ticked off by people who enter comments using SMS/IM type spelling.

I figure if someone is going to take the time to post on a forum they should at least make it so people can understand them :D
If you need help editing it at all, let me know.

I've been thinking about writing a mod to do with something like this to improve SMF Spellchecker and/or have something similar to the "Smartiness" Mod from vbulliten(if you make to many mistakes you get banned for a couple of days)

45
Requested additions / Re: poke nudge item
« on: July 06, 2007, 07:20:47 am »
There is probably a few things you can do here as you have said.

Those ideas listed are all pretty sound, and you should go through with and implement hopefully each one(Gift cards, could be just a long winded PM or if anything ever comes out of this thread might come in handy)

Since forums are a social thing, I would also recommend something that is out in the open next to posts rather then tucked away in profiles.
Maybe utilizing this Item here since you say your images are animated.

or if you've fine with stills, altering the EggAvatar with pokes or backslaps sounds kinda cool as well.

Pages: 1 2 [3] 4 5 ... 20