The Arcive of Official vBulletin Modifications Site.It is not a VB3 engine, just a parsed copy! |
|
#3
|
||||
|
||||
![]()
It is a heavily customized style so I'm not 100% sure that is "FORUMHOME" AKA forum.php but assuming it is you will want to edit the template
forumhome_forumbit_level2_post If you look at that template you see that the status icon image (the image that changes depending on new posts or not) is built using the following code: Code:
{vb:raw forum.imageprefix}forum_{vb:raw forum.statusicon}-48.png This means we can check the value of the variable in a template conditional and alter the code based on what the value is. In a default template the code looks like this- it may be different on your custom style, but for me it is the 2nd line of the template Code:
<div class="forumrow table"> Code:
<div class="forumrow table" <vb:if condition="$forum['statusicon'] == 'new'">style="background-color:yellow;"</vb:if>> Tested this against a default style. |
Благодарность от: | ||
GamerPerfection |
|
|
X vBulletin 3.8.12 by vBS Debug Information | |
---|---|
|
|
![]() |
|
Template Usage:
Phrase Groups Available:
|
Included Files:
Hooks Called:
|