-
AuthorPosts
-
Rob Hawthorn Friend
Rob Hawthorn
- Join date:
- September 2014
- Posts:
- 190
- Downloads:
- 0
- Uploads:
- 28
- Thanks:
- 38
- Thanked:
- 3 times in 1 posts
August 21, 2009 at 8:49 pm #143629Hi,
I’m just trying to make the “Company Profile” invisible from job detail as I don’t want potential applicants to cut the middle man out and go direct to the company posting the ad.I’ve searched through the “Design and Customization” but to no avail, any suggestions?
Regards,
Robbeastmode54 JA JobBoardbeastmode54
- Join date:
- November 2007
- Posts:
- 233
- Downloads:
- 0
- Uploads:
- 4
- Thanks:
- 12
- Thanked:
- 20 times in 1 posts
August 22, 2009 at 1:43 am #315041Is it not the the forms area…you can add and take away fields..i believe it would be on the job field and job table
Anonymous ModeratorJA Developer
- Join date:
- September 2014
- Posts:
- 9914
- Downloads:
- 207
- Uploads:
- 152
- Thanks:
- 1789
- Thanked:
- 2008 times in 1700 posts
September 30, 2009 at 9:00 am #319115Hi rob_hawthorn
For this case, please open componentscom_jajobboardviewsjajobstmpljaview.php file, find this block to remove:
<div class="moduletable job-box">
<h3><?php echo JText::_('Company Profile')?></h3>
<table class="tabledata jobdetails"><tr>
<td width="20%">
<?php
for ($i=0;$i<count($this->profile_editFieldList);$i++)
if ($this->profile_editFieldList[$i]->field_name=='logo')
{
if ($this->profile->logo)
echo rendfield($this->profile,$this->profile_editFieldList[$i],false,true,true);
}
?></td>
<td>
<h4 class="co-name">
<?php $alias = JFilterOutput::stringURLSafe($this->profile->company); ?>
<a href="<?php echo JRoute::_('index.php?option='. JBCOMNAME .'&view=japrofiles&layout=jaview&cid[]='. $this->profile->user_id.'&alias='.$alias.'&Itemid=1000' ); ?>" title="<?php echo JText::_('Company profile'); ?>">
<strong>
<?php
for ($i=0;$i<count($this->profile_editFieldList);$i++)
if ($this->profile_editFieldList[$i]->field_name=='company')
{
if ($this->profile->company)
echo rendfield($this->profile,$this->profile_editFieldList[$i],false,true,true);
}
?>
</strong>
</a>
</h4>
<div class="co-des">
<?php
for ($i=0;$i<count($this->profile_editFieldList);$i++)
if ($this->profile_editFieldList[$i]->field_name=='short_desc')
{
if ($this->profile->short_desc)
echo rendfield($this->profile,$this->profile_editFieldList[$i],false,true,true);
}
?>
</div>
<br/></td>
</tr><!--<tr>
<td width="20%"><?php echo JText::_('Company description')?>:</td>
<td>
<?php echo $this->profile->short_desc; ?>
</td>
</tr> --></table>
</div>
-
AuthorPosts
This topic contains 3 replies, has 3 voices, and was last updated by Anonymous 15 years, 3 months ago.
We moved to new unified forum. Please post all new support queries in our New Forum