For some reason its not showing on the portal and i have re checked all settings but still not showing
Here is wth i did
New template in skin
Code:
<tr>
<td class="$bgclass">
<div align="center"><span class="smallfont">If You Like This Website, And Would Like To Give Something In Return, You Can Make A Donation. Your Donation Will Be Used To Pay For Hosting Service, Domain, And Maintenance Costs Only!</span></div>
<br />
<form action="https://www.paypal.com/cgi-bin/webscr" target="_blank" method="post">
<div align="center">$
<input type="text" name="amount" size="6" value="5.00" />
<input type="hidden" name="cmd" value="_xclick" />
<input type="hidden" name="business" value="youremail@whatever.com" />
<input type="hidden" name="item_name" value="Website Support Donation" />
<input type="hidden" name="no_note" value="1" />
<input type="hidden" name="currency_code" value="USD" />
<input type="hidden" name="tax" value="0" />
</div>
<br />
<br />
<div align="center"><span class="smallfont">Select Your Donation Amount And Then Press The Donate Button.</span></div>
<br />
<fieldset class="fieldset" style="margin:0px 0px 0px 0px">
<br />
<div align="center"><input type="image" src="https://www.paypal.com/en_US/i/btn/x-click-butcc-donate.gif" alt="Make payments with PayPal - it's fast, free and secure!" /><br /><br /></div></fieldset>
</form>
</td>
</tr>
CHANGED THE EMAIL AS WELL
Code:
"youremail@whatever.com"
than added the module template
Code:
Module Title: Donations
Template to Include: adv_portal_paypal
Use Module Shell Template : yes
Title Row Colspan: 1
But Not showing ..... anyone has an idea of wth have i made wrong in this
Regadrs
Wengi