Footer with latest ...
 
Notifications
Clear all

[Solved] Footer with latest member visible for guests

12 Posts
3 Users
2 Likes
577 Views
 mhit
(@iturea)
Posts: 7
Active Member
Topic starter
 

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

 
Posted : 20/05/2023 7:04 pm
(@tutrix)
Posts: 68
Member Customer
 

@iturea

Usergroup > Guest > Can view statistic

 
Posted : 20/05/2023 8:20 pm
 mhit
(@iturea)
Posts: 7
Active Member
Topic starter
 

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?

 
Posted : 24/05/2023 8:45 am
Kyle
 Kyle
(@kylew)
Posts: 728
Prominent Member Admin
 

Hi @iturea,

Please provide Forum URL.

 
Posted : 24/05/2023 2:44 pm
 mhit
(@iturea)
Posts: 7
Active Member
Topic starter
 

@kylew 

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!

 
Posted : 24/05/2023 3:53 pm
Kyle
 Kyle
(@kylew)
Posts: 728
Prominent Member Admin
 

@iturea,

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.

 
Posted : 25/05/2023 1:51 pm
 mhit
(@iturea)
Posts: 7
Active Member
Topic starter
 

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!

 
Posted : 25/05/2023 2:12 pm
 mhit
(@iturea)
Posts: 7
Active Member
Topic starter
 

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)

 
Posted : 25/05/2023 4:36 pm
Kyle
 Kyle
(@kylew)
Posts: 728
Prominent Member Admin
 

@iturea,

We cannot hide those fields by Usergroups only for all members.

 
Posted : 25/05/2023 5:25 pm
 mhit
(@iturea)
Posts: 7
Active Member
Topic starter
 

@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....

 
Posted : 25/05/2023 7:05 pm
(@tutrix)
Posts: 68
Member Customer
 

@iturea 

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

 
Posted : 25/05/2023 11:36 pm
mhit reacted
 mhit
(@iturea)
Posts: 7
Active Member
Topic starter
 

@tutrix Thanks very much!!! In this way I can keep the footer statistics at least, which is useful. Thanks for your help!

 
Posted : 26/05/2023 7:38 am
Tutrix reacted
Share:
Scroll to top