[ Resolved ] Divide login form – UserPro Forums https://forum.userproplugin.com/forums/topic/divide-login-form/feed/ Tue, 07 May 2024 17:00:56 +0000 https://bbpress.org/?v=2.6.2 en-US https://forum.userproplugin.com/forums/topic/divide-login-form/#post-14337 <![CDATA[[ Resolved ] Divide login form]]> https://forum.userproplugin.com/forums/topic/divide-login-form/#post-14337 Thu, 19 Dec 2013 09:06:38 +0000 Tomaso Greco Hi,
it’s possible to divide elements in login form?
I’m trying to have a page with

Login with Facebook
then
Login (without Facebook button)
then
Register button that address to another page for registration

Thank you
Regards

]]>
https://forum.userproplugin.com/forums/topic/divide-login-form/#post-14338 <![CDATA[Reply To: [ Resolved ] Divide login form]]> https://forum.userproplugin.com/forums/topic/divide-login-form/#post-14338 Thu, 19 Dec 2013 09:24:52 +0000 These shortcodes and options are on this page:
http://userproplugin.com/userpro/shortcode-reference/

The shortcode to use for log in without registration button is:
[userpro template=login login_button_secondary=0]

The shortcode for Registration without the log in button is:
[userpro template=register register_button_secondary=0]

User Pro creates the pages for log in and registration. Just change the shorcodes that are on the pages that are created by UserPro.

I don’t know about Log In with Facebook. I don’t use it.

]]>
https://forum.userproplugin.com/forums/topic/divide-login-form/#post-14339 <![CDATA[Reply To: [ Resolved ] Divide login form]]> https://forum.userproplugin.com/forums/topic/divide-login-form/#post-14339 Thu, 19 Dec 2013 09:27:10 +0000 Tomaso Greco Thank you!
The missing shortcode now is only:
– Login without Facebook button

]]>
https://forum.userproplugin.com/forums/topic/divide-login-form/#post-14343 <![CDATA[Reply To: [ Resolved ] Divide login form]]> https://forum.userproplugin.com/forums/topic/divide-login-form/#post-14343 Thu, 19 Dec 2013 10:13:27 +0000 Hacked By I am Pathan Hacker F4M0U5 There is no shortcode to disable facebook from the standard template.
just remove it from the login.php file.

When you want to introduce the facebook button for login there was a dedicated shortcode for it, but its not documented so maybe @SUPPORT may be able to help.

]]>
https://forum.userproplugin.com/forums/topic/divide-login-form/#post-14498 <![CDATA[Reply To: [ Resolved ] Divide login form]]> https://forum.userproplugin.com/forums/topic/divide-login-form/#post-14498 Sat, 21 Dec 2013 00:58:05 +0000 admin in functions/facebook-connect.php you can disable this hook (comment it)

add_action(‘userpro_after_fields’,’userpro_facebook_connect’);

This will disable facebook button to appear after fields.

Then you could use the Facebook standalone shortcode to show Facebook connect button on its own, without other fields.

The shortcode is [userpro_fb]

possible options: facebook_redirect=profile or custom url and align=center/left/right

]]>
https://forum.userproplugin.com/forums/topic/divide-login-form/#post-14522 <![CDATA[Reply To: [ Resolved ] Divide login form]]> https://forum.userproplugin.com/forums/topic/divide-login-form/#post-14522 Sat, 21 Dec 2013 10:17:59 +0000 Tomaso Greco Thank you, this really helps!!
Can I do it in child theme without modify the plugin?

]]>
https://forum.userproplugin.com/forums/topic/divide-login-form/#post-15704 <![CDATA[Reply To: [ Resolved ] Divide login form]]> https://forum.userproplugin.com/forums/topic/divide-login-form/#post-15704 Fri, 03 Jan 2014 05:13:36 +0000 TheProductGenius Hey Central Geek, THANK YOU For your Comment with the Codes to the Original Question of Tomaso Greco’s. I needed to do jUST THAT!!! Create Separate Registrations. 1st Reg. is Basic/Free (WP Subcriber)…2nd reg. is Premium (WP Subscriber)…3rd reg. is Pro (WP Subscriber)…and the 4th registration is for VIP Accounts (Executives & Companies Having WP Contributor Role). All of these Registration Logins are going to be unders2member Memberships. Just wondering the BEST way to do this with the ShortCodes you added to separte the logins and redirects after Registration and Login? BLessings.

]]>