Support Forum

Question on the announcements plugin

KV kvr28
kvr28
Member

I see there is a option to display to only logged in users, is there a way to show only to guests? Thank-you.

3 Answers

New Answer

MP Mr Papa
Mr Papa
Member

only to guests? no, not currently…  sorry…  but something we can probably add in the future…

KV kvr28
kvr28
Member

okay thanks, I had a announcement geared towards guest and it caused some confusion with my members

MP Mr Papa
Mr Papa
Member

actually it is possible.. just not as option.. add this to your spFunctions.php file of you sp theme…

if (!is_user_logged_in()) add_filter('sph_AnnounceMessage', '__return_empty_string');