Web Hosting Vodahost    

Home Take The Royal Tour! Order Now Features Prices
Go Back   Web Hosting > Other Forums > Start your own community forum

Notices

Start your own community forum Discussions & Articles about how to create, promote and benefit from having your own community forum.

Reply
 
LinkBack Thread Tools
  #1  
Old 03-06-2008, 10:15 PM
BLK306's Avatar
Second Lieutenant
 
Join Date: Sep 2006
Location: Everman, Tx
Posts: 134
Default Adding a PayPal link to the forum?

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
__________________
ID: 11830
www.steadyracing.net

Forum Menace!
Digg this Post!Add Post to del.icio.usBookmark Post in TechnoratiFurl this Post!Spurl this Post!Reddit! Wong this Post!
Reply With Quote
  #2  
Old 03-06-2008, 10:24 PM
Aliens Anonymous's Avatar
Brigadier General
 
Join Date: Jan 2006
Location: Dark side of the moon
Posts: 1,188
Default Re: Adding a PayPal link to the forum?

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
Digg this Post!Add Post to del.icio.usBookmark Post in TechnoratiFurl this Post!Spurl this Post!Reddit! Wong this Post!
Reply With Quote
  #3  
Old 03-07-2008, 02:50 AM
BLK306's Avatar
Second Lieutenant
 
Join Date: Sep 2006
Location: Everman, Tx
Posts: 134
Default Re: Adding a PayPal link to the forum?

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.
Attached Thumbnails
adding-paypal-link-forum-code.jpg  
__________________
ID: 11830
www.steadyracing.net

Forum Menace!
Digg this Post!Add Post to del.icio.usBookmark Post in TechnoratiFurl this Post!Spurl this Post!Reddit! Wong this Post!
Reply With Quote
  #4  
Old 03-07-2008, 02:25 PM
Aliens Anonymous's Avatar
Brigadier General
 
Join Date: Jan 2006
Location: Dark side of the moon
Posts: 1,188
Default Re: Adding a PayPal link to the forum?

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 />
Add this i have added your info, also you can change the alt text as i have this set to Donate to Steady Racing.

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>
Then just save and upload.
__________________
Angies CyberScripts
Web Designs by the Boom Crew
The Showcase Now Closed
PhpBB and web design
Digg this Post!Add Post to del.icio.usBookmark Post in TechnoratiFurl this Post!Spurl this Post!Reddit! Wong this Post!
Reply With Quote
  #5  
Old 03-08-2008, 05:39 AM
BLK306's Avatar
Second Lieutenant
 
Join Date: Sep 2006
Location: Everman, Tx
Posts: 134
Default Re: Adding a PayPal link to the forum?

Perfect! Thanks alot!
__________________
ID: 11830
www.steadyracing.net

Forum Menace!
Digg this Post!Add Post to del.icio.usBookmark Post in TechnoratiFurl this Post!Spurl this Post!Reddit! Wong this Post!
Reply With Quote
Reply


Currently Active Users Viewing This Thread: 1 (0 members and 1 guests)
 
Thread Tools

Posting Rules
You may not post new threads
You may not post replies
You may not post attachments
You may not edit your posts

BB code is On
Smilies are On
[IMG] code is On
HTML code is Off
Trackbacks are On
Pingbacks are On
Refbacks are On


All times are GMT +1. The time now is 07:25 PM.


Powered by vBulletin® Version 3.7.1
Copyright ©2000 - 2008, Jelsoft Enterprises Ltd.
Search Engine Friendly URLs by vBSEO 3.2.0 RC7
2007 VodaHost.com - All Rights Reserved

1 2 3 4 5 6 7 8 9 10 11 12 13 14 15 16 17 18 19 20 21 22 23 24 25 26 27 28 29 30 31 32 33 34 35 36 37 38 39 40 41 42 43 44 45 46 47 48 49 50 51 52 53 54 55