Notifications
Clear all

Limited Support

Our team is currently on holiday, so support will be limited during this period. Response times may be slower than usual, and some inquiries may be delayed.
We appreciate your patience and understanding, and we’ll resume our usual support by the end of August.

 

[Solved] Only logged in users can see the statistics below, how?

5 Posts
3 Users
3 Reactions
1,148 Views
ZiT3K
Posts: 92
Topic starter
(@zit3k)
Estimable Member
Joined: 4 years ago

Hi!

Where can I set this up?

Thank you in advance for your help!

Topic Tags
4 Replies
Chris
Posts: 3611
(@chris)
Famed Member
Joined: 4 years ago

@zit3k,

Navigate to Usergroups Page, edit the needed usergroup and enable: "Front - Can view statistic" option

3 Replies
ZiT3K
(@zit3k)
Joined: 4 years ago

Estimable Member
Posts: 92

@chris

Sorry, I worded it wrong.

The guests have EVERYTHING turned off and they don't even see the forum statistics, but I would like to remove this from the guests:

Thanks in advance!

[img] [/img]

Tutrix
(@tutrix)
Joined: 5 years ago

Noble Member
Posts: 1522

@zit3k

try

#wpforo #wpforo-wrap #wpforo-footer {
  display: none;
}
.logged-in #wpforo #wpforo-wrap #wpforo-footer {
  display: block;
}
ZiT3K
(@zit3k)
Joined: 4 years ago

Estimable Member
Posts: 92

@tutrix 

It works thanks!