Thread Rating:
  • 0 Vote(s) - 0 Average
  • 1
  • 2
  • 3
  • 4
  • 5
Not Solved Asense between categories
#1
Not Solved
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


   
#2
Not Solved
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)
#3
Not Solved
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!!!!
#4
Not Solved
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.
#5
Not Solved
^ template conditionals plugin works with MyBB 1.8.x
#6
Not Solved
Which file system is it? I am unable to extract files.
#7
Not Solved
^ you can use 7-Zip
#8
Not Solved
Well, thanks. It extracted.

But there are no setting and nothing to add or custom content to show inbetween categories.
#9
Not Solved
^ 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.


Forum Jump:


Users browsing this thread: 1 Guest(s)