View Full Version : Hide posts post_bit
Goomzee
02-19-2013, 08:39 AM
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?
Lynne
02-19-2013, 05:40 PM
You don't want users to see any of your posts? Put yourself in global ignore then.
darnoldy
02-20-2013, 04:33 AM
On the postbit template, there is a variable,
$vbphrase[posts]: $post[posts]that displas the poster's post count.
I have it, a a few other things wrapped in a conditional,
<if condition="is_member_of($bbuserinfo, 5,6,7)">
</if>
so that only staff can see anybody's post count
If you want to allow anybody to see everybody's post count except yours, you would have to use a different conditional.
<if condition="$post[userid] != #">
</if>
where # is your userid (probably 1)
--don
Goomzee
02-20-2013, 06:20 AM
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>
vBulletin® v3.8.12 by vBS, Copyright ©2000-2025, vBulletin Solutions Inc.