Viewing 1 post (of 1 total)
  • Author
    Posts
  • akerman Friend
    #158154

    At about line 71 there is an error that makes the admin toolbar report “employers” for both “Employers” and “Jobseekers” File: “toolbar.jajobboard.php”:

    case 'jaemployers' :
    JToolBarHelper::title ( JText::_ ( 'JA Job Board' ) . '::' . JText::_ ( 'Employers' ) );
    TOOLBAR_JAJOBBOARD::JAEmployers ();
    break;

    case 'jacandidates' :
    JToolBarHelper::title ( JText::_ ( 'JA Job Board' ) . '::' . JText::_ ( 'Job Seekers' ) );
    TOOLBAR_JAJOBBOARD::JAEmployers ();
    break;

    Change this to:

    case 'jaemployers' :
    JToolBarHelper::title ( JText::_ ( 'JA Job Board' ) . '::' . JText::_ ( 'Employers' ) );
    TOOLBAR_JAJOBBOARD::JAEmployers ();
    break;

    case 'jacandidates' :
    JToolBarHelper::title ( JText::_ ( 'JA Job Board' ) . '::' . JText::_ ( 'Job Seekers' ) );
    TOOLBAR_JAJOBBOARD::JACandidates ();
    break;

    This seems to be present both in 1.5.0 Beta and Stable

    Regards
    Akerman

Viewing 1 post (of 1 total)

This topic contains 1 reply, has 1 voice, and was last updated by  akerman 13 years, 8 months ago.

We moved to new unified forum. Please post all new support queries in our New Forum