test
Viewing 2 posts - 1 through 2 (of 2 total)
  • Author
    Posts
  • okkhalid Friend
    #190789

    Hello how I can hide employer ID from the company profile. I do not think job seekers need to know what is employer id. please help.

    thanks,


    1. em
    HeR0 Friend
    #506839

    Hi Okkhalid,

    Please open file components/com_jajobboard/views/jajobs/tmpl/jaview.php and find the this line of code:
    $arr_exc_field = array('views', 'apply_type', 'direct_url');
    then change it to
    $arr_exc_field = array('views', 'apply_type', 'direct_url', 'user_id');

    This will help to hide employer name in the Job detail. In addition, you can find the Employer block code in that file to remove it as you wish.

    <h3><?php echo JText::_('COMPANY_PROFILE')?></h3>

Viewing 2 posts - 1 through 2 (of 2 total)

This topic contains 2 replies, has 2 voices, and was last updated by  HeR0 11 years, 3 months ago.

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