Topic: Announcement for Guests

I am trying to show this for guests...

Guests cannot: Start Topics, Respond to Topics, Search Topics, See Active Topics, View Member List, Use Board Email.



I am currently using announcements to show this but it seems irrelevant to show that to members currently logged in.

How do I hide announcements from members and show it only to guess?



I would prefer a separate announcement for guests but could find no such solution so I figured the best thing to do was to use the announcement and use some css to hide it for logged in users.

Problem is I am not sure how to do that.

Re: Announcement for Guests

I think you can try this extension

Re: Announcement for Guests

I am from Canada and that site asks for a donation.
I can only use Paypal and that is not listed as payment so there is no way for me to download that extension.

It does look very nice.

4 (edited by KamWest 2021-02-26 18:05)

Re: Announcement for Guests

I was thinking this css

/*remove announcement for members*/
div#brd-announcement {
    display: none;
}

Except how do I make it that it shows it for guests but removes it for logged in users?

Re: Announcement for Guests

no need donate anymore, try download again

Re: Announcement for Guests

Thank you, I was able to download this excellent extension

Re: Announcement for Guests

Just for your information

This extension does interfere with this one
User Notification in Posts • Version 1.1.1.3 • Created by Daniel Rathjen


The notifications when someone does @member will not display for members if you have the announcement turned of for members.


Made no difference to me because I do not use the notification, I use the email notification but I thought I would mention it in case someone needed to know.

Re: Announcement for Guests

¯\_(ツ)_/¯