![]() |
|
| |||||||
| Notices |
| Start your own community forum Discussions & Articles about how to create, promote and benefit from having your own community forum. |
![]() |
| | LinkBack | Thread Tools |
|
#1
| ||||
| ||||
| Could anyone tell how I could go about adding a PayPal donate button to my forums? I already have the HTML code for the button and have been able to add it to the site itself but now I would like to add it to my forum. So if anyone could tell me how or has a link to mod that could show me how to do this that would be great. Thanks |
|
#2
| ||||
| ||||
| Depending on what your looking for try one of these. phpBBHacks.com
__________________ Angies CyberScripts Web Designs by the Boom Crew The Showcase Now Closed PhpBB and web design |
|
#3
| ||||
| ||||
| Thanks for the link. I got the button on the forums. However, I have one other question. Right now my button sits to the left of the Powered by phpBB © 2001, 2005 phpBB Group. I would like for all of that to go under the button. What would I need to type in to the code to get that to move under the button. Here is a pic of what I have so far. |
|
#4
| ||||
| ||||
| Ok remove the code you put in the overall_footer.tpl then above this line Code: <div align="center"><span class="copyright"><br />{ADMIN_LINK}<br /> Code: <div align="center"> <form action="https://www.paypal.com/cgi-bin/webscr" method="post"> <input type="hidden" name="cmd" value="_xclick"> <input type="hidden" name="business" value="steady_racing@sbcglobal.net"> <input type="hidden" name="no_note" value="1"> <input type="hidden" name="currency_code" value="USD"> <input type="hidden" name="tax" value="0"> <input type="image" src="http://www.paypal.com/en_US/i/btn/btn_donateCC_LG.gif" border="0" name="submit" alt="Donate to Steady Racing."></div>
__________________ Angies CyberScripts Web Designs by the Boom Crew The Showcase Now Closed PhpBB and web design |
|
#5
| ||||
| ||||
| Perfect! Thanks alot! |