Affilliate Links

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
User avatar
Aragorn Offline
BBCoder I
BBCoder I
Posts: 3
Joined: 20 Sep 2012, 19:49
Local time: Saturday 23:09
Last active: -

Affilliate Links

Post by Aragorn »

Where can I edit/add affiliate links.

Plus is it possible to use images ?
User avatar
Stoker Online
Site Admin
Site Admin
Posts: 4,295
Joined: 12 May 2008, 21:26
Local time: Sunday 00:09
Last active: Online now
Favourite EXT: Forum Goal
Location: Denmark

Affilliate Links

Post by Stoker »

Try language/en/mods/simple_portal.php
~ The greatest achievement in life is to inspire ~
Regards Stoker
No Avatar
tudorionut Offline
BBCoder II
BBCoder II
Posts: 7
Joined: 11 Feb 2012, 10:47
Local time: Saturday 23:09
Last active: -

Affilliate Links

Post by tudorionut »

Look in styles>>your stile>>simpleportal_body.html and here

<!-- Start Affiliate -->
<div class="forabg">
<div class="inner"><span class="corners-top"><span></span></span>
<ul class="topiclist">
<li class="header">
<dl class="icon">
<dt>{L_PORTALAFF}</dt>
</dl>
</li>
</ul>
<ul class="topiclist forums">
<li>
<div class="content" style="width:auto; height:auto; padding:10px; padding-bottom:0px; text-align:center;">
<p><a href="http://www.phpbb3bbcodes.com/">PhpBB3 BBCodes</a> &bull; <a href="http://www.gaming-arcade.org/">Gaming Arcade</a></p>
</div>
</li>
</ul>
<span class="corners-bottom"><span></span></span></div>
</div>
<!-- End Affiliate -->
User avatar
Aragorn Offline
BBCoder I
BBCoder I
Posts: 3
Joined: 20 Sep 2012, 19:49
Local time: Saturday 23:09
Last active: -

Affilliate Links

Post by Aragorn »

Thanks very much