Ask your WordPress questions! Pay money and get answers fast! Comodo Trusted Site Seal
Official PayPal Seal

buddyPress/bbPress forum WordPress

I´m using BuddyPress/bbPress forum plugins.

And I also use "FT QuickLogin" (modal login form) plugin to registrate.

After you register you get an e-mail with a password that direct you to the regular wp-login.php page...

But I just want to use "FT QuickLogin" as register and login and not the regular wordpress login page if thats possible?

Use the "Registrering" button to see the modal login plugin form.
see screenshot, http://awesomescreenshot.com/0fe2opjqfd

Url to testpage, http://planeta.se/forum/

Answers (2)

2014-04-21

Arnav Joy answers:

can you show us mail function in "FT QuickLogin" plugin.


Manny comments:

Use the "Registrering" button to see the modal login plugin form.
see screenshot, http://awesomescreenshot.com/0fe2opjqfd


Arnav Joy comments:

yes i saw that , but I want to check the mail function which triggers when registration is made , please show me that function .


Manny comments:

Ok, sorry


Manny comments:

Where can I find that function?


Manny comments:

<a rel="fql-box-login" href="<?php echo site_url('/wp-login.php'); ?>">Sign in</a><?php if ( get_option( 'users_can_register' ) ) : ?> | <a rel="fql-box-register" href="<?php echo site_url('/wp-login.php?action=register'); ?>"><?php _e('Register', 'ft-quicklogin'); ?></a><?php endif; ?>


Arnav Joy comments:

change this link

<a rel="fql-box-login" href="<?php echo site_url('/wp-login.php'); ?>">

to

<a rel="fql-box-login" href="<?php echo site_url('/login'); ?>">


Manny comments:

Sorry it dont work...

2014-04-21

Bob answers:

You can use [[LINK href="http://wordpress.org/plugins/theme-my-login/"]]http://wordpress.org/plugins/theme-my-login/ [[/LINK]]
This plugin will help you to redirect user to custom login page.

You can also frame email content as per user role.

Or

You can also use <strong>redirection</strong> plugin to redirect user to wp-login.php to something your website login page like http://yourwebsite.com/login/


Bob comments:

You can also try
[[LINK href="http://wordpress.org/plugins/peters-login-redirect/"]]http://wordpress.org/plugins/peters-login-redirect/[[/LINK]]

[[LINK href="http://wordpress.org/plugins/hide-login/"]]http://wordpress.org/plugins/hide-login/[[/LINK]]


Bob comments:

[[LINK href="http://montanaflynn.me/2012/08/wordpress/redirecting-users-to-a-custom-login-page-while-using-wordpress/"]]http://montanaflynn.me/2012/08/wordpress/redirecting-users-to-a-custom-login-page-while-using-wordpress/[[/LINK]]

you can use above code snippet to redirect user to proper login page.

paste code in functions.php file


Manny comments:

Thanx! but whats the url to the FT quickLogin form?

http://awesomescreenshot.com/0252oy1680


Bob comments:

May be this one http://planeta.se/forum/login/

or if you have used theme my login then that plugin will create one page. that page is url for you user to login who come from url.

if someone directly come to your website then they can see modal login form.

of you can redirect user to home page and they will click on login link to which will show modal.