Quote:
Originally Posted by fookaa
Hi,
Thanks for this, been looking around to find out how to do it
1 thing though....
See if as a guest you try to click on something you not permitted to view it redirects you to a big login box telling you you dont have permissions blaah login ect...
Can it not be made to just show that instead of the box you made ?
|
Ah ha
I found a nice way to do this
Instead of the code at the top use this
Code:
<vb:if condition="$show['guest']">
<vb:if condition="THIS_SCRIPT != 'register'" AND condition="$bbuserinfo['userid'] == 0">
<meta HTTP-EQUIV="REFRESH" content="0; url=http://yoursite.com/subscription.php">
</vb:if>
<vb:else />
I put that under the