MyBB Community Forums
All 20 Threads have been Selected? WTF? - Printable Version

+- MyBB Community Forums (https://community.mybb.com)
+-- Forum: Extensions (https://community.mybb.com/forum-201.html)
+--- Forum: Themes (https://community.mybb.com/forum-103.html)
+---- Forum: Theme Support (https://community.mybb.com/forum-10.html)
+---- Thread: All 20 Threads have been Selected? WTF? (/thread-86601.html)



All 20 Threads have been Selected? WTF? - -AW- - 2011-01-19

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).


RE: All 20 Threads have been Selected? WTF? - Yaldaram - 2011-01-19

Add the following code in your global.css;
       .hiddenrow {
    display: none;
}

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



RE: All 20 Threads have been Selected? WTF? - -AW- - 2011-01-19

High Five!

Cheers. All fixed.


RE: All 20 Threads have been Selected? WTF? - Yaldaram - 2011-01-19

Thanks Wink