NooTheme Premium WordPress Theme › Forums › JobMonster › 2 distinct user registration mail
- This topic has 29 replies, 2 voices, and was last updated 4 years, 6 months ago by dangdv.
-
AuthorPosts
-
4 years, 7 months ago #1107430
Hi
Since I wanted to change my registration form, I have used User registration plugin.I am also using WP Mail SMTP plugin to send my mails from G Suite.
Now when some new user registers, I am getting 2 kind of mails about registered user, 1 from User registration plugin and 1 from WordPress,i believe ( attached in snapshot). Not sure which mail is coming when? I am getting only one mail out of 2 for any particular user.
Can you please check!
Attachments:
You must be logged in to view attached files.4 years, 7 months ago #1109140Dear, the Image is new user registration notification to admin of WordPress core call in function 'wp_new_user_notification'
I don't understand which plugin this image is from please global search keyword 'Please review the user role and details' in plugins folder of your site , you can find plugin send it.
Best regards.
4 years, 7 months ago #1109492This "image" is from User Registration plugin.
I want to receive only one type of mail for registration. Hoe can I do it?
Also Can you help to redirect both Employers & candidates to Profile page so that they can must complete their profile before they begin using portal. Can I force them to do so?
4 years, 7 months ago #1109510Dear,
What is email notice you want receive ? from plugin or from WordPress core ?Sorry, the Jobmonster not support it, because when Employer or Candidate register, Jobmonster will have some require field to post a job or resume.
Best regards.
4 years, 7 months ago #1109526i want to receive message from either, would prefer from plugin. Sometimes, I get mail from core and sometimes from plugin. Most if the time, When I test as candidate, I get mail from plugin and when other candidates register, then WordPress core send mail.When I disable this plugin mail from plugin, I dont get any mail from WordPress core also.
Not sure what going on!
After register/login, instead of redirecting employees/candidates to "member" page, cant we regirect them to "profile" page?
4 years, 7 months ago #1110293Dear.
1. If you want do it, please contact User Registration plugin author to help you. because that it not is functions in Jobmonster.
2. To custom redirect candidate/employer login/register to profile page, please switch your site to use Jobmonster child theme. Then add custom code in file functions.php of child theme
add_filter('noo_login_redirect', function($redirecturl, $user){ if(!is_wp_error($user)){ if(Noo_Member::is_employer($user->ID)){ $redirecturl = Noo_Member::get_company_profile_url(); }elseif(Noo_Member::is_candidate($user->ID)){ $redirecturl = Noo_Member::get_candidate_profile_url(); } } return $redirecturl; },10,2); add_filter('noo_register_redirect_employer', function($redirect_to){ return Noo_Member::get_company_profile_url(); }); add_filter('noo_register_redirect_candidate', function($redirect_to){ return Noo_Member::get_candidate_profile_url(); });
Best regards.
4 years, 7 months ago #1113035I m not able to make change in function.php. It generate error "Something went wrong. Your change may not have been saved. Please try again. There is also a chance that you may need to manually fix and upload the file over FTP."
4 years, 7 months ago #1113307This reply has been marked as private.4 years, 7 months ago #1113922This reply has been marked as private.4 years, 7 months ago #1113954I have help you to add custom code, please kindly check again.
Best regards.
4 years, 7 months ago #1113962Not sure how but view of my website changed now. Its more narrowed Please check and correct!
4 years, 7 months ago #1113964it was perfect till yesterday night but now it shows following message. may be some thing
Attachments:
You must be logged in to view attached files.4 years, 7 months ago #1113967Please check it and rectify immediately. I am not able to login as admin also.
4 years, 7 months ago #1113971Dear, i have check custom code again, i see an problem in custom code when not login, i have fixed it on your site, please kinldy check again.
Best regards.
4 years, 7 months ago #1115836Thanks.
You saved me on time.It is working fine now!
4 years, 6 months ago #1160279Hi
I have noticed that as mentioned already, there are 2 mode of registration which is working on my website.
Most of the time WordPress Core dominate "User Registration" plugin and it seems that it somehow uses seperate form for user registration. It also offers same form to candidate and employees so take similar details. These details are not same as what i wanted to ask through "User Registration" plugin.
Basically, I am using "User Registration" plugin so that I can ask 2 seperate set of details from candidate and employers. Now problem is when WordPress core takes charge for registration (somehow) it does not ask those details which I want. How can I solve this problem?I just want to use "User Registration" plugin or add my inputs in WordPress core details.
Hope you have understoodm my problem. How to solve it?
4 years, 6 months ago #1160659Sorry, i don't understand your problem, what is 'WordPress core takes charge for registration' ? Please kindly tell for me more detail or better than all you can contact with User Registration plugin author to help you because i not is User Registration plugin author, so i don't understand how to it work.
Best regards.
4 years, 6 months ago #1160661Please check other messages in same page. You told that this theme uses WordPress core for uSer registration.
But registration is done using default set of inputs which I don't want. I want separate input fields for candidate and employee..To do this,I have implemented User Registration plugin,which is working otherwise fine but only if the registration handled by theme let it do so. How to do it?
So,either let theme add separate registration page for candidate and employee or let mu registration plugin work independently such that I can add set of registration input. Please solve this issue
4 years, 6 months ago #1160665This reply has been marked as private.4 years, 6 months ago #1160669i mean to say that user registration is not always done by User Registration plugin.Theme registration interfere in registration process and handles it sometimes.
I came to this conclusion because
1. I am getting 2 separate type of registration mail,one from plugin and one from WordPress telling about registration. These mails are not for same candidate/employee.
2. Since I ask different details from candidates in User Registration plugin that what was asked by theme registration, those candidates which are handled by User registration plugin gets diffErent user details and candidates which are registered using theme ,there user details are different. Ex. Dor candidates, In plugin,I have asked user name and email, whereas in theme registration,it asks first name , last name, nick name and email.
For some candidates I only get name and email and for others I can find first name,last name, Nickname fields.
That is why I want to have only one registration process,either by plugin of by theme by I need separate forms.For candidates,there is not much problem but for employers I have separate set of questions to be asked before they can register on my portal.
Hope you have understood now!
4 years, 6 months ago #1161010Please check login page.At the bottom,it says "Don't have an account yet?Register Now"
When I click on this,it opens registration page from theme and allowing user to login from here.
This may b a potential source of issue.
4 years, 6 months ago #1161013PleaSe direct user from this link to registration page so that user can always register via User registration plugin.
4 years, 6 months ago #1164516Dear, we're will release new version include filter custom URL for 'Don't have an account yet?Register Now' to help you use custom register form on Jobmonster theme.
Best regards.
4 years, 6 months ago #1164585Also please add feature "approve by admin" and "approve via link"
for candidates, they can click and verify link sent on their email address. But for employers, admin needs to check authentication of employer and then only approves registration if found suitable, so "approve by Admin" is the add on feature I wish to see in custom registration form. Please include that. It is really needed
eager to see this update soon
Thanks
4 years, 6 months ago #1169275Till when could I expect this update?
-
AuthorPosts
You must be logged in and have valid license to reply to this topic.