Closed (works as designed)
Project:
Job Search
Version:
6.x-1.1
Component:
Code
Priority:
Major
Category:
Bug report
Assigned:
Unassigned
Reporter:
Created:
17 Aug 2010 at 13:34 UTC
Updated:
18 Jan 2014 at 19:34 UTC
Jump to comment: Most recent
Comments
Comment #1
jackiegibson commentedI 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.
Comment #2
countrdd commentedAre you logged in as admin? I found that the apply link did not show up unless I was logged in as a job seeker....
Comment #3
NathanM commentedBut 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?
Comment #4
xamountcan you confirm that if you log in with a role that has permissions to "apply for jobs", that you see the apply link?
Comment #5
NathanM commentedI 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).
Comment #6
mochi commentedI 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.
Comment #7
alaadw commentedto 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):print $links;endif;Comment #8
christian le fournis commentedHi,
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
Comment #9
xamountThe apply link is there once you set up the correct permissions as stated in the documentation.