Welcome to the Question2Answer Q&A. There's also a demo if you just want to try it out.
0 votes
213 views
in Q2A Core by

Hi,

Normally, everybody sees this link "users/special. or users, and such" (special users=editors, moderators,administartor)

But I want to see only admin. not everybody. how to hide?

 

Thanks.

1 Answer

+1 vote
by

Currently the only way would be to edit qa-include/pages/users-special.php and change the constant on line 45 from QA_USER_LEVEL_MODERATOR to QA_USER_LEVEL_ADMIN

Then change the same constant in qa-include/app/format.php in the function qa_users_sub_navigation()

...