The Arcive of Official vBulletin Modifications Site.It is not a VB3 engine, just a parsed copy! |
|
#3
|
|||
|
|||
![]()
On the postbit template, there is a variable,
Code:
$vbphrase[posts]: $post[posts] I have it, a a few other things wrapped in a conditional, Code:
<if condition="is_member_of($bbuserinfo, 5,6,7)"> </if> If you want to allow anybody to see everybody's post count except yours, you would have to use a different conditional. Code:
<if condition="$post[userid] != #"> </if> --don |
|
|
X vBulletin 3.8.12 by vBS Debug Information | |
---|---|
|
|
![]() |
|
Template Usage:
Phrase Groups Available:
|
Included Files:
Hooks Called:
|