Closed (fixed)
Project:
Job Posting
Version:
6.x-2.x-dev
Component:
Code
Priority:
Normal
Category:
Support request
Assigned:
Unassigned
Reporter:
Created:
4 Sep 2008 at 04:10 UTC
Updated:
9 Oct 2008 at 17:13 UTC
is there a way to restrict access to or disable the default /jobs view? say i have custom views that i want to use instead?
Comments
Comment #1
gmarus commentedDelete, comment out, or modify these lines in the function job_posting_menu() in job_posting.module:
$items['jobs'] = array(
'title' => t('Current jobs'),
'page callback' => 'job_posting_list_nodes',
'access arguments' => array('access content'),
'type' => MENU_SUGGESTED_ITEM,
);
Comment #2
defconjuan commentedthanks gmarus.
Comment #3
gmarus commentedclosed after 3+ weeks without activity