Hello All. I am searching for the stool pigeon. which enables adding advertisements. after the right page in files index files, showthread.php and forumdisplay.php
advertisements on the right-hand side
|
2008-05-18, 08:24 AM
Admin CP --> Templates --> Modify / Delete --> *Choose your template set and click 'Expand'* --> Forum Display Templates --> forumdisplay
Replace the code with: Admin CP --> Templates --> Modify / Delete --> *Choose your template set and click 'Expand'* --> Show Thread Templates --> showthreadReplace the code with: Where you see <!--ad code --> (in both templates) replace with your ad code.Hope that does it. ![]()
index
<html> <head> <title>{$mybb->settings['bbname']}</title> {$headerinclude} </head> <body> {$header} <table width="100%" border="0"> <tr> <td width="90%" valign="top">{$forums}</td> <td width="10%" valign="top"> <table cellspacing="0" cellpadding="0" border="0" width="160"> <tr> <td class="tborder"> <table border="0" cellspacing="$theme[borderwidth]" cellpadding="$theme[tablespace]"> <tr> <td class="thead"><strong>REKLAMA</strong></td> </tr> <tr> <td class="trow1" align="center"><span class="smalltext"> <adrense Code> </span></td> </tr> </table> </td> </tr> </table> </td> </tr> </table> {$boardstats} <table border="0" cellspacing="{$theme['borderwidth']}" cellpadding="{$theme['tablespace']}" class="tborder"> <tr> <td class="trow1"> <table width="100%"> <tr> <td> <img src="{$theme['imgdir']}/on.gif" alt="{$lang->new_posts}" style="vertical-align: middle; padding-bottom: 4px;" /> <span class="smalltext">{$lang->new_posts}</span><br /> <img src="{$theme['imgdir']}/off.gif" alt="{$lang->no_new_posts}" style="vertical-align: middle; padding-bottom: 4px;" /> <span class="smalltext">{$lang->no_new_posts}</span><br /> <img src="{$theme['imgdir']}/offlock.gif" alt="{$lang->forum_locked}" style="vertical-align: middle;" /> <span class="smalltext">{$lang->forum_locked}</span> </td> <td style="vertical-align: top; text-align: right;"><span class="smalltext">{$logoutlink}<a href="misc.php?action=markread">{$lang->markread}</a> | <a href="showteam.php">{$lang->forumteam}</a> | <a href="stats.php">{$lang->forumstats}</a></span> {$loginform} </td> </tr> </table> </td> </tr> </table> {$footer} </body> </html> |
« Next Oldest | Next Newest »
|
Users browsing this thread: 1 Guest(s)