Adding a PayPal link to the forum?

Collapse
X
 
  • Filter
  • Time
  • Show
Clear All
new posts
  • BLK306
    Second Lieutenant

    • Sep 2006
    • 144

    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!
  • Aliens Anonymous
    Special Status

    • Jan 2006
    • 1144

    #2
    Re: Adding a PayPal link to the forum?

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

    Comment

    • BLK306
      Second Lieutenant

      • Sep 2006
      • 144

      #3
      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 Files
      ID: 11830
      www.steadyracing.net

      Forum Menace!

      Comment

      • Aliens Anonymous
        Special Status

        • Jan 2006
        • 1144

        #4
        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.

        Comment

        • BLK306
          Second Lieutenant

          • Sep 2006
          • 144

          #5
          Re: Adding a PayPal link to the forum?

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

          Forum Menace!

          Comment

          Working...
          X