coxy17
Forum Replies Created
-
Forum: Plugins
In reply to: [Job Manager] Send an email for confimationHi stevesot,
Sorry about the delay, you could change this code to include registration, however, you can just enable new user emails within wordpress without writing code.
Ive pasted the code on the following link and have included 3 steps within the code (dont include these). They are Numbered and are called the following:
1. Add the following code in file called ‘front-end-application.php’
2. Add the following code after line 641 in ‘front-end-application.php’
3. Add the following code after line 560 in ‘admin-applications.php’any issues just let me know.
Nick
Forum: Plugins
In reply to: [Job Manager] Send an email for confimationOK will do
Forum: Plugins
In reply to: [Job Manager] Send an email for confimationHi stevesot,
Sorry about the delay, you could change this code to include registration, however, you can just enable new uset emails within wordpress without writing code. Add the following code as stated below.
1. Add the following code in file called ‘front-end-application.php’
[that’s too much code to post here – please use a pastebin per the forum guidelines ]
2. Add the following code after line 641 in ‘front-end-application.php’
jobman_email_user_application( $appid );
3. Add the following code after line 560 in ‘admin-applications.php’
jobman_email_user_application( $appid, $_REQUEST[‘jobman-email’] );
any issues just let me know.
Nick
Forum: Plugins
In reply to: [Job Manager] Send an email for confimationHi stevesot, I’ll post the code up for ya on this post with instructions tomorrow.
Forum: Plugins
In reply to: [Job Manager] CV's visible on Google – how do I remove?!Sorry, not forgot just been sidetracked into another project. I’m part way through and will post.
Forum: Plugins
In reply to: [Job Manager] [Plugin: Job Manager] shortcodesUpdate: I have managed to take my code one step further and now i can return job listings based on data (meta_data) e.g. like ‘location’, ‘salary’ and only display jobs where specified. I need to make it dynamic so you can use any data, but ill post it up once ive done.
Forum: Plugins
In reply to: [Job Manager] Send an email for confimationHi Mike,
Sorry didn’t send for some reason. Sent it you again. Any problems just let me know.
Nick
Forum: Plugins
In reply to: [Job Manager] Upload applicant pictureI’m looking for the same feature. Looks like I’m gonna have to find a fix myself. If I do I’ll post the code.
Forum: Plugins
In reply to: [Job Manager] CV's visible on Google – how do I remove?!I’m having the same issue, I’m currently using this plugin for a project so I’ll try and a fix. If all goes well in stopping cvs being public, then I’ll post the code.
Forum: Plugins
In reply to: [Job Manager] It's official – No more support for this plug-inIve been adding code the same as Svoyager. I’ve added it to the plugin files and not in my theme. So far iI’ve manaed to add a confirmation email for the applicant and short code for displaying different Job lists based on category names. So I can now have unique pages. Another feature I’m adding is a secure folder for CVS as ATM anyone can view them.
Forum: Plugins
In reply to: [Job Manager] Multiple Job PagesHi Kenny,
I had the same issue myself and decided to do the code myself. my code only allows to show by category. Is this something you want? I created a short code so you can add it to individual pages.
Do you want me to send it you? Or have you resolved it?
Nick
Forum: Plugins
In reply to: [Job Manager] Send an email for confimationHi Mike,
I’ll send it over when I get home.
Forum: Plugins
In reply to: [Job Manager] [Plugin: Job Manager] shortcodesHi Rajan,
Have you managed to do it now? As you have said there’s ‘now available shortcodes in job manager’. I’ll post the code when I get home.
Forum: Plugins
In reply to: [Job Manager] [Plugin: Job Manager] shortcodesI have managed to hack and implement a short-code element but it only works for ‘categories’ atm. I’m still adding working on this as i need it for my project.
Have you managed to resolve your issue?
Forum: Plugins
In reply to: [Job Manager] Send an email for confimationHi mvanboordt,
I have implemented this feature into the plugin myself. Have you managed to fix this issue yourself? or do you want me to send you the code?
I have hacked my plugin and added in the following features.
– User also gets a confirmation email
– The difference in the email received is that i’ve hidden the ‘application link’ from the applicant.
– Doesn’t matter if the user is registered or not.
– Email ID is taken from the form field.Nick