On the latest versions, (1.1 & 1.x dev), there is no link to apply for jobs, and previous links (job/apply/nid), come up with an "access denied" page. I took a look through the older version, and in 1.0, the link displays fine. If you need help debugging this, just let me know and I'll provide as much information as I can.

Comments

jackiegibson’s picture

I am having the same problem. My site is a new installation, so I don't have anything to compare it to. I'm attempting to use Job Search, Job Plus and jobappln. I think I have everything set up properly, but am getting no Apply Now links and when I try us use /job/apply/ I get an access denied error.

Since I have am trying to use jobappln, I have unchecked the permissions to apply for job, so I'm not sure if that's a cause.

Would love to get this corrected and am willing to help troubleshoot.

countrdd’s picture

Are you logged in as admin? I found that the apply link did not show up unless I was logged in as a job seeker....

NathanM’s picture

But if an administrator also has the role of jobseeker, or authenticated user, or whatever role is allowed to apply for jobs, shouldn't they still be able to apply?

xamount’s picture

can you confirm that if you log in with a role that has permissions to "apply for jobs", that you see the apply link?

NathanM’s picture

I reverted back to 1.0, then undid all the permissions, re-installed 1.x dev, and re-did the permissions. Applications seem to be working again, although I can't find any way to cancel them, (cancel own applications are enabled for all user levels).

mochi’s picture

I ran into this when I set up my second Job site. It's because I didn't follow instructions second time. From the Job Search README.txt:

2. Go to Administer -> Site Configuration -> Job.
Select which node type(s) would be designated as jobs that can be applied for.

3. Go to Administer -> Site Configuration -> Resume.
Select which node type(s) would be designated as resumes that can be used to apply for jobs.

Once I performed these two tasks the Apply link was displayed on Job nodes.

alaadw’s picture

to show apply for this job link , go to your theme directory then open node.tpl.php

and add this code to show any link
if ($links):

endif;

christian le fournis’s picture

Hi,
I followed the Readme installation and patched the jobplus module, I also followed the instructions from this page but no "apply link" is showing on the job node. Do I have to create the CCK field for it?

Thank you

xamount’s picture

Issue summary: View changes
Status: Active » Closed (works as designed)

The apply link is there once you set up the correct permissions as stated in the documentation.