![]() |
Hide Admin in "Who is Online" and "Profil"
Hide Admin in "Who is Online" and "Profil" Description: Hide Admin in "Who is Online" and "Profil" Recommandation: Install this plugin so: https://vborg.vbsupport.ru/showp...05&postcount=4 ;) (no tested for vB 3.7) PS: Only User ID1 with this condition ^^
Code:
<if condition="$prepared['action']">
Code:
<if condition="$userinfo['userid'] != 1">
Code:
<if condition="$prepared['action']">
Code:
<if condition="$userinfo['userid'] != 1">
Code:
<if condition="$userinfo['userid'] != 1">
Code:
</if> |
Wouldn't being invisible accomplish the same thing?!
|
Quote:
Not to mention 100X easier. |
^ But I'm guessing some forum owners want moderators to see other members that are invisible but they don't want them same mods to see they are invisible.
|
Plus it doesn't let your mods or anyone else know where you are at on the site. I've been doing this for years on my site.
|
I still thought there was a setting for this already where mods could or could not see whos invisible. I always have it so they can't see who's invisible. Making it so only admins can see who's invisible...if you have more than 1. But I usually never give people the same powers I have anyways. For obvious reasons.
|
Oh. if you have more admin and you must add more id at here
Code:
<if condition="$userinfo['userid'] != 1"> Group Admin have id = 6 |
You can also include "Last activity"!!! Installed!
|
So if I wanted Super Mods only to be able to see admins would it look like this :
Code:
<if condition="$userinfo['group'] != 6"> != 5"> Code:
<if condition="$userinfo['group'] != 6" 5"> |
Code:
<if condition="$userinfo['group'] != 6,5"> |
Got an error that way so I tried the second way I posted error so it has to be the first way?
The other way I was doing it I saw it wasn't working as it put != 5"> in my header so what I did was this: This is at the top Code:
<if condition="$userinfo['group'] != 6"> Code:
</if> |
There is only one problem with that. You have to be a member of group 6, becuase the condition is overwriting the group 5, so group 5 is just sitting there useless.
Quote:
|
Well since I got an error on the other way(s) what is suggested then?
|
Quote:
Quote:
What about this? Code:
<if condition="$userinfo['group'] != 5"> Nope that doesn't work either..... |
OK I have been playing around with this and with all my findings the memberinfo & memberifo block works but not the who's online?
|
userid works but if you try to use usergroup or group it doesn't? Any ideals?
|
Would really love for this to work but it does not do what I need it to do. I need the admin to be invisible to EVERYONE and allow the moderators & super mods to view others that are invisible. This is not working in that manner. Any ideas on this? We are running a 3.7.1 P1 board and have the plugin installed. There were no errors with the plugin so I'm guessing its working properly. Any help would be great.
EDIT: I did try both using userid & using usergroup.....nada |
I really would like to know how to add multiple users to be hidden in whos online...This is an awesome modification...Thank you!
Edit: I figured out how to atleast make multiple users invisible. You have to add the template modification twice.. Code:
<if condition="$userinfo['userid'] != 1"> Code:
</if> Lady Divus |
thanks, some times i need to invisble but i don't want everyone can see me online... example this night.. i rename install folder for some funtions... but one of my member see me install and him click myforum.com/forum/install/install.php oh god what the hell... luck i had been backed up my database before
|
how can you hide from What's Going On in forum home template ?
|
bump
|
Conditions in earlier posts are false, there's the true one:
HTML Code:
<if condition="is_member_of($bbuserinfo, 5, 6, 7)"> |
then.. just can hide one user?
nothing works except with one id |
does this work on 3.8x?
|
Quote:
|
Can you hide "Last Activity: Today 14:23" too?
regard... |
All times are GMT. The time now is 06:12 PM. |
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:
|