test
Viewing 2 posts - 1 through 2 (of 2 total)
  • Author
    Posts
  • mpolakovic Friend
    #193921

    Hi,

    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!


    1. JobsMap
    HeR0 Friend
    #519195

    Example 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.

Viewing 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