Please or Register to create posts and topics.

Administrator in members list

Greetings,

Hackers have been finding out who is an administrator from looking at my forum’s members list. How can I make this account NOT a member of the forum?

Thanks in advance,

Kevin

revkev has reacted to this post.
revkev

Hello revkev,

basically you cannot say that a certain member is not part of a system because its a valid user of your WordPress installation. But what you could do is to hide the information that a certain member is an administrator from the members list. To do this add the following code to your themes style.css-file:

#af-wrapper .member-name small {
    display: none;
}

 

If you want to support the development of Asgaros Forum, you can leave a good review or donate. Thank you very much!