Please describe the issue you're having
If you accept the answer, please mark the topic as [SOLVED] by clicking the tick.

Moderators: RussH, cptr13

Forum rules: Just please remember to play nicely once you walk through the door. You can disagree with us, or any other commenters in this forum, but respect our space and keep your comments directed to the topic at hand.
By Aaron
#1533
Where can I change the names on the tabs across the top of the page, named Dashboard, Activities, Candidates, Companies, etc.?
By Sebbo
#1586
Hi Aaron,

i don't know if you solved this meanwhile on your own.

If not, you can rename the tab names in the corresponding [tabname]UI.php in the /modules folder.

Right after the includes you find

public function __construct()
{
parent::__construct();

$this->_authenticationRequired = true;
$this->_moduleDirectory = 'candidates';
$this->_moduleName = 'candidates';
$this->_moduleTabText = 'Candidates'; <- Here you can change the tab text
$this->_subTabs = array(
'Add Candidate => CATSUtility::getIndexName() . '?m=candidates&a=add*al=' . ACCESS_LEVEL_EDIT, <- Here you can change link texts under the tabs
'Search Candidate' => CATSUtility::getIndexName() . '?m=candidates&a=search'
);
}

Tab Name change takes effect after an new login.

It's essential to keep these synchronized to ensur[…]

Export part in Job Order order search

Same problem as mine. Maybe you're right, I'll che[…]

The error message you're encountering indicates th[…]

Errors restoring mysqldump backup

doesnot work for me