Topic: Portal / registered users only
I use the portal from Tubby but i miss one thingie...
how can i make a portal registered protected. So only registered users can view it and guest receive a message to regsiter/login?
I tried this, but this is not working you get a message 'unable to fetch'.
if($pun_user['is_guest']) { message($lang_common['No permission']);
;}