MyBB Community Forums

Full Version: Forum display error for moderstors/smod/admin
You're currently viewing a stripped down version of our content. View the full version with proper formatting.
Hi,

i am facing a new problem after adding new theme.

whenever i click a Forum section url, it automatically shows the message;

All 20 threads on this page are selected. Select all 145 threads in this forum.
All 145 threads in this forum are selected. Clear Selection.

check image;
[Image: 25rmfqv.jpg]

why this message is coming for all the sections...

plz help
Go to ACP -> Templates and Style -> *Your Theme* -> global.css and add the following code:
.hiddenrow {
    display: none;
}

.selectall {
    background-color: #FFFBD9;
    font-weight: bold;
    text-align: center;
}
in global.css where to add this code sir......i mean at top or bottom...........?
You can add it anywhere, so you can add it at the top or the bottom. Smile
Any where, you cna add it in the middle if you really want to, as long as the css is there it'll find it.
Thanks mayer sir..... it works Smile