vb.org Archive

vb.org Archive (https://vborg.vbsupport.ru/index.php)
-   vB4 General Discussions (https://vborg.vbsupport.ru/forumdisplay.php?f=251)
-   -   How do you change the font color on members.php? (https://vborg.vbsupport.ru/showthread.php?t=255006)

Palehorse74480 12-10-2010 11:02 AM

How do you change the font color on members.php?
 
I am having a hard time figuring out how to change the font color on the profile page.

You know, when you click on a users name and it goes to member.php

I can BARELY read it cause its so dim, but I cannot for the life of me find where to change that color...

Lynne 12-10-2010 01:28 PM

It depends on if you are using profile customization or not. This question has actually been asked and answered several times over on vb.com

Palehorse74480 12-10-2010 01:56 PM

Quote:

Originally Posted by Lynne (Post 2131883)
It depends on if you are using profile customization or not. This question has actually been asked and answered several times over on vb.com

I am using a style I generated in the style generator... where in stylevars is it? Or is it in stylevars?

Might be asked and answered a lot for older vb versions, but if its there as much as you imply why is it I can't find it?

Palehorse74480 12-10-2010 02:42 PM

1 Attachment(s)
Here is what I am talking about. I have user can customize off. This is the default.

Driving me nuts!

calorie 12-10-2010 03:55 PM

Try changing the following stylevars:
  • sidebar_header_color
  • forum_sidebar_link_color

Palehorse74480 12-10-2010 07:22 PM

Quote:

Originally Posted by calorie (Post 2131938)
Try changing the following stylevars:
  • sidebar_header_color
  • forum_sidebar_link_color

One was set to black, the other to dark blue, so obviously from my screen shot, thats not it.

Anyone got any ideas? Why should something so basic and simple be like pulling teeth to find???

calorie 12-10-2010 07:42 PM

Try double checking the stylevars. Maybe I was looking at a different page than you, but those stylevars were found using Firebug. If you use Firefox, try installing Firebug and then you can right click over the text you want to change, inspect element, see the CSS, and then find that CSS in vB.

Lynne 12-10-2010 09:10 PM

The addition of profile customization did some strange things to the stylevars. The sidebar links there are defined in "#sidebar_container a" which is defined by a variable called "moduleinactive_link_color" which is actually defined by the color set in stylevar "header_background" If you aren't using custom profilization, I would just define it in additional.css as:
HTML Code:

#member_content #sidebar_container a {    color: green;}

calorie 12-10-2010 09:29 PM

Good call. Nuts. :eek: :)

Palehorse74480 12-11-2010 03:26 PM

Man thats a LOT of hoops to jump through to change a simple text color... incredible...

Hell thats over my head, I guess I just live with it...


All times are GMT. The time now is 11:21 PM.

Powered by vBulletin® Version 3.8.12 by vBS
Copyright ©2000 - 2025, vBulletin Solutions Inc.

X vBulletin 3.8.12 by vBS Debug Information
  • Page Generation 0.01011 seconds
  • Memory Usage 1,729KB
  • Queries Executed 10 (?)
More Information
Template Usage:
  • (1)ad_footer_end
  • (1)ad_footer_start
  • (1)ad_header_end
  • (1)ad_header_logo
  • (1)ad_navbar_below
  • (1)bbcode_html_printable
  • (2)bbcode_quote_printable
  • (1)footer
  • (1)gobutton
  • (1)header
  • (1)headinclude
  • (6)option
  • (1)pagenav
  • (1)pagenav_curpage
  • (1)pagenav_pagelink
  • (1)post_thanks_navbar_search
  • (1)printthread
  • (10)printthreadbit
  • (1)spacer_close
  • (1)spacer_open 

Phrase Groups Available:
  • global
  • postbit
  • showthread
Included Files:
  • ./printthread.php
  • ./global.php
  • ./includes/init.php
  • ./includes/class_core.php
  • ./includes/config.php
  • ./includes/functions.php
  • ./includes/class_hook.php
  • ./includes/modsystem_functions.php
  • ./includes/class_bbcode_alt.php
  • ./includes/class_bbcode.php
  • ./includes/functions_bigthree.php 

Hooks Called:
  • init_startup
  • init_startup_session_setup_start
  • init_startup_session_setup_complete
  • cache_permissions
  • fetch_threadinfo_query
  • fetch_threadinfo
  • fetch_foruminfo
  • style_fetch
  • cache_templates
  • global_start
  • parse_templates
  • global_setup_complete
  • printthread_start
  • pagenav_page
  • pagenav_complete
  • bbcode_fetch_tags
  • bbcode_create
  • bbcode_parse_start
  • bbcode_parse_complete_precache
  • bbcode_parse_complete
  • printthread_post
  • printthread_complete