Notifications
Clear all

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

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

Hi!

Where can I set this up?

Thank you in advance for your help!

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

@zit3k,

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

3 Replies
ZiT3K
(@zit3k)
Joined: 3 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: 4 years ago

Noble Member
Posts: 1403

@zit3k

try

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

Estimable Member
Posts: 92

@tutrix 

It works thanks!