test
Viewing 3 posts - 1 through 3 (of 3 total)
  • Author
    Posts
  • Rob Hawthorn Friend
    #143629

    Hi,
    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,
    Rob

    beastmode54 JA JobBoard
    #315041

    Is 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 Moderator
    #319115

    Hi 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>

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

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