Welcome to the Question2Answer Q&A. There's also a demo if you just want to try it out.
+1 vote
755 views
in Q2A Core by
Hello This effectively removed super admin from user list , I want to ask How to remove super admin from special user list as well.

2 Answers

0 votes
by
How to remove/hide 'super admin' from special user list:

https://drive.google.com/file/d/0B4bwwUArsLqjMmJCQWtTTTVZQ1E/view?usp=sharing
0 votes
by
edited by

Firstly open users-special.php and find  

foreach ($users as $user)

then press enter...... 

and add this : 

if($user['level']!=120)

Enjoy!!! 

...