|
uCoz Community Archives Locked HELP TO TRANSTALE ARCHIVE_MENU |
HELP TO TRANSTALE ARCHIVE_MENU |
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
|
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. |
| |||
| |||