MyBB Community Forums

Full Version: I see something weird..
You're currently viewing a stripped down version of our content. View the full version with proper formatting.
I'm admin on two forums below and I see:

http://img27.imageshack.us/img27/3052/vidim.png

http://img3.imageshack.us/img3/2/vidim1.png

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

I press on clean selection and it cleans. After I come again on that same forum I see it again. I'm admin on those two forums. On first (http://techboost.org) I'm the only one who sees that. On 2nd I don't know if others see it. How do I remove this?




Thanks,
Eagle
There's loads of threads on this, you'd have found an answer if you searched. It's because you're using a 1.4 theme, and it's missing some CSS necessary for 1.6. Add this to the global.css for the theme:

.hiddenrow {
	display: none;
}
.selectall {
	background-color: #FFFBD9;
	font-weight: bold;
	text-align: center;
}
Where do I add it in all of those selectors?

I putted in #Container after that was there and I got this:
http://img26.imageshack.us/img26/9330/covece.png

It's two new classes so you don't put it inside a current class, edit the stylesheet in advanced mode and put it right at the bottom.

You may also need to clear your browser cache after making the change.
Thanks. I had to clear the cache, too.