You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
This looks like a very cool plugin. I have a question, though. Is there an option to only show content to registered users. I may have content for digital signage, that I would like to share over the internet - but not necessary for the whole world.
In the code I a couple of where is_user_logged_in() is used to determine if admin or public content is shown. I would like a role - say 'subscriber' - to be shown the public pages, so am still able to require authentication from the Digital Signage devices.
Can you give a pointer where to look, or maybe even add this possibility.
br,
Morten
The text was updated successfully, but these errors were encountered:
Thanks JeejD,
User Role Editor is actually the one I am using. Trouble is, that I think that the logic in wp-foyer assumes, that if you are logged in - then you are not in the "public mode" - displaying the content.
I believe that showing content, while still being logged in is valuable. Maybe someone from the project can confirm my assumption?. br, Morten
Hi,
This looks like a very cool plugin. I have a question, though. Is there an option to only show content to registered users. I may have content for digital signage, that I would like to share over the internet - but not necessary for the whole world.
In the code I a couple of where is_user_logged_in() is used to determine if admin or public content is shown. I would like a role - say 'subscriber' - to be shown the public pages, so am still able to require authentication from the Digital Signage devices.
Can you give a pointer where to look, or maybe even add this possibility.
br,
Morten
The text was updated successfully, but these errors were encountered: