MyBB Community Forums

Full Version: Profile background gets blocked by black image
You're currently viewing a stripped down version of our content. View the full version with proper formatting.
Pages: 1 2
Lately there has been huge problems with peoples profiles.

When viewing the forum as a guest, the custom profiles can be seen normally.

However, when someone is logged in as a member, the profile background gets blocked up by a strange black image, blocking the the images people upload as their background.

I don't know what's causing this, but can someone please assist me in resolving this?
A link would be helpful.
Sorry about that:

http://tloag.vndv.com/forum/index.php


Although it's not useful unless you're registered and signed in as a member.
Didn't think of that. Can you create a test account and post the info? Sounds like it just needs to be a registered member and doesn't need to be an admin account.
Yeah, sure thing.

Check out my profile as a guest first, and them login.

Username: Test

Password: tester
I am not seeing it. Can you maybe post an image and highlight the issue and what browser are you using?
Wait, do you mean you can't see the images I set as my custom background or you can't see the black covering?
I think I see it. It has something to do with your page layout.
What should I do to fix it?
It's because that bit of the profile sues the .trow1 CSS class:

.trow1 {
	
background: #000000 url(images/blue_don/002.png)repeat-x;

color: #00BFFF;
}

So, that background is being put there... if you remove the image URL it'll go from every other place it's used, so if you want to keep it everywhere else, make a new class and make this section of the profile use that class instead.
Pages: 1 2