Please or Register to create posts and topics.

How to remove "ban user" link?

Hello and thanks for the great forum plugin 🙂

We would like to remove the “ban user” link from the users’ profile page. Is there a hook or filter available which could be used to accomplish this?

Thanks in advance!

 

-Livi

Hello @livi

Currently there is no hook or filter available for this. But you can hide the “ban user”-link with the following css-code:

#profile-content .banned {
    display: none;
}

 

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