MyBB Community Forums

Full Version: Incorrect state message
You're currently viewing a stripped down version of our content. View the full version with proper formatting.
I can see this as an admin but not signed in as a member. At the top of every forum it says something like.

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

When I look at the little check boxes next to each they are all empty. If I click on "clear selected" the messages go away. But if I refresh the page it comes back. This is happening in every forum.

I'm using version 1.6.0

Search the many threads on this issue, like "all threads selected"
If you're using a 1.6 theme, clear your cache, if you're not using a 1.6 theme, it needs to be made compatible with 1.6, both templates and CSS.
(2010-08-23, 07:40 AM)Gaara Wrote: [ -> ]Search the many threads on this issue, like "all threads selected"

Thanks, Gaara. I didn't think of searching that way before.

For anyone else reading this who is having the problem, I fixed it by adding to the CSS:

.hiddenrow {
	display: none;
}

This is in version 1.6 CSS and missing from 1.4 CSS. I think I got hit because I imported a 1.4 theme I created.