Quote:
Originally Posted by brfrankl
I have a custom template setup, but want to send users that are not registered to the "error, you don't have access" page that usually pops up for those types of problems. What do I need to put in the template to accomplish this?
Code:
<if condition="!is_member_of($bbuserinfo, 11,9,5,6,7)">
**WHAT GOES HERE**?
</if>
|
It doesn't go in the template, it goes in the code just before the template is called. You cannot run php in templates.
the code in question is print_no_permission();