MyBB Community Forums

Full Version: can you help with adsense template
You're currently viewing a stripped down version of our content. View the full version with proper formatting.
how do you put adsense code after some post 1, 3, 5 times is there a temple code you can put in.
my threads --> how to set ads after first post

https://community.mybb.com/thread-170231.html
can you also put adsense code after the 3, 5 post is there a template for that
<if ($postcounter - 1) % $mybb->settings['postsperpage'] == "0" then> 
advertisement code
</if> 

try $postcounter - 1,3,5
what template does it go in and where in the template do you put it in
^ template conditionals plugin should be installed to use such conditional codes
& suggested adsense / advt code can be added to bottom of the postbit templates
i.e. at the bottom of postbit template & at the bottom of postbit_classic template

see also templates related guidance