-
AuthorPosts
-
mpolakovic Friend
mpolakovic
- Join date:
- December 2013
- Posts:
- 12
- Downloads:
- 0
- Uploads:
- 1
- Thanked:
- 1 times in 1 posts
January 20, 2014 at 9:43 pm #193921Hi,
Currently in the Jobs Map module, I can see the name and location of the job when i click on the icon. Is there a way to configure so that the job’s salary will also be displayed here?
Thanks so much!
HeR0 FriendHeR0
- Join date:
- August 2011
- Posts:
- 3626
- Downloads:
- 0
- Uploads:
- 61
- Thanks:
- 33
- Thanked:
- 588 times in 549 posts
January 21, 2014 at 4:41 am #519195Example with the Salary Min, you could add as follows:
– Open file modules/mo_ja_jobs_map/tmpl/default.php
– Find code block:
+ "<?php echo JText::_("LOCATION", true);?>: <?php echo $item->location_id_value?>";
Add following code right below it:
info += "<br /><?php echo JText::_("SALARY_MIN");?>: <?php echo $item->salary_min?>";
– Next, find code block:
info += "<?php echo JText::_("LOCATION");?>: <?php echo $item1->location_id_value?>"
Add following code right below it:
info += "<br /><?php echo JText::_("SALARY_MIN");?>: <?php echo $item1->salary_min?>";
Hope this helps.AuthorPostsViewing 2 posts - 1 through 2 (of 2 total)This topic contains 2 replies, has 2 voices, and was last updated by HeR0 10 years, 11 months ago.
We moved to new unified forum. Please post all new support queries in our New Forum
How To Display Salary in Jobs Map?
Viewing 2 posts - 1 through 2 (of 2 total)