MyBB Community Forums

Full Version: All 20 Threads have been Selected? WTF?
You're currently viewing a stripped down version of our content. View the full version with proper formatting.
Hey guys,

I was wondering why my theme has what's on the screenshot. It basically says,

Quote:All 20 threads on this page are selected. Select all 41 threads in this forum.
All 41 threads in this forum are selected. Clear Selection.

I'm trying to upgrade this 1.4 theme to 1.6, and I can't remember how to fix that. This happens when I just enter a forum with threads in them (forumdisplay).
Add the following code in your global.css;
       .hiddenrow {
    display: none;
}

.selectall {
    background-color: #FFFBD9;
    font-weight: bold;
    text-align: center;
}
High Five!

Cheers. All fixed.
Thanks Wink