The Arcive of Official vBulletin Modifications Site.It is not a VB3 engine, just a parsed copy! |
|
#1
|
|||
|
|||
Hide posts post_bit
I am admin my forum and i don't want my members can see m number of posts is there any way to disable or invisible my posts from my members?
|
#2
|
||||
|
||||
You don't want users to see any of your posts? Put yourself in global ignore then.
|
#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 |
#4
|
|||
|
|||
please check the attachment i want this 2nd i also use your below code but it's show <if> is missing error
<if condition="$post[1] != #"> </if> if paste your coding below $vbphrase[posts]: $post[posts] <if condition="$post[1] != #"> </if> |
|
|
X vBulletin 3.8.12 by vBS Debug Information | |
---|---|
|
|
More Information | |
Template Usage:
Phrase Groups Available:
|
Included Files:
Hooks Called:
|