Josh Harrison
Forum Replies Created
-
Forum: Plugins
In reply to: [New User Approve] NUA prevents searching for usersI just uploaded a new version to fix this bug. Let me know if you have any more issues.
Forum: Plugins
In reply to: [New User Approve] New approved user do not receive password via emailI am working on a fix for this.
Forum: Plugins
In reply to: [New User Approve] "Are you sure you want to do this?"I am working on a fix for this.
Forum: Plugins
In reply to: [New User Approve] "Are you sure you want to do this?"Can you paste the link (don’t include your domain name) here so I can see where it is pointing to? I’d love to get this sorted out for you.
Forum: Plugins
In reply to: [New User Approve] Missing Error MessageAfter emailing @bottway separately, this issue was caused by a few plugins but not the New User Approve plugin.
It looks like you are trying to hook it into BuddyPress. That is not supported currently. It is on the list for future development. Sorry about that.
Forum: Plugins
In reply to: [New User Approve] link broken in email confirmationYou should be able to approve the user from that screen directly. Is it taking you to the screen that shows a list of pending users? From there you can either approve or deny the shown users.
/users.php?page=new-user-approve-admin is a valid page but I am trying to phase in the new interface. I’ll add a filter so that it can easily be overridden.
You can download the plugin with the update at https://github.com/picklewagon/new-user-approve. I’ll wait a few days before updating it officially in the WordPress repo.
Forum: Plugins
In reply to: [New User Approve] New approved user do not receive password via emailIt would be best to create a plugin for any overrides you have like this.
FYI, I am working on an addon plugin that will create an options panel that will take care of this option along with many others.
Forum: Plugins
In reply to: [New User Approve] New approved user do not receive password via emailYes. I did add lots of logic to make this work better. The code you are referring to above prevents the plugin from changing the user’s password if they have already reset it.
You can absolutely bypass this and even add your own logic. To turn on the password reset to always occur add this code to your theme’s functions.php file:
add_filter( ‘new_user_approve_bypass_password_reset’, ‘__return_false’ );
Forum: Plugins
In reply to: [New User Approve] missing $domain in __()These should be fixed in version 1.5.
Forum: Plugins
In reply to: [New User Approve] Version 1.5 problemsInteresting. How many registered users does your site have? Any details you can provide would be helpful.
Forum: Plugins
In reply to: [New User Approve] broken with the new update !First of all sorry for the inconvenience. I refactored a lot of stuff and this one got past me.
You can use the solution the bobb56 posted above.
I am going to update the plugin to use the core user list to approve or deny the user. So using the example above the link would be:
Forum: Plugins
In reply to: [New User Approve] User Role dependant registrationThat is beyond the scope of this plugin. You will need to create your plugin or hire somebody to do it for you. Good luck.
Forum: Plugins
In reply to: [New User Approve] How can I get New User Approve to work on another plugin?It definitely is possible. Unfortunately, I am personally unable to offer that kind of customization at this time.
Has anybody else had any luck with this type of integration?