The Arcive of vBulletin Modifications Site. |
|
|
#1
|
|||
|
|||
|
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
|
![]() |
|
|
| X vBulletin 3.8.12 by vBS Debug Information | |
|---|---|
|
|
More Information |
|
|
Template Usage:
Phrase Groups Available:
|
Included Files:
Hooks Called:
|