The action links are creating a link to localhost rather than to localhost/recruiter. Here is why from recruiter_job.views_default.inc line 291.
$handler->display->display_options['header']['area']['content'] = '<ul class="action-links">
<li><a href="/?q=node/add/job-per-link&destination=manage/job">Add job per link</a></li>
<li><a href="/?q=node/add/job-per-file&destination=manage/job">Add job per file upload</a></li>
<li><a href="/?q=node/add/job-per-template&destination=manage/job">Add job per template</a></li>
</ul>
';| Comment | File | Size | Author |
|---|---|---|---|
| #3 | add_job_per_x_links_to_local_actions-1242308-3.patch | 3.31 KB | mikran |
| #2 | add_job_per_x_links_to_local_actions-1242308-2.patch | 3.31 KB | mikran |
Comments
Comment #1
fagoindeed, as of now better not install it under a subfolder. Perhaps we should incorporate a module like pathfilter.
http://drupal.org/project/pathfilter
Comment #2
mikran commentedChanging project to where this patch belongs to. Having links like that introduce whole bunch of other problems too (not translatable, access checks not performed) so I changed those mentioned links to MENU_LOCAL_ACTIONs.
Comment #3
mikran commentedanother patch with proper permission names
Comment #4
mh86 commentedsee #1726818: some links don't respect installation subfolder path for more information