The Arcive of vBulletin Modifications Site. |
|
|
#1
|
||||
|
||||
|
Hi,
how I can get the same thing which Brad (vbulletin.org admin) using I saw that his post count display ??? and in his profile you can't see his post count: https://vborg.vbsupport.ru/member.php?userid=1068 I am interested in this hack, as I don't want my users/mods/admins to see my post count! Thanks, |
|
#2
|
||||
|
||||
|
*** Untested ***
postbit/postbit_legacy Code:
<if condition="$post[userid] == 1234> Nothing to see! <else /> Normal display </if> Code:
<if condition="$userinfo[userid] == 1234> Nothing to see! <else /> Normal display </if> To avoid that you would have to alter fetch_userinfo() at least |
|
#3
|
||||
|
||||
|
hmm..thanks for the quick reply, but one more small question, how I define two users IDs in? (for example I want to define two users with userID 1 and userID 2)
Code:
<if condition="$userinfo[userid] = 1234> thanks for the help!
|
![]() |
|
|
| X vBulletin 3.8.12 by vBS Debug Information | |
|---|---|
|
|
More Information |
|
|
Template Usage:
Phrase Groups Available:
|
Included Files:
Hooks Called:
|