ich suche für mein Board (PHPBB3.1) eine Möglichkeit links oben unter dem Suchen Feld einen PayPal Button einzufügen. Wenn mir jemand helfen kann wär das echt supii und wenn er mir dann auch noch erklären könnte wie man so etwas macht wär das noch viel besser.
Danke für eure bemühungen.

Ach ja habe das hier in google gefunden bin aber nicht gerade schlau geworden. (War nur ein txt file mit dem Inhalt):
##############################################################
## Mod Title: Paypal Donation Button on footer
## Mod Version: 1.0.0
## Author : GZP <gzp@gzp-inc.com>
## http://gzp-inc.com
## Description: -Adds a paypal donation button to the footer
##
##
## Installation Level: Easy
## Installation Time: 1 Minute
## Files To Edit: overall_footer.tpl
## Demo: http://gzp-inc.com
##############################################################
## History:
## 4/30/05 - 1.0 Release
##############################################################
## Before Adding This MOD To Your Forum,
## You Should Back Up All Files Related To This MOD
##############################################################
#
#-----[ OPEN ]------------------------------------------------
#
templates/subSilver/overall_header.tpl
#
#-----[ Find ]-----------------------------------------
#
<br />{ADMIN_LINK}<br />
#
#-----[ Add, After ]----------------------------------------
#
# Add on next line
<form action="https://www.paypal.com/cgi-bin/webscr" method="post">
<input type="hidden" name="cmd" value="_xclick">
<input type="hidden" name="business" value="gzp@gzp-inc.com">
<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.gzp-inc.com/paypal1.gif" border="0" name="submit" alt="Donate money to keep the site up.">
#
# Replace: gzp@gzp-inc.com
# With: Your paypal account email
#
# Also Replace: http://gzp-inc.com/paypal1.gif
# With the link to your button, if you wish to
# use a different button
#-----[ SAVE/CLOSE ALL FILES ]----------------------------------
#