MyBB Community Forums

Full Version: "Your ADS here"
You're currently viewing a stripped down version of our content. View the full version with proper formatting.
Like the post name says, it's possible to make a table in the right side of the forum to put an ADS?

EDIT: like in the screenshot Shy

[attachment=13130]
In the index template, find:

{$forums}

replace with:

<table>
<tr>
<td width="90%">{$forums}</td>
<td width="10%" valign="top">CODE FOR ADS HERE</td>
</tr>
</table>

That should do it.
wow, that was fast Smile)

thanks matt, thats was what i needed!
me again, so... i've placed the code there but it seems the ads shows only on the index, when i click a post it gose to normal, who can i change that?
You would have to edit it for each template
Well, your screenshot was of the index, so I gave instructions for that. What you'll need to do now is go into the forum display and showthread template (if you want it to show on the thread listing page, and in the threads) and do a similar thing as before. I can be more specific if necessary.
You can do that using the header and footer templates if you want it global.
(2009-03-14, 10:07 PM)MattRogowski Wrote: [ -> ]Well, your screenshot was of the index, so I gave instructions for that. What you'll need to do now is go into the forum display and showthread template (if you want it to show on the thread listing page, and in the threads) and do a similar thing as before. I can be more specific if necessary.

thanks matt, that's was what i was looking for !
Zash, thanks for you're support