-
AuthorPosts
-
okkhalid Friend
okkhalid
- Join date:
- November 2012
- Posts:
- 229
- Downloads:
- 2
- Uploads:
- 133
- Thanked:
- 3 times in 1 posts
September 21, 2013 at 3:00 pm #190789Hello 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,
HeR0 FriendHeR0
- Join date:
- August 2011
- Posts:
- 3626
- Downloads:
- 0
- Uploads:
- 61
- Thanks:
- 33
- Thanked:
- 588 times in 549 posts
September 24, 2013 at 7:23 am #506839Hi 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>
AuthorPostsViewing 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
Hide employer ID
Viewing 2 posts - 1 through 2 (of 2 total)