Quote:
Originally Posted by Gary King
1) correct
2) replace $bbuserinfo[usergroupid] == 6 with $bbuserinfo[usergroupid] == 7 or $bbuserinfo[usergroupid] == 8 or $bbuserinfo[usergroupid] == 9
3) Replace eval('print_output("' . fetch_template('TEST') . '");'); with your PHP stuff.
|
I'm looking at doing something similar here but don't understand the advice on some of these pages.
I have the template in place, and the web page showing. I just want to prevent guests from seeing this page (I'd rather that they saw the standard "you must be a member... blah, blah, no privileges..." vb type message)
I don't know if the quoted advice can help me, or where I should be changing stuff.
Does anyone know what code should I add/change?
Also do I change/add this in the template or in the php file?
Thanks in advance