MyBB Community Forums
Quick Login like VB - Printable Version

+- MyBB Community Forums (https://community.mybb.com)
+-- Forum: Extensions (https://community.mybb.com/forum-201.html)
+--- Forum: Themes (https://community.mybb.com/forum-103.html)
+---- Forum: Theme Support (https://community.mybb.com/forum-10.html)
+---- Thread: Quick Login like VB (/thread-86801.html)



Quick Login like VB - mohrd - 2011-01-21

Hi!!
How are you?
I have a question,
I am creating a login box like vBulletin instead of mybb.quicklogin.
but I have a problem, How can I send current url to mybb login system (member.php)??? I added that code to my <form>::
<input type="hidden" name="url" value="{$redirect_url}" />
but it doesn't work ...
Any body can help me??
Thanks ..


RE: Quick Login like VB - TheGodFather - 2011-01-21

try to add the action bit also

<input type="submit" class="button" name="submit" value="{$lang->welcome_login}" /></span>
<input type="hidden" name="action" value="do_login" />


<input type="hidden" name="url" value="{$redirect_url}" />


RE: Quick Login like VB - mohrd - 2011-01-22

What?
I added these recently, my problem is with
<input type="hidden" name="url" value="{$redirect_url}" /> 



RE: Quick Login like VB - Yaldaram - 2011-01-22

You mean a button that automatically login the user when Pressed.?