Viewing 2 posts - 1 through 2 (of 2 total)
  • Author
    Posts
  • reders Friend
    #160381

    Please can you tell me how I remove the min salary on the job list page.
    Please see the attached image.

    Regards,
    Sean R.


    1. pic1
    Nick R JA JobBoard
    #377377

    Hi Sean,

    If you want to remove it from inline template just edit:
    components/com_jajobboard/views/jajobs/tmpl/themes/inline/jalist-item.php

    Find around line 156:
    [PHP]<!– SALARY –>
    <?php if(isset($item->salary_range)){?>
    <span class=”ja-job-salary”>
    <?php if(isset($item->salary_min) && isset($item->salary_max) && ($item->salary_min || $item->salary_max)){?>
    <?php echo $currency.$item->salary_min?> – <?php echo $currency.$item->salary_max?>
    <?php }elseif($field_salary){
    echo rendfield($item, $field_salary,false,true,true);
    } ?>
    </span>
    <?php }?>
    <!– //SALARY –>[/PHP]
    If you remove it from here, it should disappear on your list.

    Please get back with a feedback if it works 😉

    Cheers
    Nick

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

This topic contains 2 replies, has 2 voices, and was last updated by  Nick R 13 years, 2 months ago.

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