The Arcive of Official vBulletin Modifications Site.It is not a VB3 engine, just a parsed copy! |
|
#1
|
|||
|
|||
Change color post like yahoo responses?
Hey guys I would love to know if there is a hack or modification that makes that the post with more "Thanks" of a thread be marked in a color or something like that to remark the importance of the message like in Yahoo Answers.
Thanks Ariel Blanco www.cabiados.net Argentina |
#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>> |
|
|
X vBulletin 3.8.12 by vBS Debug Information | |
---|---|
|
|
More Information | |
Template Usage:
Phrase Groups Available:
|
Included Files:
Hooks Called:
|