Hello,
Would it be possible to show the wpForo Footer for logged in users only?
Currently it is visible for everyone, even guests, and they can see the name of the latest registered member, which should be private and only visible for logged in users within the community....
Thanks and kind regards
Many thanks for your reply!
Unfortunately the statistics are still visible. I did the following:
- Forum Permission Guest: No access
- Usergroup > Guest > removed all tags (just in case)
Strange, isn't it ? Do you have any other idea?
Thanks for your quick response!
Please find below the URL:
https://thuisonderwijzers.nl/forum/
Same problem on:
https://thuisonderwijzers.nl/forum-nvvto/
https://thuisonderwijzers.nl/forum-tov/
Thanks for your help!
What guest users see is the Forum Information Tab, but the statistics aren't visible in that tab, Open your forum with guest user and with your admin account. The difference would be with 1 row where the statistics are, Forums, Topics, Posts, Online, Members.
Many thanks for your quick response!
You are right that it does not show the content for statistics etc.
However, for guests it shows "Our newest member: ...." and the name of this new member, which is actually private, and not ment for unregistered visitors....
Is there any way to show this statistics / footer info for registered users only?
(To show the latest member is a nice option for registered users, but should be hidden for guests / unregistered users).
Thanks in advance!
Sorry for the incorrect worded question, but what I meant was:
Is there any way to show this "Latest member" info for registered users only? (preferably hide it for guests together with the whole statistics / footer part)
We cannot hide those fields by Usergroups only for all members.
@kylew Unfortunately... But many thanks for your quick help and quick response... Hopefully it will be possible to make Last Registered User / footer info private in a future release....
add this to custom css
#wpforo #wpforo-wrap #wpforo-stat-body .wpf-newest-member { display: none; } .logged-in #wpforo #wpforo-wrap #wpforo-stat-body .wpf-newest-member { display: inline-block; }
Dashboard > wpForo > Settings > Colors & Styles > Custom CSS