vb.org Archive

vb.org Archive (https://vborg.vbsupport.ru/index.php)
-   vB4 General Discussions (https://vborg.vbsupport.ru/forumdisplay.php?f=251)
-   -   How to change color of individual forum titles in 4.0 (https://vborg.vbsupport.ru/showthread.php?t=234034)

WebEffects 01-24-2010 02:31 PM

How to change color of individual forum titles in 4.0
 
1 Attachment(s)
I've been able to follow the visual dictionaries, etc. to change most anything in VB4.0, but I'm stuck on how to change the forum title tect color. See attached screenshot. Its the blue text I want to change. Can anyone help?:confused:

BSMedia 01-24-2010 09:16 PM

It uses the link color from AdminCp -> STyleVars -> Links

Unless you add custom CSS for it's class which for some reason is lacking out of the 68495724930 stylevar options already

vietfancy 01-24-2010 10:28 PM

forumbits_aForum

adembaba 01-24-2010 11:02 PM

Quote:

Originally Posted by vietfancy (Post 1965649)
forumbits_aForum

That changes all of the forumhead titles at once, not individually

BSMedia 01-25-2010 03:49 AM

Quote:

Originally Posted by adembaba (Post 1965677)
That changes all of the forumhead titles at once, not individually

Oh so you want to change the color for each one to a different one?

Then in that case you're going to have to manually edit the template and use the forumid as a selector

<a id="flink$forum[id]">Forum Title</a>

Then assign link CSS to each one like

#flinkX a {color: blue}
#flinkXX a {color: white}

Those variables are probably wrong but you should be able to get the idea from that.

adembaba 01-25-2010 02:40 PM

Yes, thx for the info but that's looks hard to do for a noob like me :-(


All times are GMT. The time now is 07:15 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.01107 seconds
  • Memory Usage 1,719KB
  • 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
  • (2)bbcode_quote_printable
  • (1)footer
  • (1)gobutton
  • (1)header
  • (1)headinclude
  • (6)option
  • (1)post_thanks_navbar_search
  • (1)printthread
  • (6)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