Modifications for phpBB3.
Try the Mods here and share Your own Mods
Forum rules
You dont have to use ModX or make your mod AutoMod compatible. A simple textfile is fine
But if you post Mods here You also have to give support
Post
by martin123456 » 30 Apr 2012, 01: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
Code: Select all
.<!-- ENDIF --></p><hr /> <!-- ENDIF -->
add after
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>
change this part only
if you want to use another
Place the image in the your images folder (right click)
curency.gif
demo on my site link in profile
You do not have the required permissions to view the files attached to this post.