NooTheme Premium WordPress Theme › Forums › JobMonster › Company Registration Auntomatically
- This topic has 9 replies, 3 voices, and was last updated 4 years, 4 months ago by dangdv.
-
AuthorPosts
-
4 years, 5 months ago #1128870
hey guys i want your help , i want when user register as a employer on website then i want to create company as well automatically please help me on this, i believe its possible because after registering as a employer i can see username is shown in employer profile and when we press a button save profile its creates a company with username, so i want to run this process when user register as a employer at that time automatically, thanks
4 years, 5 months ago #1129245Hi please can you reply on my query
4 years, 5 months ago #1129873Hi,
If someone registers as an employer on the homepage, a company is not automatically created for me either. Does this only happen when the registered user selects/purchases a job package? Only then does the user receive an employer account?
We need some feedback, please.
4 years, 5 months ago #1131448Dear.
If you want auto create Company after Employer register, please switch your site to use Jobmonster child theme then add custom code in file functions.php of child themeadd_action('noo_new_user_registered', function($user_id, $args){ if(Noo_Member::is_employer($user_id)){ $user_display_name = get_the_author_meta('display_name',$user_id); if(empty($user_display_name)){ $user_display_name = get_the_author_meta('user_login',$user_id); } $create_compay = Noo_Form_Handler::save_company(array( 'company_name' => $user_display_name, 'company_desc' => '', '_website' => '', '_googleplus' => '', '_twitter' => '', '_facebook' => '', '_linkedin' => '', '_instagram' => '', ),$user_id); } },10,2);
Best regards.
4 years, 4 months ago #1174279Hey in reference to your last reply , yesterday we updated our theme and then after that this function is not working anymore kindly look into this issue , for credentials please refer to my another topic I already gave it to you many times , thanks
4 years, 4 months ago #11742844 years, 4 months ago #1174315?????
4 years, 4 months ago #1175181This reply has been marked as private.4 years, 4 months ago #1175196This reply has been marked as private.4 years, 4 months ago #1175206This reply has been marked as private. -
AuthorPosts
You must be logged in and have valid license to reply to this topic.