The Arcive of Official vBulletin Modifications Site.It is not a VB3 engine, just a parsed copy! |
|
#1
|
|||
|
|||
Hide specific user ID in post bit
OK
I have users IDs displayed in postbit after I added: PHP Code:
but I want to hide specific IDs form members in postbit any ideas how to do that? ^^ |
#2
|
||||
|
||||
HTML Code:
<if condition="!in_array($post['userid'], array(1,3,5))"> <div>$vbphrase[userid]: $post[userid]</div> </if> |
#3
|
|||
|
|||
it works like charm
many thanks |
Thread Tools | |
Display Modes | |
|
|
X vBulletin 3.8.12 by vBS Debug Information | |
---|---|
|
|
More Information | |
Template Usage:
Phrase Groups Available:
|
Included Files:
Hooks Called:
|