MyBB Community Forums

Full Version: Cannot see forum
You're currently viewing a stripped down version of our content. View the full version with proper formatting.
Some of my members cannot access my forum, they just get this,

http://prntscr.com/2jko56

Ehm.
Adblock Plus is hiding the content because your header template ends with:

<div class="headerad" align="center"><center>

So the content is wrapped in what Adblock Plus considers an advertisement.
(2014-01-17, 01:45 PM)Nathan Malcolm Wrote: [ -> ]Adblock Plus is hiding the content because your header template ends with:

<div class="headerad" align="center"><center>

So the content is wrapped in what Adblock Plus considers an advertisement.

How do I allow adblock to see it then?
Just change the div class name Wink
I.e "header_123"
(2014-01-17, 10:31 PM)Senethic Wrote: [ -> ]Just change the div class name Wink
I.e "header_123"

Just changed it to that, hopefully it will work now.