samyot
Junior Member
Canada
242 Posts |
Posted - 04 May 2005 : 23:10:25
|
Hi,
I would like to have a "Donations to Admin/Moderators" MOD.
The MOD would have an extra field only in the admin/moderator profile to add a PayPal email address. Then an extra mini-icon would appear in all posts by an admin/moderator with a link to PayPals Donation page for that person.
I know this would be quite easy to do. Here is a sample Paypal donation code that would go on the topic.asp page: I would replace the upper case values from forum and profile variables...
<!-- Begin PayPal Logo --> <form action="https://www.paypal.com/cgi-bin/webscr" method="post"> <input type="hidden" name="cmd" value="_xclick"> <input type="hidden" name="business" value="NEW_PAYPAL_EMAIL_ADDRESS_FROM_PROFILE"> <input type="hidden" name="item_name" value="FORUM_MEMBER_NAME"> <input type="hidden" name="image_url" value="TITLE_IMAGE_LOCATION"> <input type="hidden" name="no_shipping" value="1"> <input type="hidden" name="return" value="FORUM_URL"> <input type="hidden" name="cancel_return" value="FORUM_URL"> <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="MINI_ICON" border="0" name="submit" alt="Make payments with PayPal - it's fast, free and secure!"> <!-- End PayPal Logo -->
Any help with this would be appreciated! |
Sylvain Amyot Forum | Home
MY OTHER SITES: http://www.mypcsecurity.ca http://www.mynature.ca http://www.myworkshop.ca http://www.toptechsites.com http://www.topsportsites.com http://www.mysportsforums.net
|
|