• Installing and displaying my job orders works fine. The only problem is that it displays the Salary which we do not want. We have filled this field for internal use and do not display this on our portal.
    The plugin however displays this by default, regardless of the Cats settings.
    How can I disable this?
    Regards
    Fernando Estarippa

    https://www.ads-software.com/plugins/cats-jobsite/

Viewing 2 replies - 1 through 2 (of 2 total)
  • You need to remove a line of code from;

    ../templates/show.tpl.php

    Search for this line and remove it. Then just save your file.

    • <?php printf($this->_e(‘Salary: %s’), $this->job[‘salary’]); ?>

    Goto ../templates/show.tpl.php and remove this line of code.

    <li><?php printf($this->_e('Salary: %s'), $this->job['salary']); ?></li>

    Then save your file again.

Viewing 2 replies - 1 through 2 (of 2 total)
  • The topic ‘Salary displayed while suppressed in Cats’ is closed to new replies.