[Resolved] Custom login form – UserPro Forums https://forum.userproplugin.com/forums/topic/custom-login-form/feed/ Wed, 08 May 2024 05:08:37 +0000 https://bbpress.org/?v=2.6.2 en-US https://forum.userproplugin.com/forums/topic/custom-login-form/#post-14244 <![CDATA[[Resolved] Custom login form]]> https://forum.userproplugin.com/forums/topic/custom-login-form/#post-14244 Wed, 18 Dec 2013 17:41:26 +0000 Jens Jarl Broe Hi guys! Thanks for an awesome plugin! I would be really if you could point in the direction of how to make a login form – outside of the login.php template. In concrete I would like do login in a modal.. hope you can help!

Thanks!

]]>
https://forum.userproplugin.com/forums/topic/custom-login-form/#post-14245 <![CDATA[Reply To: [Resolved] Custom login form]]> https://forum.userproplugin.com/forums/topic/custom-login-form/#post-14245 Wed, 18 Dec 2013 17:57:26 +0000 admin A login in modal is so simple. It’s already built in UserPro! 🙂

You need a link that does it like this :

<a href="#" class="popup-login">Login</a>

That’s it, you now have a login via modal.

]]>
https://forum.userproplugin.com/forums/topic/custom-login-form/#post-14249 <![CDATA[Reply To: [Resolved] Custom login form]]> https://forum.userproplugin.com/forums/topic/custom-login-form/#post-14249 Wed, 18 Dec 2013 18:07:51 +0000 admin And if you want to use your own modal system, include the shortcode in it via php:

<?php echo do_shortcode('[userpro template=login]'); ?>

]]>
https://forum.userproplugin.com/forums/topic/custom-login-form/#post-14251 <![CDATA[Reply To: [Resolved] Custom login form]]> https://forum.userproplugin.com/forums/topic/custom-login-form/#post-14251 Wed, 18 Dec 2013 18:37:34 +0000 Jens Jarl Broe thanks! awesome!

]]>
https://forum.userproplugin.com/forums/topic/custom-login-form/#post-14261 <![CDATA[Reply To: [Resolved] Custom login form]]> https://forum.userproplugin.com/forums/topic/custom-login-form/#post-14261 Wed, 18 Dec 2013 19:37:15 +0000 admin You are welcome.

]]>
https://forum.userproplugin.com/forums/topic/custom-login-form/#post-14274 <![CDATA[Reply To: [Resolved] Custom login form]]> https://forum.userproplugin.com/forums/topic/custom-login-form/#post-14274 Wed, 18 Dec 2013 21:39:40 +0000 Jens Jarl Broe one more question :-). Hope you can help.

Can you help me were the login form is generated – can’t figure out from the login.php in templates folder. I’m trying to figure out how to assign new/other classes to some of the elements (I’m using bootstrap..)

//Jens

]]>
https://forum.userproplugin.com/forums/topic/custom-login-form/#post-14287 <![CDATA[Reply To: [Resolved] Custom login form]]> https://forum.userproplugin.com/forums/topic/custom-login-form/#post-14287 Wed, 18 Dec 2013 22:41:57 +0000 admin In your theme folder, create folder userpro
inside it copy/paste your login.php template and customize it anyway you want 🙂

login.php is inside /userpro/templates/login.php

]]>
https://forum.userproplugin.com/forums/topic/custom-login-form/#post-14364 <![CDATA[Reply To: [Resolved] Custom login form]]> https://forum.userproplugin.com/forums/topic/custom-login-form/#post-14364 Thu, 19 Dec 2013 16:45:17 +0000 Jens Jarl Broe Thanks for your answer! It got me a little further 🙂

But can you tell me where actual form is created – say I want to put facebook login at the bottom. At this point I presume the form is generated here – in templates/login.php:

but can you help figuring out how access each element?

]]>
https://forum.userproplugin.com/forums/topic/custom-login-form/#post-16208 <![CDATA[Reply To: [Resolved] Custom login form]]> https://forum.userproplugin.com/forums/topic/custom-login-form/#post-16208 Mon, 06 Jan 2014 08:15:52 +0000 Have you resolved this issue @Jens Jarl Broe?

]]>
https://forum.userproplugin.com/forums/topic/custom-login-form/#post-16260 <![CDATA[Reply To: [Resolved] Custom login form]]> https://forum.userproplugin.com/forums/topic/custom-login-form/#post-16260 Mon, 06 Jan 2014 12:20:48 +0000 Jens Jarl Broe yes got it solved – replaced the image for Facebook login button. But I never actual found out how to access the element – I would have preferred a HTML button instead of a img.. but it works fine noe 🙂

Thanks for checking up!

]]>