vb.org Archive

vb.org Archive (https://vborg.vbsupport.ru/index.php)
-   Style and Graphics Requests (Unpaid) (https://vborg.vbsupport.ru/forumdisplay.php?f=226)
-   -   vBulletin 4 Request - Change background color of forum header based on forum ID (https://vborg.vbsupport.ru/showthread.php?t=325707)

Raptor 10-25-2017 03:54 AM

vBulletin 4 Request - Change background color of forum header based on forum ID
 
I've seen this mod for 4.1.x but does not work on 4.2.x

https://vborg.vbsupport.ru/showthread.php?t=293417

I have forums with plain color background in forumhome - basically want a couple of them to have a different color background

Like so:

https://vborg.vbsupport.ru/external/2017/10/4.png

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

https://vborg.vbsupport.ru/external/2017/10/5.png

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

This is the section of relevant code in the html

Code:

<div class="forumhead foruminfo L1 collapse">
                <h2>
                        <span class="forumtitle"><a href="forumdisplay.php/324-Gamers">Gamers</a></span>
                        <span class="forumthreadpost">Topics / Posts&nbsp;</span>
                        <span class="forumlastpost">Last Post</span>
               
                        <a class="collapse" id="collapse_c_cat324" href="index.php#top"><img src="images/collapse_80b.png" alt=""></a>
               
                </h2>

               
        </div>

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

CSS is generated dynamically

Code:

.forumhead {
        background: #00a651 none  ;
        _background-image: none;
        padding: 0;
        font:  normal 24px 'Montserrat', sans-serif!important;
        color:#ffffff;
        clear:both;
        margin-top: 8px;
        float: left;
        border: 0px solid #8ecb30;
        width: 100%;
        -moz-border-radius-topright: 0px;
        -moz-border-radius-topleft: 0px;
        -webkit-border-top-right-radius: 0px;
        -webkit-border-top-left-radius: 0px;
        border-top-right-radius: 0px;
        border-top-left-radius: 0px;
}


MarkFL 10-25-2017 05:15 AM

You can add something like this to your "additional.css" template:

HTML Code:

#catXX .forumhead {
        background: #RRGGBB !important;
}

where XX is the forumid and #RRGGBB is the background color you want. :)

TTayfun 12-28-2017 03:02 PM

thank you MarkFL. :up:

Raptor 11-19-2019 03:20 AM

How funny. I just searched for this solution as I needed it for a site I'm working on and this is the first answer I found - my own question 2 years ago - and it works lol

How did I miss this? Thanks, MarkFL !

A quick question which I'm sure you can answer - I'd like to change the font color for those specific forums too so it matches the cat color.

Thanks!

PinkMilk 11-19-2019 03:53 PM

Code:

#catXX .forumhead {
        background: #RRGGBB !important;
        color: #RRGGBB !important;
}



All times are GMT. The time now is 03:57 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.01278 seconds
  • Memory Usage 1,722KB
  • 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
  • (3)bbcode_code_printable
  • (1)bbcode_html_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