MyBB Community Forums

Full Version: Side panel for Ads
You're currently viewing a stripped down version of our content. View the full version with proper formatting.
I want to ad Ads (non-Google) and maybe News, to the right side of my Forums.

I've looked at all the Mods and Themes (i think) and see nothing that will do it. I would think it would be the most requested. ??

I just want to put "my own" ads down the side, not Google ads.

Text, photo w/link, and hopefully Flash ads.  Is it easy? Any Mods already?

Thanks for anyone who can assist.

-Rick
Hello,

Admin > Templates > Modify/Delete > Default templates > Index Page Templates expand > Index

Find:

{$forums}

Replace with:

<table width="100%" border="0">
<tr>
<td width="75%" valign="top">{$forums}</td>

<td width="25%" valign="top">
<table cellspacing="0" cellpadding="0" border="0" width="100%">
<tr>
<td class="tborder">
<table border="0" cellspacing="$theme[borderwidth]" cellpadding="$theme[tablespace]" width="100%">
<tr>
<td class="thead"><strong>Title here </strong></td>
</tr>
<tr>
<td class="trow1">
<span class="smalltext">
<strong>Things here </strong><br />
<br />
</span></td>
</tr>
</table>
</td></tr></table>
<br /></td>

</tr>
</table>
I will certainly check it out. Thanks much

-Rick
If you want to see it in action check it out here: http://reiji.skynet-e.com I get it to work that way.