Topic: How can i restrect Guest From viewing Custom Pages.. and allow only...

How can i restrect Guest From viewing Custom Pages.. and allow only...members to view the custom pages .. and show message to guest to register or login to view these pages.

MyFootballCafe.com  is Now Online!

Re: How can i restrect Guest From viewing Custom Pages.. and allow only...

Around the top of whichever file the custom pages mod uses to display pages, place:

if($pun_user['is_guest'])
     message($lang_common['No permission']);
Looking for a certain modification for your forum? Please take a look here before posting.