Mar 26, 2024 6:20 pm
I need the wpForo Online Members widget so that it is not visible to unlogged users who is online. When I am logged out, I can still see who is online. I would like it not to be visible.
Thank you for all your help
2 Replies
Mar 26, 2024 7:23 pm
you can use this css code
#wpforo #wpforo-wrap #wpf-widget-online-users { display:none; } .logged-in #wpforo #wpforo-wrap #wpf-widget-online-users { display:block; }
add it to custom css
Dashboard > wpForo > Settings > Colors & Styles > Custom CSS
-----------------------------------
or e.g. a plugin like >> User Role Editor
Mar 26, 2024 7:58 pm
I inserted the code as described and it's great. Thank you again Turtix