I'll try to speak a good English
I have two different questions :
- First, if I understand correctly, when we want to protect a page we have to add some code into it. But what is the difference between
- Code: Select all
$is_auth = auth([b]AUTH_READ[/b], PAGE_VIEWMEMBERS, $userdata);
and
- Code: Select all
$is_auth = auth([b]AUTH_ALL[/b], PAGE_VIEWMEMBERS, $userdata);
since we set the permissions in the administration panel ?
- Second question : setting full access to shoutbox and memberlist pages, how can I hide the locked "forums" named "SHOUTBOX" and "MEMBERLIST PAGE" ?
Thanks a lot
Lunatic.


