Currency Converter Donation mod

Mods, snippets and styles postet and supported by the users
Forum rules
As the forum title says this is for User Contributions
Post a support request in this forum and you will be banned!
Locked
User avatar
martin123456
BBCoder VI
BBCoder VI
Posts: 765
Joined: 25 Jul 2011, 13:29
BBCodes: 34
Favourite MOD: Ban button
Location: Down south!
Contact:

Currency Converter Donation mod

Post by martin123456 »

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

Code: Select all

http://www.ukforex.co.uk
if you want to use another


Place the image in the your images folder (right click)
curency.gif
curency.gif (1.06 KiB) Viewed 1752 times
demo on my site link in profile
Locked