addamroy
12-29-2012, 11:00 PM
This modification will allow you to change the color of your forum titles for specific forums on your forumhome.
For example, if you want to draw more attention to your private sections to drive paid registrations, or just to make your forum unique and more customized, this can help.
This mod is done via one simple template edit.
STEP 1 - Find the forumhome_forumbit_level2_post template via edit templates > Forum Home Templates.
Find the code below
{vb:raw forum.title}
And replace it with
<vb:if condition="$forum[forumid] == XXX">
<font color="#XXXXXX">
</vb:if>
{vb:raw forum.title}
<vb:if condition="$forum[forumid] == XXX">
</font>
</vb:if>
Replace both instances of XXX with the forumid of the forum you want to change the title color of.
Replace XXXXXX with the hex code for the color you want the forum title to be. You can find hex codes here, http://www.html-color-codes.com
If you have multiple forums you want to change the title colors of for each, simply stack additional vb:if conditions above and below {vb:raw forum.title} for each forum you want to change.
Like below
<vb:if condition="$forum[forumid] == XXX">
<font color="#XXXXXX">
</vb:if>
<vb:if condition="$forum[forumid] == XXX">
<font color="#XXXXXX">
</vb:if>
<vb:if condition="$forum[forumid] == XXX">
<font color="#XXXXXX">
</vb:if>
{vb:raw forum.title}
<vb:if condition="$forum[forumid] == XXX">
</font>
</vb:if>
<vb:if condition="$forum[forumid] == XXX">
</font>
</vb:if>
<vb:if condition="$forum[forumid] == XXX">
</font>
</vb:if>
Check out my other Template Modifications for 4.x!
[Postbit-Legacy Hack] Attractive User Info Boxes for Posts (https://vborg.vbsupport.ru/showthread.php?t=309239)
Link Private Forums to thread instead of error message (https://vborg.vbsupport.ru/showthread.php?p=2393460)
Sidebar Anywhere Enhancement - Custom Blocks Per Forum or Page (https://vborg.vbsupport.ru/showthread.php?t=296104)
Change Thread Title Color for Specific Forums on Homepage (https://vborg.vbsupport.ru/showthread.php?t=293431)
Change Background Color for Specific Forums on Homepage (https://vborg.vbsupport.ru/showthread.php?t=293417)
Thread Starter Image in Postbit for OP (https://vborg.vbsupport.ru/showthread.php?t=295277)
CUSTOM BUTTONS that look like your forum! (https://vborg.vbsupport.ru/showthread.php?t=284005)
Custom User Rank Box in Posts (https://vborg.vbsupport.ru/showthread.php?t=294430)
For example, if you want to draw more attention to your private sections to drive paid registrations, or just to make your forum unique and more customized, this can help.
This mod is done via one simple template edit.
STEP 1 - Find the forumhome_forumbit_level2_post template via edit templates > Forum Home Templates.
Find the code below
{vb:raw forum.title}
And replace it with
<vb:if condition="$forum[forumid] == XXX">
<font color="#XXXXXX">
</vb:if>
{vb:raw forum.title}
<vb:if condition="$forum[forumid] == XXX">
</font>
</vb:if>
Replace both instances of XXX with the forumid of the forum you want to change the title color of.
Replace XXXXXX with the hex code for the color you want the forum title to be. You can find hex codes here, http://www.html-color-codes.com
If you have multiple forums you want to change the title colors of for each, simply stack additional vb:if conditions above and below {vb:raw forum.title} for each forum you want to change.
Like below
<vb:if condition="$forum[forumid] == XXX">
<font color="#XXXXXX">
</vb:if>
<vb:if condition="$forum[forumid] == XXX">
<font color="#XXXXXX">
</vb:if>
<vb:if condition="$forum[forumid] == XXX">
<font color="#XXXXXX">
</vb:if>
{vb:raw forum.title}
<vb:if condition="$forum[forumid] == XXX">
</font>
</vb:if>
<vb:if condition="$forum[forumid] == XXX">
</font>
</vb:if>
<vb:if condition="$forum[forumid] == XXX">
</font>
</vb:if>
Check out my other Template Modifications for 4.x!
[Postbit-Legacy Hack] Attractive User Info Boxes for Posts (https://vborg.vbsupport.ru/showthread.php?t=309239)
Link Private Forums to thread instead of error message (https://vborg.vbsupport.ru/showthread.php?p=2393460)
Sidebar Anywhere Enhancement - Custom Blocks Per Forum or Page (https://vborg.vbsupport.ru/showthread.php?t=296104)
Change Thread Title Color for Specific Forums on Homepage (https://vborg.vbsupport.ru/showthread.php?t=293431)
Change Background Color for Specific Forums on Homepage (https://vborg.vbsupport.ru/showthread.php?t=293417)
Thread Starter Image in Postbit for OP (https://vborg.vbsupport.ru/showthread.php?t=295277)
CUSTOM BUTTONS that look like your forum! (https://vborg.vbsupport.ru/showthread.php?t=284005)
Custom User Rank Box in Posts (https://vborg.vbsupport.ru/showthread.php?t=294430)