vb.org Archive

vb.org Archive (https://vborg.vbsupport.ru/index.php)
-   vB4 Design and Graphics Discussions (https://vborg.vbsupport.ru/forumdisplay.php?f=253)
-   -   Where is the colour of Users online in the stylevar? (https://vborg.vbsupport.ru/showthread.php?t=277204)

acast 01-18-2012 01:56 PM

Where is the colour of Users online in the stylevar?
 
Hi friends, i cant find where are the colours of the box in the main forum of the users that are online (with Vb4). Anybody knows the name in the sylevar?

I mean the background where the users online appears.

HMBeaty 01-18-2012 02:58 PM

Its not a stylevar. It's the Username HTML Markup in the Usergroup Options

acast 01-18-2012 04:07 PM

Quote:

Originally Posted by HMBeaty (Post 2289445)
Its not a stylevar. It's the Username HTML Markup in the Usergroup Options

Sorry, i mean the background, not the color of the links. I'll edit now.

Lynne 01-18-2012 04:11 PM

Using firebug:
HTML Code:

.wgo_block .blockbody {    background: url("http://www.thetradersden.org/vb4_suite/images/gradients/gradient-greytowhite.png") repeat-x scroll 0 0 #FFFFFF;    border: 1px solid #C4C4C4;}
Quick search in templates:
HTML Code:

.wgo_block .blockbody {
    border: {vb:stylevar secondarycontent_border};
    background: {vb:stylevar secondarycontent_background};
    _background-image: none;
}


acast 01-18-2012 04:47 PM

Quote:

Originally Posted by Lynne (Post 2289480)
Using firebug:
HTML Code:

.wgo_block .blockbody {    background: url("http://www.thetradersden.org/vb4_suite/images/gradients/gradient-greytowhite.png") repeat-x scroll 0 0 #FFFFFF;    border: 1px solid #C4C4C4;}
Quick search in templates:
HTML Code:

.wgo_block .blockbody {
    border: {vb:stylevar secondarycontent_border};
    background: {vb:stylevar secondarycontent_background};
    _background-image: none;
}


I used firebug too, and it tells me the same, but it isn't true. If i change the block body background or border, change the color of the quick answer:

http://s3.subirimagenes.com:81/otros...44688quick.jpg:confused:

--------------- Added [DATE]1326913068[/DATE] at [TIME]1326913068[/TIME] ---------------

Quote:

Originally Posted by Lynne (Post 2289480)
Using firebug:
HTML Code:

.wgo_block .blockbody {    background: url("http://www.thetradersden.org/vb4_suite/images/gradients/gradient-greytowhite.png") repeat-x scroll 0 0 #FFFFFF;    border: 1px solid #C4C4C4;}
Quick search in templates:
HTML Code:

.wgo_block .blockbody {
    border: {vb:stylevar secondarycontent_border};
    background: {vb:stylevar secondarycontent_background};
    _background-image: none;
}


It was the secondary content! Thanks!!!

Solved! :rolleyes:


All times are GMT. The time now is 09:24 AM.

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.01751 seconds
  • Memory Usage 1,723KB
  • 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
  • (6)bbcode_html_printable
  • (3)bbcode_quote_printable
  • (1)footer
  • (1)gobutton
  • (1)header
  • (1)headinclude
  • (6)option
  • (1)post_thanks_navbar_search
  • (1)printthread
  • (5)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
  • bbcode_fetch_tags
  • bbcode_create
  • bbcode_parse_start
  • bbcode_parse_complete_precache
  • bbcode_parse_complete
  • printthread_post
  • printthread_complete