The Arcive of Official vBulletin Modifications Site.It is not a VB3 engine, just a parsed copy! |
|
#1
|
|||
|
|||
Bolded subforums on new post
On the forumhome, I'd like to have the subforum's name in bold if there's a new post (as I don't want to use the status icons). How could I achieve this?
|
#2
|
||||
|
||||
Go to:
Admin CP -> Styles & Templates -> Style Manager -> ? ? -> Forum Home Templates -> forumhome_subforumbit_post andAdmin CP -> Styles & Templates -> Style Manager -> ? ? -> Forum Home Templates -> forumhome_subforumbit_nopost Change this: Code:
<img class="inlineimg" src="$stylevar[imgdir_statusicon]/subforum_$forum[statusicon].gif" alt="" /> <a href="forumdisplay.php?$session[sessionurl]f=$forum[forumid]">$forum[title]</a> Code:
<img class="inlineimg" src="$stylevar[imgdir_statusicon]/subforum_$forum[statusicon].gif" alt="" /> <a <if condition="$forum[statusicon] == 'new'">style="font-weight: bold;"</if> href="forumdisplay.php?$session[sessionurl]f=$forum[forumid]">$forum[title]</a> |
#3
|
|||
|
|||
Thank you kind sir
|
|
|
X vBulletin 3.8.12 by vBS Debug Information | |
---|---|
|
|
More Information | |
Template Usage:
Phrase Groups Available:
|
Included Files:
Hooks Called:
|