ENXF NET
Administrator
Staff member
Administrator
Moderator
+Lifetime VIP+
S.V.I.P.S Member
S.V.I.P Member
V.I.P Member
Collaborate
Registered
		- Joined
 - Nov 13, 2018
 
- Messages
 - 29,578
 
- Points
 - 823
 
Reputation:
Well, for admin we have $user->is_admin
For super admin we have $user->is_super_admin
There is also the general $user->is_moderator
Is there any similar way to determine if a $user is Super Moderator?
Or any suggestion how to detect it with no extra queries?
Continue reading...
	
		
			
		
		
	
			
			For super admin we have $user->is_super_admin
There is also the general $user->is_moderator
Is there any similar way to determine if a $user is Super Moderator?
Or any suggestion how to detect it with no extra queries?
Continue reading...