Page 1 of 1
Remove tabs
Posted: 17 Dec 2008, 19:52
by pixelpres
How can I remove the a tab from the administration side - i.e. I want to remove the Calendar tab.
Thanks.
Michael
Re: Remove tabs
Posted: 19 Dec 2008, 20:18
by Jos
1. go to /cats/ and edit constants.php and search for the lines below. Then just delete the line which points out to 'calendar' => '8', and save your file. Now the tab wil not show up any more.
$coreModules = array(
'home' => '1',
'activity' => '2',
'joborders' => '3',
'candidates' => '4',
'companies' => '5',
'contacts' => '6',
'lists' => '7',
'calendar' => '8',
'reports' => '9',
'settings' => '10',
Re: Remove tabs
Posted: 07 Jul 2009, 21:51
by figufab
Are you sure this removes the tabs? I can;t get it to work for some reason. Thanks.
Figu
Re: Remove tabs
Posted: 11 Oct 2009, 14:11
by Jos
Yes, I'm sure that this will remove the tabs. However, when I wrote this it was meant for version v.7.1