MyBB Community Forums

Full Version: threads in this forum are selected
You're currently viewing a stripped down version of our content. View the full version with proper formatting.
I get this when logged into my forum.

All 7 threads in this forum are selected. Clear Selection.

All 7 threads on this page are selected. Select all 7 threads in this forum.

clear selection.

I have cleared the selection but it keeps coming back when logged in. All guests do not see it.

Any suggestions on how to fix this?

I get the same thing with all themes.

Version 1.6.3

is it the same for default theme ? have you upgraded recently..

try adding below code in global.css AND refresh your forum page with CTRL + F5

.hiddenrow {
    display: none;
}

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


(reference)
(2011-06-22, 05:24 AM)ranjani Wrote: [ -> ]is it the same for default theme ? have you upgraded recently..

try adding below code in global.css AND refresh your forum page with CTRL + F5

.hiddenrow {
    display: none;
}

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


(reference)

This worked thanks!