argilmour
Forum Replies Created
-
Forum: Plugins
In reply to: [WP Job Manager] Error Sending ApplicationHi Luke,
I am running 4.7
I am using the jobify theme.
I am using:
Aksimet
All in one SEO
BAW Login / log out
Cloudflare
Cloudflare SSL
Custom Login
Custom Login Redirect
Disable Comments
Faster Pagination
Jet Pack
Nav Menu Roles
Woocommerce
Woocommerce Stripe
Wp Job Manager
WP Job Manager Applications
WP Job Manager Resume
WP Manager Company Profiles
Wp Manager Contact Listing
Wp Manager Job Tags
Wp Manager Colour
Wp Manager Predefined Regions
Woocommerce Paid Listings
WP Manager Jobs Geo Location
Wp Manager Field Editor
WP Mail SMTPKind Regards
Andrew
Forum: Plugins
In reply to: [Simple Job Board] Send the uploaded CV to HRHello,
I have added the following to my Theme Functions (functions.php) file but I am still unable to get CVs attached to the email that goes to HR. Can you please advise on what else I need to do?
Thanks
Andrew
// Filter to Attach HR Resume
add_filter(‘sjb_hr_notification_attachment’, ‘custom_code_for_hr_resume_attachment’, 20, 2);function custom_code_for_hr_resume_attachment( $resume_path, $post_id ){
return get_post_meta($post_id, ‘resume’, TRUE);
}Forum: Plugins
In reply to: [Simple Job Board] Send the uploaded CV to HRThanks
The problem that I have and the others on the this feed is that we don’t know how to write the custom code.
Thanks
Andrew
Forum: Plugins
In reply to: [Simple Job Board] Send the uploaded CV to HRCould you possibly add a step by step guide on how to add CVs to the email that goes to HR. It is really important to us too. I just can’t really follow the instructions that you have given above.
Thanks