AI Search
Classic Search
Notifications
Clear all
3 Replies
Mar 19, 2021 2:48 pm
Totally agree with you. It should be something that you could easily disable from a GDPR point of view. Same for who is currently online / viewing a topic (UPDATE: sweet - who is viewing a topic can be done via Settings > Forums tab > Display Forum Current Viewers).
With CSS you can hide the "our newest member" section via:
#wpforo #wpforo-wrap #wpforo-stat-body .wpf-last-info p.wpf-stat-other span:nth-of-type(2) { display: none; }
Just tested this on the website/forum I'm currently building. That said, not including it from the backend would be the preferred solution of course. With the CSS code to hide it, it's still included in the page source.
Mar 21, 2021 3:16 pm
I will use the first option as we are starting up
Second option will be used once we get some numbers of users
Many thanks

