MyBB Community Forums

Full Version: Add Advertisement only on First Post in Thread
You're currently viewing a stripped down version of our content. View the full version with proper formatting.
I want to add advertisement on first post in every thread..

I Have added a advertisement code in Template Sets » NAME Templates » postbit

but its shows in all the post so help me..
Install the PHP in Templates and Template Conditionals plugin

In your postbit template add your advertisement between this condition

<if $postcounter == 1 then>
// your advertisement
</if> 
Or you can install xThreads plugin and then create postbit_first template.
install my advertisement plugin
(2014-11-04, 03:15 PM)yan111 Wrote: [ -> ]Or you can install xThreads plugin and then create postbit_first template.

Can to say Step by Step. I have installed xThreads plugin.