diegoleft
Forum Replies Created
-
Forum: Plugins
In reply to: [Notification - Custom Notifications and Alerts for WordPress] Term conflictI’m having same issue after upgrade
My PHP version is 7.0.10Someone else having same issue?
Guys, could you reply to this errors here? then we no need all to create a support ticket, and all of us who updated to the new version could we have some help reading this cases.
The new version just broke all my site and this question could help me.
I solved the problem.
I just deleted the extension “Private messages” that had an expired serial number.
Hello guys,
I believe I have the last version 1.3.88
And the last version of Ninja Forms 3.2.16Its exactly same problem of the guy who commented on the topic I shared before.
When I deactivate Ninja Forms, works again.Was working well I remember but now a user just report that issue, I think this happens in the last versions of the plugins.
Check in the file um-image-upload.php line 46
if(isset($_FILES[$id][‘name’])
The $_FILE is geting null resultCan you take a look?
I solved leaving the ‘waiting for admin approval’ in the User Role then add this in functions.php
add_action('um_post_registration_pending_hook', 'um_post_registration_approved', 20, 1); function um_post_registration_approved($user_id){ global $ultimatemember; um_fetch_user( $user_id ); $ultimatemember->user->approve(); }This will create the user and after all the validation process will force the approval without autologin in the user.
- This reply was modified 8 years, 11 months ago by diegoleft.
Hey guys, me too i need this feature.
We are a coworking space and i have a team who register users from a frontend admin panel, and when they create a new user they automatically get login and switch their users for the new one they just created.
Should be great just add a new option in the User Role settings with the auto-login.