MyBB Community Forums
Side panel for Ads - Printable Version

+- MyBB Community Forums (https://community.mybb.com)
+-- Forum: Extensions (https://community.mybb.com/forum-201.html)
+--- Forum: Themes (https://community.mybb.com/forum-103.html)
+---- Forum: Theme Support (https://community.mybb.com/forum-10.html)
+---- Thread: Side panel for Ads (/thread-12418.html)



Side panel for Ads - rickshaw - 2006-09-16

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


RE: Side panel for Ads - Reiji Kurosaky - 2006-11-20

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>



RE: Side panel for Ads - rickshaw - 2006-11-20

I will certainly check it out. Thanks much

-Rick


RE: Side panel for Ads - Reiji Kurosaky - 2006-11-20

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