The Arcive of Official vBulletin Modifications Site.It is not a VB3 engine, just a parsed copy! |
|
#1
|
|||
|
|||
Hide user from "What's going on"
How do I hide a user from showing up in the "what's going on" box even from admin/superadmin?
|
#2
|
|||
|
|||
I remember seeing a mod for this.. it required you to edit the code though I believe, and it may have only been for admins.. maybe possible to edit it to hide a normal user.
I can't seem to find it, but maybe something in here will work: https://vborg.vbsupport.ru/showthread.php?t=100470 here's a 3.0 hack that maybe you can mess with and see if you can get something useful: https://vborg.vbsupport.ru/showthread.php?t=92374 |
#3
|
|||
|
|||
Is there anyone that know how to do this, please? The links are too vague for my skill level.
|
#4
|
||||
|
||||
Quote:
|
#5
|
||||
|
||||
You can use
Code:
<if condition="$bbuserinfo['usergroupid'] == '6'"> </if> Code:
<if condition="$bbuserinfo['userid']== '1'"> </if> |
#6
|
|||
|
|||
Where would ^^^ go? What template? Forumhome? Or, would it go into a php file?
|
#7
|
||||
|
||||
Quote:
Place: Code:
<if condition="$bbuserinfo['usergroupid'] == '6'"> Code:
<if condition="$bbuserinfo['userid']== '1'"> Code:
<!-- what's going on box --> And Place: Code:
</if> Code:
<!-- end what's going on box --> |
#8
|
|||
|
|||
That seems to hide the whole box *unless* you are the admin. I was wanting it the other way around; not have the admin show up at all.
Thanks for your time and patience with this. |
#9
|
||||
|
||||
Quote:
Oh sorry I misunderstood your request... Try here: Code:
https://vborg.vbsupport.ru/showthread.php?t=92374 |
|
|
X vBulletin 3.8.12 by vBS Debug Information | |
---|---|
|
|
More Information | |
Template Usage:
Phrase Groups Available:
|
Included Files:
Hooks Called:
|