-
AuthorPosts
-
reders Friend
reders
- Join date:
- December 2007
- Posts:
- 127
- Downloads:
- 3
- Uploads:
- 13
- Thanks:
- 9
- Thanked:
- 4 times in 1 posts
February 18, 2011 at 1:02 pm #160381Please can you tell me how I remove the min salary on the job list page.
Please see the attached image.Regards,
Sean R.
Nick R JA JobBoardNick R
- Join date:
- August 2009
- Posts:
- 284
- Downloads:
- 0
- Uploads:
- 9
- Thanks:
- 12
- Thanked:
- 20 times in 1 posts
February 18, 2011 at 2:03 pm #377377Hi Sean,
If you want to remove it from inline template just edit:
components/com_jajobboard/views/jajobs/tmpl/themes/inline/jalist-item.phpFind 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
NickAuthorPostsViewing 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, 9 months ago.
We moved to new unified forum. Please post all new support queries in our New Forum
Removing Min Salary on job list page
Viewing 2 posts - 1 through 2 (of 2 total)