הודעה להצגה למשתמשים ללא חשבון בלבד / מחוברים?

Is there a way to have a message similar to the one that displays at the top for admins only, but for those visiting your forum who aren’t logged in?
(Example of the admin message below)

For non-logged-in users, I think that’s impossible. But, you can use this theme:

I think you have the ability to make it public only to non logged in users

2 לייקים

Or, you can create a banner and add:

body:not(.anon) #banner {
  display:none;
}
4 לייקים

Those are 2 very helpful suggestions which I will look into using, thank you very much!

לייק 1

My pleasure! :slightly_smiling_face:

2 לייקים

This topic was automatically closed 30 days after the last reply. New replies are no longer allowed.