NooTheme Premium WordPress Theme › Forums › JobMonster › Job Applications
Tagged: Employer & Candidate Actions
- This topic has 84 replies, 2 voices, and was last updated 4 years ago by dangdv.
-
AuthorPosts
-
4 years, 4 months ago #1204773
I want to add an interview to the pool of (Pending, approved, reject) if not I want to change the email the candidate to the this effect by email me to schedule an interview
4 years, 4 months ago #1204790what I mean was I want to add a status called ( Schule interview) next to (Approve Application, Reject Application) is that possible, if not can I change the function email to just change the status to interviewing as a string so I can use post status notifier to email me to schedule an interview
Attachments:
You must be logged in to view attached files.4 years, 4 months ago #1204799Dear,
If you want add icon 'Schule Interview' in Application acctions, please switch your to use Jobmonster child theme then add custom code in file functions.php of child themeadd_action('noo-manage-application-action', function(){ echo '<a href="#" data-toggle="tooltip" class="member-manage-action" title="Schule Interview"><i class="fas fa-user-friends"></i></a>'; });
That custom code only link and empty handler, because i don't understand what is you want handler when 'Schule Interview' click or you want add link to handler for a tag in custom code.
Best regards.
4 years, 4 months ago #1204802thank you, now I want when people click on it the status of the application changes to interviewing
if that is not possible I want to make an If statement within the code for example
if company = hosting
change the email to [email protected]
Attachments:
You must be logged in to view attached files.4 years, 4 months ago #1204815Please tell for me more details in company != hosting, what happens ? the Schule Interview will not show ?
Also, i don't understand company = hosting, the hosting is name of company ?
4 years, 4 months ago #1204822Dear dangdv,
first thank you for your quick response on the issue, and to give you more details about what I'm trying to accomplish here is as followed:
I have manage with your help to add Schedule Interview icon as attached, however since I wasn't clear before there is no action happening when someone clicks on it, and what I want to accomplish is when I click on the icon "Schedule Interview" the application status should change to "Interviewing ".
if this method is not possible I want to make the icon "Schedule Interview" to email someone and that someone is different depending on the company that has the job for example:
if the company is called "Hosting" then send an email to "[email protected]"
and if the company is called "Middleware" then send an email to "[email protected]"
I hope I was clear
thank you in advance
Attachments:
You must be logged in to view attached files.4 years, 4 months ago #1204844Sorry, i still don't understand, the application manage by Employer, why when click 'Schule Interview' will check 'company email'. I think it should be send email to Candidate ?
4 years, 4 months ago #1204850ok let's make it simple and one by one, I want to the when an employer click on the "Schule Interview" icon the application status will change from "Pending" to " interviewing"
*hint the same action as if the employer click on approve the status of the application will be "approved"
4 years, 4 months ago #1204861Sorry, i have check Jobmonster again, i see the Jobmonster not support add custom application status, for your problem, You can only add event 'mailto' for Schule Interview when click, and it will send email for Candidate.
Best regards.
4 years, 4 months ago #1204868thank you for your replay, can I put an if statement so it sends an email to someone based on the employer name?
4 years, 4 months ago #1204887Dear, only Employer logged in can view manage job application, mean you can use current user as employer,
Also, Employer have data:
- username (can't change)
- email, display name, company name... (can change) if you use it for if statement, it will wrong if employer change data.Please check again,
4 years, 4 months ago #1204908ok, so let me explain what my organization is trying to accomplish, the employer in our site is a department manager and we have 12 department managers, and each one has his own secretary, and what I'm trying to accomplish is when he clicks on "Schule Interview" it will be sent to his secretary rather than him and that's why I need an if statement.
4 years, 4 months ago #1204942Dear, please tell for me more details your problem: What is the relationship between the job and the secretary based on something ? category, location or .... ? i need it to help you create if statement.
4 years, 4 months ago #1204946The relationship between the job and the secretary based on the Company
4 years, 4 months ago #1204947and is it possible to add the Candidate information in the body of the email?
4 years, 4 months ago #1204952This reply has been marked as private.4 years, 4 months ago #1204959This reply has been marked as private.4 years, 4 months ago #1204969But have 12 department managers corresponding to private secretary, all 12 secretary will share the same email address ?
Also, 12 department managers in one Company or in 12 private company ?
4 years, 4 months ago #1204977But have 12 department managers corresponding to private secretary, all 12 secretary will share the same email address ?
no, each department has it's own secretary so what I need is a sample of how you do the if statement so I can do as I can see because I have a coding background
Also, 12 department managers in one Company or in 12 private company ?
so what I did is treating the company in them as departments and each department "Company" has it
's own email and user liked to "Company".
4 years, 4 months ago #1205007This reply has been marked as private.4 years, 4 months ago #1205020This reply has been marked as private.4 years, 4 months ago #1205027This reply has been marked as private.4 years, 4 months ago #1205047This reply has been marked as private.4 years, 4 months ago #1205061This reply has been marked as private.4 years, 4 months ago #1205092This reply has been marked as private. -
AuthorPosts
You must be logged in and have valid license to reply to this topic.