MyBB Community Forums

Full Version: A Clear News Bar not working with custom theme
You're currently viewing a stripped down version of our content. View the full version with proper formatting.
Hello.

So i have this plugin: http://mods.mybb.com/view/a-clear-news-bar-1-6-x

For some reason, it shows up in the normal theme, but not any custom themes I am using. I enabled it, and set it up, but it is still not working.

Please Help

Thanks
that's probably because that plugin looks for a "div class=navigation" to add the codes and on a custom theme the nav bar would obviously use a custom class/id selector... it might even use a ul instead of div...

first find the right selector used in the navigation on your custom theme and then open the plugin php file and replace the <div class="navigation"> with the appropriate div/ul whatever your custom theme uses....

if you cant find how, post your forum url here...
i have same problem , can someone help ?