-
AuthorPosts
-
timmieboy Friend
timmieboy
- Join date:
- January 2013
- Posts:
- 344
- Downloads:
- 0
- Uploads:
- 59
- Thanks:
- 9
- Thanked:
- 5 times in 1 posts
September 12, 2013 at 9:34 am #190522Hello 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
HeR0 FriendHeR0
- Join date:
- August 2011
- Posts:
- 3626
- Downloads:
- 0
- Uploads:
- 61
- Thanks:
- 33
- Thanked:
- 588 times in 549 posts
September 13, 2013 at 8:57 am #505728It is in the Form Customizations and you could change it there.
timmieboy Friendtimmieboy
- Join date:
- January 2013
- Posts:
- 344
- Downloads:
- 0
- Uploads:
- 59
- Thanks:
- 9
- Thanked:
- 5 times in 1 posts
September 14, 2013 at 6:05 am #505812Which field because the status field in job form is translated?
HeR0 FriendHeR0
- Join date:
- August 2011
- Posts:
- 3626
- Downloads:
- 0
- Uploads:
- 61
- Thanks:
- 33
- Thanked:
- 588 times in 549 posts
September 16, 2013 at 2:50 am #505881If 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 Friendtimmieboy
- Join date:
- January 2013
- Posts:
- 344
- Downloads:
- 0
- Uploads:
- 59
- Thanks:
- 9
- Thanked:
- 5 times in 1 posts
September 16, 2013 at 6:59 am #505893Sorry 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 FriendHeR0
- Join date:
- August 2011
- Posts:
- 3626
- Downloads:
- 0
- Uploads:
- 61
- Thanks:
- 33
- Thanked:
- 588 times in 549 posts
September 16, 2013 at 10:09 am #505927Hi,
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, EXPIREDHope this helps.
AuthorPostsViewing 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
Changing status name on job
Viewing 6 posts - 1 through 6 (of 6 total)