• Page 1 of 1
  • 1
HELP TO TRANSTALE ARCHIVE_MENU
Tidus
Posts: 14
Reputation: 0

Message # 1 | 1:09 AM
It is possible to translate the "Select Month" of the $ARCHIVE_MENU$?

http://neuropod.net/imagehost/uploads/d19b0af5df5f5ab5aee6143469321b2f.JPG
Attachments: 6230757.jpg (7.6 Kb)

Post edited by Tidus - Sunday, 2011-08-28, 1:09 AM
Natashko
Posts: 3366
Reputation: 171

Message # 2 | 1:50 PM
Tidus, the inscription "Select Month" depends on the site language. But if you want to translate it to some other language that is not presented by uCoz - you need to do it with the help of scripts.
Tidus
Posts: 14
Reputation: 0

Message # 3 | 11:11 PM
Natashko, Do you know any script that does this?
Natashko
Posts: 3366
Reputation: 171

Message # 4 | 10:50 AM
Tidus, Go to the template of the page, where $ARCHIVE_MENU$ code is and add:
Code
<script type="text/javascript">
$(document).ready(function(){
     $('.archMenu option:first-child').html($('.archMenu option:first-child').html().replace('Select month','YOURTEXT'));
});
</script>


Substitute "YOURTEXT" part with your own text, of course.
  • Page 1 of 1
  • 1
Search: