1

Topic: Is there a way...?

Is there a way I could add an announcement JUST for guests, and noone else would see it apart from people who arn't logged in?

Re: Is there a way...?

change header.php, line 185

if ($pun_config['o_announcement'] == '1')

for

if ($pun_config['o_announcement'] == '1' && $pun_user['is_guest'] )
sorry for my english

3 (edited by p0Wer 2007-02-25 01:53)

Re: Is there a way...?

Thanks, will do this tomorrow wink

EDIT: Just done it now and works sweet, thanks big_smile

Re: Is there a way...?

Keep in mind that the announcement can now not be used for normal announcements, it is only shown for guests

5

Re: Is there a way...?

Yup, I know wink

I'll change it back when I need to use the announcement for other users smile