Gossamer Forum
Home : Products : Gossamer Links : Development, Plugins and Globals :

vBulletin plugin & signup_form.html

Quote Reply
vBulletin plugin & signup_form.html
My question is has anyone written a signup_form template that will register the user in vbulletin register.php and then go directly to add.cgi. I have attempted one and it registers the user fine but the cookies are not working at all because after registering the user it goes back to the login prompt. If you login then leave and then return it will also ask to login again. I am curious if someone who really knew what they were doing put one together.

Thanks,

Jay

Quote Reply
Re: vBulletin plugin & signup_form.html In reply to
Couldn't you just hack the vbulletin signup success page via the vbulletinn template editor? As for relogging you could just use <%ifnot username%>log in mate<%endif%><%if username%> add your stuff here buddy<%endif%> in the add.html template in gtlsqlng?