I have released WP-Members 2.3.2 which fixes the following minor issues:
- Notify admin new registration email – include url field
- Login failed message for sidebar widget
- Login failed message for members area page
I have released WP-Members 2.3.2 which fixes the following minor issues:
WP-Members seems to be affecting our sites menu & layout when viewing a single post. It's also displaying login/registration forms on pages/posts outside of the members-area page.
Any suggestions on where to begin?
Theme is Lumin, WP-Members v. 2.3.2
Never mind....solved.
I copied the code for the comments page directly from the Quickstart pdf...
<?php if (!is_user_logged_in() && !get_post_custom_values('unblock')) { $post-
>post_password = wpmem_generatePassword(); } ?>
Carriage return and all. :sheep: Works fine now, great plugin thanks.
This topic has been closed to new replies.