Currency Converter Donation mod
Posted: 30 Apr 2012, 03:56
As there is no Currency Converter for phpbb this will add a link on the donation page tried and tested and w3c valid and opens in a new tab.
Open styles/prosilver/template/donate/donate_body.html
find
add after
change this part only if you want to use another
Place the image in the your images folder (right click) demo on my site link in profile
Open styles/prosilver/template/donate/donate_body.html
find
Code: Select all
.<!-- ENDIF --></p><hr /> <!-- ENDIF -->
Code: Select all
<a href="http://www.ukforex.co.uk" title="Currency Converter Click To Check" onclick="window.open(this.href); return false;"><img src="{ROOT_PATH}/images/curency.gif" alt="Currency Converter" /></a>
Code: Select all
http://www.ukforex.co.uk
Place the image in the your images folder (right click) demo on my site link in profile