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>
';

Comments

fago’s picture

indeed, as of now better not install it under a subfolder. Perhaps we should incorporate a module like pathfilter.
http://drupal.org/project/pathfilter

mikran’s picture

Project: Recruiter » Recruiter Features
Status: Active » Needs review
StatusFileSize
new3.31 KB

Changing 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.

mikran’s picture

another patch with proper permission names

mh86’s picture

Status: Needs review » Closed (duplicate)