I have Job Posting working fine. I am using Node Import Module to import bulk nodes as content type job posts. This works fine except that you can't apply for any jobs that are imported. The "Apply now" link disappears.
I have Job Posting working fine. I am using Node Import Module to import bulk nodes as content type job posts. This works fine except that you can't apply for any jobs that are imported. The "Apply now" link disappears.
Comments
Comment #1
seaneffel commentedDid you check your access control setting for job postings? Just a quick thought.
Comment #2
Andy Galaxy commentedYeah, the access control settings are fine.
I however did find the cause and just about to post it here...
What I neglected to have, in my node.inc (used with node_import.module) was the field "applink". I added this to node.inc and to every row in the CSV file as "1" and all is good.
I am having problems with importing taxonomies, but that's another issue...