Forum breadcrumbs – You are here:Asgaros Support ForumSupportDisplay newest member
Please or Register to create posts and topics.

Display newest member

Is there any way I can remove the display ‘Newest Member at the bottom of the page?

David

Hello @ramsdaleseniors

Currently it is only possible to hide this information when you disable the “Who is online” functionality in the settings.

I will check if its possible to add an additional option for this to the settings.

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

Hello again @ramsdaleseniors

You can also hide this area with the following code which you have to add to Forum -> Appearance -> Custom CSS:

#af-wrapper #statistics-online-users .dashicons-businessman {
    display: none !important;
}

 

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