Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Combine register and login in modal #16

Closed
zanematthew opened this issue Feb 16, 2014 · 4 comments
Closed

Combine register and login in modal #16

zanematthew opened this issue Feb 16, 2014 · 4 comments

Comments

@zanematthew
Copy link
Owner

https://twitter.com/joncampbell/status/433323500456009728

Requested here and here

@zanematthew zanematthew modified the milestone: LykeLi Apr 16, 2014
@zanematthew zanematthew removed this from the LykeLi milestone Apr 22, 2014
@weweliang
Copy link

Great Plugin!
I really need this feature, thank you!

@zanematthew
Copy link
Owner Author

Thanks! We'll give this feature a higher priority.

@zanematthew
Copy link
Owner Author

@weweliang This is done in our development version (master branch on GitHub). The dialogs now open each other as needed, i.e., from registration you can login, and vice versa.

@zanematthew
Copy link
Owner Author

The available filters are in place to change the text:

ajax_login_not_a_member_text
ajax_login_register_already_registered_text

Usage:

function my_func( $text ){
     return 'my new text';
}
add_filter( 'ajax_login_not_a_member_text', 'my_func');

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Projects
None yet
Development

No branches or pull requests

2 participants