![]() |
Hide postcount/joindate in postbit for certain usergroups
Hi all,
How do I need to change the postbit so that it does not display postcount and joindate for selected usergroup IDs? Thanks, Tobias |
Code:
<if condition="!is_member_of($vbulletin->userinfo, X, Y, Z)">CODE</if> |
Thanks! However, I just realized that my original post was not clear enough, because I am actually looking for something the other way around.
I want to not display the postcount and joindate of selected usergroups, so that for example the postcount of moderators is never visible. Would that only be a minor change of the code above? |
That is the code ;). I did understand you the first time around.
|
Well, I tried it out before I replied, and the condition definitely relates to the usergroup of the person viewing the forum, not to the user whose postbit you are looking at... so I am definitely not there yet :confused:
|
Whoops, something I overlooked. Sorry.
Code:
<if condition="!is_member_of($post, X, Y, Z)">CODE</if> |
Excellent... thanks so much! :)
|
All times are GMT. The time now is 01:11 AM. |
Powered by vBulletin® Version 3.8.12 by vBS
Copyright ©2000 - 2025, vBulletin Solutions Inc.
X vBulletin 3.8.12 by vBS Debug Information | |
---|---|
|
|
![]() |
|
Template Usage:
Phrase Groups Available:
|
Included Files:
Hooks Called:
|