radiok
Forum Replies Created
-
Forum: Plugins
In reply to: [Register Plus Redux] Problem with e-mail confirmation to user resgistrationI’d like to try something, can you deactivate Register Plus Redux then create a new user. Do you receive the default “New User Registration” email at your admin email address? Or the default “Your username and password” email at the email address of the user you created?
Forum: Plugins
In reply to: [Register Plus Redux] Two settings menu optionsI see what you are talking about, another person is handling ReadyGraph, but I’ll see if it is anything obvious.
Forum: Plugins
In reply to: [Register Plus Redux] Two settings menu optionsThis has been resolved for the next release. This isn’t a particularly critical issue, so we won’t be pushing an update just to remove the second menu at this time.
Forum: Plugins
In reply to: [Register Plus Redux] Problem with e-mail confirmation to user resgistrationwallyvianna, are you receiving the admin messages as users are created?
Victor, that is… something. I’m assuming the left side image is what you are receiving and the right side image is what you wish for the user to receive… is that correct?
Forum: Plugins
In reply to: [Register Plus Redux] It does not work to Media on WordPress 4.0Another user reported a similar issue which was resolved with the release of Register Plus Redux 4.0.3. Can you re-check?
Forum: Plugins
In reply to: [Register Plus Redux] Media files don't display when RPR activeI believe this was resolved with the release of 4.0.3. Thank you for testing this out to confirm we resolved the issue.
Forum: Plugins
In reply to: [Register Plus Redux] Two settings menu optionsThank you, I’ll take a look at this now.
Forum: Plugins
In reply to: [Register Plus Redux] Two settings menu optionsIs this still occurring for you following the recent 4.0.3 release?
Forum: Plugins
In reply to: [Register Plus Redux] A request or clarification of …As for your first request, there is a filter, ‘login_message’ that can be applied to change the generic “Register for this site”. Here is some quick code you could enter into your functions.php file…
function register_header( $message ) { if( $_REQUEST['action'] == 'register' ) { $message = '<p class="message register">Register For This Site</p>'; } return $message; } add_filter('login_message', 'register_header');
I’m not sure why you would be losing data, is that still occurring with the most recent release, 4.0.3 of Register Plus Redux?
Forum: Plugins
In reply to: [Register Plus Redux] Lost passwordsThis plugin does, but that’s not its territory, I would expect another plugin is more likely causing that problem. Or perhaps a theme? I can’t say for sure, but the lost password link is hardcoded into the wp-login.php page (line 730 as of WordPress 4.0), there aren’t even any filters wrapping that link to easily disable it. Sorry, and good luck!
Forum: Plugins
In reply to: [Register Plus Redux] Any shortcode to plant the form within any page?Sorry, there is no shortcode, Register Plus Redux used actions and filters on the wp-login.php page. I’ve seen plugins for this particular function, but they rarely entirely encapsulated the wp-login page, with all actions and filters. Best of luck, and sorry!
Forum: Plugins
In reply to: [Register Plus Redux] Validation link opens blank pageIs this still occurring after the recent update (Register Plus Redux 4.0.3)?
Forum: Reviews
In reply to: [Register Plus Redux] Error in rpr-login.phpThank you! This has been resolved for the next release.
Forum: Plugins
In reply to: [Register Plus Redux] Bug in rpr-login.phpThank you! This has been resolved for the next release.