Guest online – issue.
Quote from polczat on December 21, 2022, 4:58 pmHello, I’m new to the forum, can you help me?
I’m using your forum and I have a problem with users guest there are a lot of people who actually don’t exist
Thank you for support
www.polczat.pl/forum
Hello, I’m new to the forum, can you help me?
I’m using your forum and I have a problem with users guest there are a lot of people who actually don’t exist
Thank you for support
Uploaded files:
Quote from Asgaros on December 22, 2022, 8:13 amHello @polczat
Those are people who are browsing your forum but dont have an account yet.
Hello @polczat
Those are people who are browsing your forum but dont have an account yet.
Quote from Jim on December 22, 2022, 7:13 pmI’m not sure what you want to protect the forum from – you don’t want anyone to view it unless they are logged in? Then maybe something like this would work.
https://www.trickspanda.com/force-users-login-viewing-wordpress/
Unless you want to “protect” the entire website the same way, you should add another condition to
if( !is_user_logged_in() )
so that it also requires that they be on the forum pages.
I’m not sure what you want to protect the forum from – you don’t want anyone to view it unless they are logged in? Then maybe something like this would work.
https://www.trickspanda.com/force-users-login-viewing-wordpress/
Unless you want to “protect” the entire website the same way, you should add another condition to if( !is_user_logged_in() )
so that it also requires that they be on the forum pages.