MyBB Community Forums

Full Version: Weird problem ?
You're currently viewing a stripped down version of our content. View the full version with proper formatting.
When someone posts a long thread some part of the thread turns white with white background .
Screenshots :

Thread #1 :
[Image: 9286952212.jpg]

Thread #2 :
[Image: 5055056588.jpg]



Also there isn't an option of quick edit and quick reply .
Could anyone help ?
A link to your forum, as well as a test account would be helpful.
Sure .
The forum is viewable to guests I guess

The threads :
http://gamerbb.com/T-FREE-The-Ultimate-Pk-guide

http://gamerbb.com/T-Ultimate-Guide-To-A...oodcutting

http://gamerbb.com/T-The-Ultimate-Bandos...epth-Video
Basically all the long written threads become white at some point .
On the themes global.css find:
.trow2 {
	background: #e6e6e6 url(images/wbsteam/trow.gif) top left repeat-x;
        color: #fff;
}

Replace with:
.trow2 {
	background: #e6e6e6 url(images/wbsteam/trow.gif) top left repeat;
        color: #fff;
}

The images in that theme are way too large imo, they're slowing your site down.
Ah thanks for the help .
Also there isn't an option of quick edit and quick reply .
Test account?
Test Account :
user=tester
pass=123456

Also I've done what you mentioned regarding editing the trow2
and still the problem prevails