Affilliate Links

Download and support for PhpBB3 Simple Portal
Locked
User avatar
Aragorn
BBCoder I
BBCoder I
Posts: 3
Joined: 20 Sep 2012, 21:49
BBCodes: 10

Affilliate Links

Post by Aragorn »

Where can I edit/add affiliate links.

Plus is it possible to use images ?
User avatar
Stoker
Site Admin
Site Admin
Posts: 3525
Joined: 12 May 2008, 23:26
BBCodes: 239
Favourite BBCode: Anipro
Favourite MOD: PrettyPhoto
Location: Denmark
Contact:

Affilliate Links

Post by Stoker »

Try language/en/mods/simple_portal.php
Board rules! No PM support
tudorionut
BBCoder II
BBCoder II
Posts: 7
Joined: 11 Feb 2012, 12:47
BBCodes: 10

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
BBCoder I
BBCoder I
Posts: 3
Joined: 20 Sep 2012, 21:49
BBCodes: 10

Affilliate Links

Post by Aragorn »

Thanks very much
Locked