The Arcive of Official vBulletin Modifications Site.It is not a VB3 engine, just a parsed copy! |
|
#2
|
||||
|
||||
![]()
This could probably be done with a template edit... You'd need to know what variable the number of thanks is stored in so that is probably dependent on which thanks hack you are using. Let's assume it's $post['thanks'] - I'm just guessing because I don't use a thanks hack...
But if it was that you could edit your postbit/postbit_legacy template... find the code: Code:
<div class="postbody"> Code:
<div class="postbody" <vb:if condition="$post['thanks'] > 10">style="background-color:yellow;"</vb:if>> |
Thread Tools | |
Display Modes | |
|
|
X vBulletin 3.8.12 by vBS Debug Information | |
---|---|
|
|
![]() |
|
Template Usage:
Phrase Groups Available:
|
Included Files:
Hooks Called:
|