Thread Rating:
  • 0 Vote(s) - 0 Average
  • 1
  • 2
  • 3
  • 4
  • 5
Not Solved Serve ads in header and footer, except to one forum
#1
Not Solved
I am looking for a plugin to serve Adsense ads on my forum, in the footer and header regions, with a feature that allows me to exclude ads from being displayed in one specific off-topic forum.

Does such a plugin exist for MyBB? Or does anyone know how I might modify an existing ad serving plugin to exclude one specific forum from being served ads in the header and footer?
#2
Not Solved
Have you tried this plugin?
http://community.mybb.com/thread-70018.html
[Image: huesdv.jpg]
#3
Not Solved
You can use Template Conditionals. Something similar: http://community.mybb.com/thread-141861-...pid1017836

So after activation add to header/footer:
<if $GLOBALS['fid'] != 4 then>
ad HTML code..
</if>
Change 4 to your forum fid. It should work in forumdisplay, showthread, newthread, newreply, editpost etc. (not shown there only in that single base).


Forum Jump:


Users browsing this thread: 1 Guest(s)