TAIFUN
Active member
- 1st Nov 2010 - v1.0.1
- Templates - Minor adjustment to templates to improve HMTL/CSS.
- Images Directory - Moved images from gp-donations to gp/donations to rationalise folders if multiple [GP] addons are installed.
v1.1.1
- 1st Nov 2010 - v1.0.1
- Templates - Minor adjustment to templates to improve HMTL/CSS.
- Images Directory - Moved images from gp-donations to gp/donations to rationalise folders if multiple [GP] addons are installed.
<xen:if is="{xen:checked $xenOptions.GP_Donations_Currencies.Currency_GBP}"><option value="GBP">{xen:phrase GP_Donations_Currency_GBP}</option></xen:if>
<xen:if is="{xen:checked $xenOptions.GP_Donations_Currencies.Currency_EUR}"><option value="EUR">{xen:phrase GP_Donations_Currency_EUR}</option></xen:if>
<xen:if is="{xen:checked $xenOptions.GP_Donations_Currencies.Currency_USD}"><option value="USD">{xen:phrase GP_Donations_Currency_USD}</option></xen:if>
<xen:if is="{xen:checked $xenOptions.GP_Donations_Currencies.Currency_USD}"><option value="CAD">{xen:phrase GP_Donations_Currency_CAD}</option></xen:if>
<xen:if is="{xen:checked $xenOptions.GP_Donations_Currencies.Currency_USD}"><option value="JPY">{xen:phrase GP_Donations_Currency_JPY}</option></xen:if>
<xen:if is="{xen:checked $xenOptions.GP_Donations_Currencies.Currency_GBP}"><option value="GBP">{xen:phrase GP_Donations_Currency_GBP}</option></xen:if>
<xen:if is="{xen:checked $xenOptions.GP_Donations_Currencies.Currency_EUR}"><option value="EUR">{xen:phrase GP_Donations_Currency_EUR}</option></xen:if>
<xen:if is="{xen:checked $xenOptions.GP_Donations_Currencies.Currency_USD}"><option value="USD">{xen:phrase GP_Donations_Currency_USD}</option></xen:if>
<xen:if is="{xen:checked $xenOptions.GP_Donations_Currencies.Currency_CAD}"><option value="CAD">{xen:phrase GP_Donations_Currency_CAD}</option></xen:if>
<xen:if is="{xen:checked $xenOptions.GP_Donations_Currencies.Currency_JPY}"><option value="JPY">{xen:phrase GP_Donations_Currency_JPY}</option></xen:if>
{$xenOptions.GP_Donations_Progress_Info}
{$xenOptions.GP_Donations_Progress_Percentage}{$xenOptions.GP_Donations_Progress_Info}
v1.1.1![]()
While editing some stuff to make it better with my forum, I found some things that are not good yet
Code:<xen:if is="{xen:checked $xenOptions.GP_Donations_Currencies.Currency_GBP}"><option value="GBP">{xen:phrase GP_Donations_Currency_GBP}</option></xen:if> <xen:if is="{xen:checked $xenOptions.GP_Donations_Currencies.Currency_EUR}"><option value="EUR">{xen:phrase GP_Donations_Currency_EUR}</option></xen:if> <xen:if is="{xen:checked $xenOptions.GP_Donations_Currencies.Currency_USD}"><option value="USD">{xen:phrase GP_Donations_Currency_USD}</option></xen:if> <xen:if is="{xen:checked $xenOptions.GP_Donations_Currencies.Currency_USD}"><option value="CAD">{xen:phrase GP_Donations_Currency_CAD}</option></xen:if> <xen:if is="{xen:checked $xenOptions.GP_Donations_Currencies.Currency_USD}"><option value="JPY">{xen:phrase GP_Donations_Currency_JPY}</option></xen:if>
(Notice the USD is used 3 times) Should be
Code:<xen:if is="{xen:checked $xenOptions.GP_Donations_Currencies.Currency_GBP}"><option value="GBP">{xen:phrase GP_Donations_Currency_GBP}</option></xen:if> <xen:if is="{xen:checked $xenOptions.GP_Donations_Currencies.Currency_EUR}"><option value="EUR">{xen:phrase GP_Donations_Currency_EUR}</option></xen:if> <xen:if is="{xen:checked $xenOptions.GP_Donations_Currencies.Currency_USD}"><option value="USD">{xen:phrase GP_Donations_Currency_USD}</option></xen:if> <xen:if is="{xen:checked $xenOptions.GP_Donations_Currencies.Currency_CAD}"><option value="CAD">{xen:phrase GP_Donations_Currency_CAD}</option></xen:if> <xen:if is="{xen:checked $xenOptions.GP_Donations_Currencies.Currency_JPY}"><option value="JPY">{xen:phrase GP_Donations_Currency_JPY}</option></xen:if>
Next: When you haven't entered Extra Information, there are like 3 <br />, it looks awefulMake sure there's only one when no Extra Info added.
These are just suggestions:
That's it
- What about using this picture instead of the grey one? https://www.paypal.com/en_US/BE/i/btn/btn_donateCC_LG.gif It looks better with XenForo
- If you set the phrase of the Progress Information to "% of our goal ($20) reached." by default and you replace
byCode:{$xenOptions.GP_Donations_Progress_Info}than you don't need to edit the % twice in the options every time a new donation comes in.Code:{$xenOptions.GP_Donations_Progress_Percentage}{$xenOptions.GP_Donations_Progress_Info}- A <br /> between the donate picture and the progress bar would be nice too
![]()
Donations are taxable income where I live and therefore should be declared on my income taxes.
On the flip side, hosting, licensing, software needed for development may be tax deductible to offset the income.
Save below as Donations.xml and import using Portal/Modules
<?xml version="1.0" encoding="utf-8"?>
<module>
<module_name>Donations</module_name>
<module_cache>+5 minutes</module_cache>
<module_settings/>
<module_template><![CDATA[<xen:include template="GP_donations" />]]></module_template>
</module>

Looks really good, what happens when there are a lot of donators? Or does it only show the latest 3?I have been trying to contact Gaming Perfection but I havent seen him around here lately. I have modified his code to get it to display the way that I want it to to get his opinion if it is alright to do it. I will show you what it looks like on my test site for your views but I wont post the code changes and I havent put this up yet on my active site.
View attachment 9663
As you can see I have removed his click button and I have made it so as to add the names of those who have donated. I didnt need his button because I have my own in the sidebar that I created separately.
Any thoughts?
Looks really good, what happens when there are a lot of donators? Or does it only show the latest 3?
I have been trying to contact Gaming Perfection but I havent seen him around here lately. I have modified his code to get it to display the way that I want it to to get his opinion if it is alright to do it. I will show you what it looks like on my test site for your views but I wont post the code changes and I havent put this up yet on my active site.
As you can see I have removed his click button and I have made it so as to add the names of those who have donated. I didnt need his button because I have my own in the sidebar that I created separately.
Any thoughts?
We use essential cookies to make this site work, and optional cookies to enhance your experience.