NooTheme Premium WordPress Theme › Forums › JobMonster › The Alerts
- This topic has 4 replies, 2 voices, and was last updated 4 years, 9 months ago by tinhbeng.
-
AuthorPosts
-
4 years, 9 months ago #1084627
Hi,
A question about the alerts people geting. Does the user have to set this up, or can it be based on what you filled in for "job category" or "job location" on your resume?
Then a 2nd a question that have to be about this, if you set this up you can choice between day, week, 2 weeks and 1 month. Is this only by setup manual or can this also be automatic based on your resume you placed you get an alert and also for the Job poster the Candidate get an alert as well about this?
Thank you
4 years, 9 months ago #1084629p.d.
I do know that users can manual make "Job Alerts" or "Resume Alerts" that is not what I want. I want
if resume fill's in Job Category on Resume: i.e. Painter.
Job Placer, places a Job with Category Painter. That Candidate with selected option on their resume
Painter get a mail directly about this Job.
4 years, 9 months ago #1084656Hi,
Job Alert: Used for Candidate.
Resume Alert: Used for Employer.
Currently users will have to create these alerts. We use WordPress Cron to perform this function.
After a period of time (setup from alert), this function will automatically scan the job, resume on the site and send mail to users if it matches.
The alert function is currently written in these 2 files:
- wp-content/themes/noo-jobmonster/framework/admin/noo_job_alert.php
- wp-content/themes/noo-jobmonster/framework/admin/noo_resume_alert.php
***To get the alert function you want:
eg: Job Alert:
- Get Job Location, Job Category on Resume.
- You need to get Candidate email.
- Create a job scan function based on Job Location, Job Category
- Send mail if it matches
Best regards,
tb.
4 years, 9 months ago #1084793So, we totally have to program that? Beside, is it not possible while making a resume this automatic create a equal "alert" in the "alert" dashboard section would that be possible? And if so how? Just enter the same data in the another database section so you have it at both locations?
4 years, 9 months ago #1084853Hi,
Either way, you'll still have to write code for it.
eg: You want to create Job Alert simultaneously when the user creates a resume:
You can find to the _save_resume function (/themes/noo-jobmonster/framework/admin/noo_form_handler.php). After the resume has been created and updated the meta field, you can get Location, Category from resume id -> create Job Alert.
I think you need to understand how wp cron works, when users create multiple resumes equivalent to the cron Job will increase -> Although it runs in the background, it will still affect your website performance.
Cron will be activated when a user comes to your site at the time of booking schedule.
eg: You will scan Jobs every 24 hours and every 24 hours if a user accesses your site, the Jobs alert will be triggered.
Best regards,
tb.
-
AuthorPosts
You must be logged in and have valid license to reply to this topic.