MyBB Community Forums

Full Version: Problems on tabbing my forums
You're currently viewing a stripped down version of our content. View the full version with proper formatting.
So I did this tutorial on my forum! My problem is about the part where I put a code on global.css (for certain forum categories to not show up). After I place the code, all forum categories still show up on my home page, even after I just selected only 3 to show up.

I looked up on my code and I still don't know what I did wrong :/ (maybe it's a theme problem, cause on default theme it works).

Here is the code I added on global.css:
.at {
    background: #026CB1 url(images/thead_bg.gif) top left repeat-x;
    color: #ffffff;
}

#cat_4{
display: none;
}

#cat_9{
display: none;
}

#cat_10{
display: none;
}

#cat_12{
display: none;
}

#cat_8{
display: none;
}

#cat_13{
display: none;
}

#cat_11{
display: none;
}

My Forums:
http://www.forumanime.pt/
That tutorial is for 1.6, you need to make it jQuery-compatible with 1.8 and your theme. So no additional jQuery loading, no need for noConflict either, etc.
this plugin does the same thing right? http://community.mybb.com/mods.php?action=view&pid=456

Maybe it's better to test out rather than making jQuery file compatible with 1.8. I'm kinda noob with mybb, stopped using it for years as a forum admin tbh.
Well, yes, you can try that plugin
Well I didn't liked what this plugin offers. Every time members choose a tab, it opens another page of the forum instead of just showing the content of the tab (while staying on the same page).

Is there a (fast) way that u can explain me how to making jQuery file compatible with 1.8 and with my theme? Or some tutorial? please