Ok, i just made my custom vb page, works great! But, what it is, is a resume page, and i need to make it so that users haev to be loged in / regestered to take the form.
Ive tryed
Code:
<if condition="is_member_of($bbuserinfo, 1)">
$STANDARD_ERROR
<else />
form crap
</if>
and all i get is a blank page
What am i doing wrong?
(if i can add the permission crap to the php file :devious: that would be even better!!)