Jamroom Logo Jamroom 5 Core
is now Open Source!
User Support Forum Archive (Read Only)
User Site Design, Integration and Customization:
Calling all coders.. PayPal donate button in download file
american



Joined: 06 Apr 2006
Posts: 1417
Location: The Americas

Posted: 07/16/13 14:00 
Could someone built a module that offer a donate button to the artists email.

A little donate button graphic to appear next to the download graphic, option on/off switch in media section of quota

Obviously, if user does not have a PayPal donate button set up with PayPal a link to PayPal to register and create would be cool..

The donate button for users (per quota) that can be added in any section of the users input would be fantastic and I'm sure it would be in great demand. If it was added as part of the jamroom core it would certainly move a lot of downloads..

Obviously, details need to be discussed..
Thx..

Back to top
Dazed



Joined: 22 Mar 2006
Posts: 4147

Posted: 07/16/13 18:44 
You can do this with a custom form field in a few minutes. I set this up a few years back, Just create a custom form field called BAND_DONATE as a text field where they add their paypal email address. Add the below where you want the code.


Code

{if $BAND_DONATE > '0' }
<div class="body-1">
   <center>
   <h2>Like the music? Donate to the artist!</h2><br>
   <form action="https://www.paypal.com/cgi-bin/webscr" method="post" target="_blank">
   <input type="hidden" name="cmd" value="_donations">
   <input type="hidden" name="business" value="{$BAND_DONATE}">
   <input type="hidden" name="lc" value="US">
   <input type="hidden" name="no_note" value="0">
   <input type="hidden" name="currency_code" value="USD">
   <input type="hidden" name="bn" value="PP-DonationsBF:btn_donateCC_LG.gif:NonHostedGuest">
   <input type="image" src="https://www.paypal.com/en_US/i/btn/btn_donateCC_LG.gif" border="0" name="submit" alt="PayPal - The safer, easier way to pay online!">
   <img alt="" border="0" src="https://www.paypal.com/en_US/i/scr/pixel.gif" width="1" height="1">
   </form>
   </center>
        </div>
      {/if}


Back to top
american



Joined: 06 Apr 2006
Posts: 1417
Location: The Americas

Posted: 07/16/13 19:51 

Dazed:
You can do this with a custom form field in a few minutes. I set this up a few years back, Just create a custom form field called BAND_DONATE as a text field where they add their paypal email address. Add the below where you want the code.


Code

{if $BAND_DONATE > '0' }
<div class="body-1">
   <center>
   <h2>Like the music? Donate to the artist!</h2><br>
   <form action="https://www.paypal.com/cgi-bin/webscr" method="post" target="_blank">
   <input type="hidden" name="cmd" value="_donations">
   <input type="hidden" name="business" value="{$BAND_DONATE}">
   <input type="hidden" name="lc" value="US">
   <input type="hidden" name="no_note" value="0">
   <input type="hidden" name="currency_code" value="USD">
   <input type="hidden" name="bn" value="PP-DonationsBF:btn_donateCC_LG.gif:NonHostedGuest">
   <input type="image" src="https://www.paypal.com/en_US/i/btn/btn_donateCC_LG.gif" border="0" name="submit" alt="PayPal - The safer, easier way to pay online!">
   <img alt="" border="0" src="https://www.paypal.com/en_US/i/scr/pixel.gif" width="1" height="1">
   </form>
   </center>
        </div>
      {/if}


Is this for JR5 or JR4..

When you say place it where you want...

How do I get it in a artist's download section..

Will this be in a quota for master admin to turn on or off..

Thx

Do you have an example of it in an artists profile...

Back to top
Dazed



Joined: 22 Mar 2006
Posts: 4147

Posted: 07/16/13 20:06 
That code is all from PayPal. Do a search on paypal donate and they have the code. I just changed it to add a custom email variable so I could add it to all pages. That code will work anywhere.

Back to top
Display posts from previous:   
User Support Forum Archive (Read Only)
User Site Design, Integration and Customization

 
Solutions
• Social Media Platform
• Social Networking Software
• Musician Website Manager
• Community Builder
Products
• Jamroom Core
• Jamroom Addons
• Jamroom Modules
• Jamroom Marketplace
Support
• Support Forum
• Documentation
• Support Center
• Contact Support
Community
• Community Forum
• Member Sites
• Developers
Company
• About Us
• Contact Us
• Privacy Policy
©2003 - 2010 Talldude Networks, LLC.