PDA

View Full Version : Profile Enhancements - solution for css error in member.php / my profile


mysticla
05-09-2011, 10:00 PM
if you have problems like this:
http://vocland.com/attachment.php?attachmentid=250&d=1305026355 (http://vocland.com)


Will Fixed like this
http://vocland.com/attachment.php?attachmentid=251&d=1305026372



How to fixed it:
1. go to "Styles & Templates"- "Styles Manager" - "Edit template"
2. search "CSS templates" - "additional css"
3. input this code in "additional css" templates

#member_content #sidebar_container a {color: black;} /* left link color */
.member_content .friends_total, .member_content .albums_total, .member_content .group_count, .member_content .comments_total {color: black;}
#sidebar_container.member_summary .mainblock .usertitle {color: black;}
#sidebar_container.member_summary h1 {color: black;}
#visitor_messaging-tab, #aboutme-tab, #friends-tab, #blog-tab, #infractions-tab, #visitor_messaging-tab a:hover, #aboutme-tab a:hover, #friends-tab a:hover, #blog-tab a:hover, #infractions-tab a:hover {color: black;}
.userprof_button {color: black;}
#sidebar_container.member_summary .blocksubhead.smaller, #sidebar_container.member_summary .blockrow {color: black;}
button, input[type="reset"], input[type="button"], input[type="submit"] {color: black;}

*note you can change color according to your own themes



Don't forget to Clicks Mark As Installed (https://vborg.vbsupport.ru/vborg_miscactions.php?do=installhack&threadid=263407)
or
Nominate it for MOTM (https://vborg.vbsupport.ru/vborg_miscactions.php?do=nominate&threadid=263407&type=1)

beduino
05-10-2011, 02:23 PM
Thank you a lot!
I will test ASAP
All the best

elwachiman
05-10-2011, 02:52 PM
Thank you man work perfect

beduino
05-10-2011, 03:32 PM
hi
works for me - to change profile's tab [thanks dbtech] I only insert 'color=#xxx' in dbtech_thanks_compat.css
all the best

monkeyboy1916
05-10-2011, 11:03 PM
You should note that this code will overwrite any members that have a customized style for their profiles. This will still come in handy for those that do not allow customized styles on their forums though~

Boofo
05-10-2011, 11:17 PM
What does this do?

monkeyboy1916
05-11-2011, 09:04 PM
What does this do?

It fixes an error often encountered on vB4. For me it was after an upgrade and style switch.

As seen in the screenshots, it corrects the white/invisible text on tabs/links. Another easy solution I've noticed would actually be to reset your customized profile, make your text visible (however it would be on your style) and then save it as the new style default for profiles.

Boofo
05-11-2011, 09:33 PM
Ah, okay. That is why I have never run into this as I use the default style.

Harley D
05-12-2011, 07:21 PM
Thank You for this!