Viewing 6 posts - 1 through 6 (of 6 total)
  • Author
    Posts
  • timmieboy Friend
    #190522

    Hello Hero,

    How can I change the word approved that is new on the job. I have looked into the language files and I checked the status file but everything is set ok.

    Thanks


    1. approved
    HeR0 Friend
    #505728

    It is in the Form Customizations and you could change it there.

    timmieboy Friend
    #505812

    Which field because the status field in job form is translated?

    HeR0 Friend
    #505881

    If you want to translate the “Approve” text, i am sorry that you can not do it because it is value aand it will cause many issues if you change it.

    timmieboy Friend
    #505893

    Sorry but this is really stupid, why a multi language system where I can’t change a single word. I have the field status in a job, why can it not be that word what is showing.

    HeR0 Friend
    #505927

    Hi,

    I think you could translate it by the solution as below:
    – Open file component/com_jajobboard/views/jajobs/tmpl/themes/inline(current theme)/jalist-item.php
    – Find code line

    <strong style="font-size:120%"><?php echo JText::_("STATUS");?></strong>: <?php echo $item->status;?>
    – Edit that code to

    <strong style="font-size:120%"><?php echo JText::_("STATUS");?></strong>: <?php echo JText::_(strtoupper($item->status));?>
    – In the language file, you translate value of that key: NON-APPROVED, APPROVED, WAITING, EXPIRED

    Hope this helps.

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

This topic contains 6 replies, has 2 voices, and was last updated by  HeR0 11 years, 1 month ago.

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