The Arcive of Official vBulletin Modifications Site.It is not a VB3 engine, just a parsed copy! |
|
#1
|
|||
|
|||
Mod to show which schemes users are using...
Yeah so, that's the mod I'm looking for...
Basically that shows which scheme they're using in the postbit... I can't seem to find it... I have looked... |
#2
|
||||
|
||||
In the postbit template, add
Code:
<div>Style: <if condition="$post['styleid']==#"><a href="http://www.yourforums.com/forum/index.php?styleid=#">your default style</a> <else /> <if condition="$post['styleid']==#"><a href="http://www.yourforums.com/forum/index.php?styleid=#">Alternative style</a> <else /> <if condition="$post['styleid']==#"><a href="http://www.yourforums.com/forum/index.php?styleid=#">Alternative style</a> <else /> <a href="http://www.yourforums.com/forum/index.php?styleid=#">your default style</a> </if> </if> </if> </if> </div> Code:
<if condition="$post['age']"><div>$vbphrase[age]: $post[age]</div></if> done |
|
|
X vBulletin 3.8.12 by vBS Debug Information | |
---|---|
|
|
More Information | |
Template Usage:
Phrase Groups Available:
|
Included Files:
Hooks Called:
|