+ Reply to Thread
Results 1 to 5 of 5

Thread: Adding a PayPal link to the forum?
      
   

  1. #1
    BLK306's Avatar
    BLK306 is offline Second Lieutenant
    Join Date
    Sep 2006
    Location
    Everman, Tx
    Posts
    144

    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!

  2. #2
    Aliens Anonymous is offline Special Status
    Join Date
    Jan 2006
    Location
    Dark side of the moon
    Posts
    1,161

    Default Re: Adding a PayPal link to the forum?

    Depending on what your looking for try one of these. phpBBHacks.com

  3. #3
    BLK306's Avatar
    BLK306 is offline Second Lieutenant
    Join Date
    Sep 2006
    Location
    Everman, Tx
    Posts
    144

    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 Attached Thumbnails Adding a PayPal link to the forum?-code.jpg  
    ID: 11830
    www.steadyracing.net

    Forum Menace!

  4. #4
    Aliens Anonymous is offline Special Status
    Join Date
    Jan 2006
    Location
    Dark side of the moon
    Posts
    1,161

    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_**.gif" border="0" name="submit" alt="Donate to Steady Racing."></div>
    Then just save and upload.

  5. #5
    BLK306's Avatar
    BLK306 is offline Second Lieutenant
    Join Date
    Sep 2006
    Location
    Everman, Tx
    Posts
    144

    Default Re: Adding a PayPal link to the forum?

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

    Forum Menace!

Thread Information

Users Browsing this Thread

There are currently 1 users browsing this thread. (0 members and 1 guests)

     

Posting Permissions

  • You may not post new threads
  • You may not post replies
  • You may not post attachments
  • You may not edit your posts

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