MyBB Community Forums

Full Version: Asense between categories
You're currently viewing a stripped down version of our content. View the full version with proper formatting.
Is it possible to insert an adsense code between the category boxes on the index page?

I've attached an image as an example.

vwcamperforum.co.uk

Many thanks Phil


[attachment=30797]
you can use template conditionals plugin with suitable conditions to display the adsense between specific categories
or you can use this plugin from an external site (I've tested it sometime back)
Maybe you will find this post interesting!
How to add Adsense to MYBB

I really don't recommend you to show ads between categories because it is going to look really bad and annoying for all the users. The whole point of using Ads is make them look like they are part of the website you have to blend those Ads with your content!!!!
Do these plugin work in 1.8? second link is outdated.

Marcus 123 : I shows about posting in threads but not in categories. I want to add between categories like the image above.
^ template conditionals plugin works with MyBB 1.8.x
Which file system is it? I am unable to extract files.
^ you can use 7-Zip
Well, thanks. It extracted.

But there are no setting and nothing to add or custom content to show inbetween categories.
^ categories have forum IDs
if you want to show content after category X then you can use code like below at the bottom of forumbit_depth1_cat template
<if $forum['fid'] == X then>
your required content
</if>
Note: conditions work only if template conditionals plugin is activated.