Quote:
Originally Posted by Quantnet.org
I'm almost there, still need a bit of help.
I was able to get the login box displayed for guest, but this is the default VB login with all the headers, footer, forgot password, etc stuff
I only need a blank username, password box....
Is there a way for me just to get the 2 input boxes instead of the complete log in page ?
|
First allow guests to see that WT. Then set a vb conditional in WT:
<if condition="!$bbuserinfo[userid]">
Put your simple form here and make it HTTP post to vb login.php
<else />
Your regular content..
</if>