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?
You are not logged in. Please login or register.
PunBB Forums → PunBB 1.2 discussion → 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?
change header.php, line 185
if ($pun_config['o_announcement'] == '1')
for
if ($pun_config['o_announcement'] == '1' && $pun_user['is_guest'] )
Thanks, will do this tomorrow
EDIT: Just done it now and works sweet, thanks
Keep in mind that the announcement can now not be used for normal announcements, it is only shown for guests
Yup, I know
I'll change it back when I need to use the announcement for other users
PunBB Forums → PunBB 1.2 discussion → Is there a way...?
Powered by PunBB, supported by Informer Technologies, Inc.