-
AuthorPosts
-
mjandia Friend
mjandia
- Join date:
- December 2013
- Posts:
- 48
- Downloads:
- 0
- Uploads:
- 9
- Thanked:
- 3 times in 1 posts
December 9, 2013 at 4:31 pm #192853In the footer there is in nav position, the sentence ” Reset user setting ” in my website. I would like to translate this sentence. I’ve looked on language file, i’ve found the sentence but it seems that is not the right file. Could you give me the right file please ?
Thank you
Ninja Lead ModeratorNinja Lead
- Join date:
- November 2014
- Posts:
- 16064
- Downloads:
- 310
- Uploads:
- 2864
- Thanks:
- 341
- Thanked:
- 3854 times in 3563 posts
December 10, 2013 at 8:20 am #514929You can find and change it in language/en-GB/en-GB.tpl_ja_teline_iii.ini
RESET_USER_SETTING="Reset user setting"
mjandia Friendmjandia
- Join date:
- December 2013
- Posts:
- 48
- Downloads:
- 0
- Uploads:
- 9
- Thanked:
- 3 times in 1 posts
December 10, 2013 at 11:04 am #514949I did but nothing have changed. I ‘ve cleared cache but it remains in english.
Ninja Lead ModeratorNinja Lead
- Join date:
- November 2014
- Posts:
- 16064
- Downloads:
- 310
- Uploads:
- 2864
- Thanks:
- 341
- Thanked:
- 3854 times in 3563 posts
December 11, 2013 at 11:05 am #515085<em>@mjandia 401358 wrote:</em><blockquote>I did but nothing have changed. I ‘ve cleared cache but it remains in english.</blockquote>
So that I can take a look and try to assist, please provide the url of the site you’re working on
mjandia Friendmjandia
- Join date:
- December 2013
- Posts:
- 48
- Downloads:
- 0
- Uploads:
- 9
- Thanked:
- 3 times in 1 posts
Ninja Lead ModeratorNinja Lead
- Join date:
- November 2014
- Posts:
- 16064
- Downloads:
- 310
- Uploads:
- 2864
- Thanks:
- 341
- Thanked:
- 3854 times in 3563 posts
December 13, 2013 at 8:38 am #515331mjandia Friendmjandia
- Join date:
- December 2013
- Posts:
- 48
- Downloads:
- 0
- Uploads:
- 9
- Thanked:
- 3 times in 1 posts
December 13, 2013 at 10:16 am #515352I have a firewall in which country are you ? I have to autorise it
Ninja Lead ModeratorNinja Lead
- Join date:
- November 2014
- Posts:
- 16064
- Downloads:
- 310
- Uploads:
- 2864
- Thanks:
- 341
- Thanked:
- 3854 times in 3563 posts
December 13, 2013 at 10:23 am #515353<em>@mjandia 401852 wrote:</em><blockquote>I have a firewall in which country are you ? I have to autorise it</blockquote>
I sent you a PM
mjandia Friendmjandia
- Join date:
- December 2013
- Posts:
- 48
- Downloads:
- 0
- Uploads:
- 9
- Thanked:
- 3 times in 1 posts
December 14, 2013 at 9:28 am #515429Do you have a solution to my problem ? Do you access to my website ?
Ninja Lead ModeratorNinja Lead
- Join date:
- November 2014
- Posts:
- 16064
- Downloads:
- 310
- Uploads:
- 2864
- Thanks:
- 341
- Thanked:
- 3854 times in 3563 posts
December 15, 2013 at 3:15 am #515460<em>@mjandia 401961 wrote:</em><blockquote>Do you have a solution to my problem ? Do you access to my website ?</blockquote>
Yes, I can access URL of your site. Because your site is using three languages: EN, FR, ES and you can try to do this way:
Copy language/en-GB/en-GB.tpl_ja_teline_iii.ini file
Paste and rename
language/fr-FR/fr-FR.tpl_ja_teline_iii.ini
language/es-ES/es-ES.tpl_ja_teline_iii.iniOpen fr-FR.tpl_ja_teline_iii.ini and es-ES.tpl_ja_teline_iii.ini files and change
RESET_USER_SETTING="Supprimer la configuration utilisateur"
If you could not solve this problem, you can send me admin login and FTP account of your site via private message. I will help you to do that.
mjandia Friendmjandia
- Join date:
- December 2013
- Posts:
- 48
- Downloads:
- 0
- Uploads:
- 9
- Thanked:
- 3 times in 1 posts
December 17, 2013 at 10:24 am #515709The best thing I can do it’s to not use that. How to remove RESET_USER_SETTING because finally, I don’t use Cpanel. Thank you for your help
Ninja Lead ModeratorNinja Lead
- Join date:
- November 2014
- Posts:
- 16064
- Downloads:
- 310
- Uploads:
- 2864
- Thanks:
- 341
- Thanked:
- 3854 times in 3563 posts
December 17, 2013 at 10:29 am #515712This way will help you to rid it
Open templates/ja_teline_iii/blocks/footer.php file
Find and remove it
<li class="user-reset">
<a href="#" onclick="reset_usersetting();" title="<?php echo JText::_('RESET_USER_SETTING')?>">
<span><?php echo JText::_('RESET_USER_SETTING')?></span>
</a>
</li>
Don’t forget to clear cache after making any changes
mjandia Friendmjandia
- Join date:
- December 2013
- Posts:
- 48
- Downloads:
- 0
- Uploads:
- 9
- Thanked:
- 3 times in 1 posts
December 17, 2013 at 10:40 am #515715Have a nice day.
Regards
PS : Problem solved
1 user says Thank You to mjandia for this useful post
February 20, 2014 at 5:46 am #523569<em>@Ninja Lead 402005 wrote:</em><blockquote>Yes, I can access URL of your site. Because your site is using three languages: EN, FR, ES and you can try to do this way:
Copy language/en-GB/en-GB.tpl_ja_teline_iii.ini file
Paste and rename
language/fr-FR/fr-FR.tpl_ja_teline_iii.ini
language/es-ES/es-ES.tpl_ja_teline_iii.iniOpen fr-FR.tpl_ja_teline_iii.ini and es-ES.tpl_ja_teline_iii.ini files and change
RESET_USER_SETTING="Supprimer la configuration utilisateur"
If you could not solve this problem, you can send me admin login and FTP account of your site via private message. I will help you to do that.</blockquote>
Hi! This doesn’t work for me either. It works fine with the ‘TOP’ and the “Last updated’, but for some reason it won’t work with the ‘Reset user settings’. Any idea how to change it? Thanks!
Ninja Lead ModeratorNinja Lead
- Join date:
- November 2014
- Posts:
- 16064
- Downloads:
- 310
- Uploads:
- 2864
- Thanks:
- 341
- Thanked:
- 3854 times in 3563 posts
AuthorPostsThis topic contains 20 replies, has 3 voices, and was last updated by zhslovo 10 years, 7 months ago.
We moved to new unified forum. Please post all new support queries in our New Forum