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

gmarus’s picture

Delete, 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,
);

defconjuan’s picture

thanks gmarus.

gmarus’s picture

Status: Active » Closed (fixed)

closed after 3+ weeks without activity