MyBB Community Forums

Full Version: Add 300x250 banner to right of first post
You're currently viewing a stripped down version of our content. View the full version with proper formatting.
Hello,

While setting up my new website, I have noticed that there is a considerable amount of empty space within the first post.

I think it would be a perfect spot to add a 300x250 banner ad in that spot without compromising the user's experience.

I have tried a few Adsense type ad plugins but none of the seem to work with version 1.6.8

Does anyone know of a simple solution for me to be able to add a 300x250 banner ad on the first post of each thread?

Thank you in advance for any help!

Example:

[Image: 2rdyaf5.jpg]
You can try this plugin: http://mods.mybb.com/view/postad-lite

You'll need to open the plugin file and do the following for it to work:

Find:
function postad_start($post)

Replace with:
function postad_start(&$post)
Fantastic!

Thank you so much Vernier! This does exactly what I need it to do.. thanks again!