[ADDON] Donation Mod - Donator list
Forum rules
You dont have to use ModX or make your mod AutoMod compatible. A simple textfile is fine
But if you post Mods here You also have to give support
You dont have to use ModX or make your mod AutoMod compatible. A simple textfile is fine
But if you post Mods here You also have to give support
[ADDON] Donation Mod - Donator list
Thank You very much for this mod, i have an external question who is related to this mod,
i wonder how to add a progress bar just like it shows on the snapshot , with the text under ?
i wonder how to add a progress bar just like it shows on the snapshot , with the text under ?
[ADDON] Donation Mod - Donator list
Thats part of my donation mod which you will find here on the board.
[ADDON] Donation Mod - Donator list
Indeed, i didn't active the option to show achievement in ACP, my mistake , sorry .
thank for the help.
thank for the help.
[ADDON] Donation Mod - Donator list
Thank you for this.
It could be multilingual:
and in en/mods/donate.php
AFTER:
PUT:

PS: 1 Question, the 1st one appear with a font-size:20px why? And how that list is ordered? It's the last to been added to the Donators? Just like to know the expected behavior
Cheers!
It could be multilingual:
Code: Select all
<h3>{L_DONATION_THANKS}</h3>
AFTER:
Code: Select all
'DONATION_CONTACT_PAYPAL' => 'Connecting to Paypal - Please Wait...',
Code: Select all
'DONATION_THANKS' => 'Thanks To Our Donators',

PS: 1 Question, the 1st one appear with a font-size:20px why? And how that list is ordered? It's the last to been added to the Donators? Just like to know the expected behavior
Cheers!
[ADDON] Donation Mod - Donator list
Forget about my question on "PS" xD
I've read all the SQL code and see that was RAND() (random), I've removed the font-size style, and ordered by upper(username). It's better for me.
Maybe in the future I'll write an automatic mod, that I insert a value donated on the user admin page, and it will add him to the vip group, sum the value to the donate mod, and sum on "download mod" the kbytes for each cents donated. And with that I'll have a new database table, that I could save the data of donation, and with that I could order by date. ^^
I've read all the SQL code and see that was RAND() (random), I've removed the font-size style, and ordered by upper(username). It's better for me.
Maybe in the future I'll write an automatic mod, that I insert a value donated on the user admin page, and it will add him to the vip group, sum the value to the donate mod, and sum on "download mod" the kbytes for each cents donated. And with that I'll have a new database table, that I could save the data of donation, and with that I could order by date. ^^
[ADDON] Donation Mod - Donator list
I have installed this addon (thank you) but do I need to do anything in my paypal account? Will it show automatically who donated once they make a donation in the thank you list?
[ADDON] Donation Mod - Donator list
No, it will just display users you have added to your donation group
[ADDON] Donation Mod - Donator list
thank you very much. one last thing, How do I add the fading image to my donate pages? I been looking like crazy and can't find it. will you please point me to the right direction?