Still can't add this Paypal button, please help

Started by Barnaby, May 19, 2009, 10:29:04 PM

Previous topic - Next topic

Barnaby

Hello, I've searched and searched to no avail. I am trying to add one or two buttons to my SMF, could someone please help?

I would like to add some buttons in this spot on my SMF: hxxp:img195.imageshack.us/img195/9223/buttons.jpg [nonactive]


My template is attached. Please, and thank you for the help.

bullbreedluverz

try placing below

// Show the menu here, according to the menu sub template.
template_menu();

Barnaby

I just keep getting this same old error no matter where I put it. :(

"The file you tried to save generated the following error:
Parse error: syntax error, unexpected '<' in index.template.php on line 156"

JBlaze

Can you attach your PayPal code? I will format it for you :)
Jason Clemons
Former Team Member 2009 - 2012

Barnaby

Alright, thank you! :D

<a href='https://www.paypal.com/cgi-bin/webscr?cmd=_donations&business=myemail%40gmail%2ecom&item_name=Up%20Forum&no_shipping=0&no_note=1&tax=0&currency_code=USD&lc=US&bn=PP%2dDonationsBF&charset=UTF%2d8'><img src='https://www.paypal.com/en_US/i/btn/btn_donateCC_LG.gif' style='display:inline;';></a>
<a href='http://forum.top-site-list.com/vote1473.html'><img src='http://forum.top-site-list.com/images/voteimage/forum-3.gif' style='display:inline;';></a>

JBlaze

Edit index.template.php
Code (find) Select
// Show the menu here, according to the menu sub template.
   template_menu();

Code (replace) Select
// Show the menu here, according to the menu sub template.
   template_menu();

echo '
<div align="center">
<a href=\'https://www.paypal.com/cgi-bin/webscr?cmd=_donations&business=myemail%40gmail%2ecom&item_name=Up%20Forum&no_shipping=0&no_note=1&tax=0&currency_code=USD&lc=US&bn=PP%2dDonationsBF&charset=UTF%2d8\'><img src=\'https://www.paypal.com/en_US/i/btn/btn_donateCC_LG.gif\' style=\'display:inline;\';></a>
<a href=\'http://forum.top-site-list.com/vote1473.html\'><img src=\'http://forum.top-site-list.com/images/voteimage/forum-3.gif\' style=\'display:inline;\';></a>
</div>';
Jason Clemons
Former Team Member 2009 - 2012

Barnaby

Oh man! You are awesome. :D Thank you so much for helping me!

hxxp:img42.imageshack.us/img42/2466/buttonwin.jpg [nonactive]


Thank you!! :D

JBlaze

Jason Clemons
Former Team Member 2009 - 2012

Advertisement: