kopna
✭kopna ✭
Перекладаючи Ваніль, зіткнувся з такою проблемою:
на сторінці "Banner", переклад опису для "Favicon" виявився однаковим.
Наприклад:
Favicon
Your site's favicon appears in your browser's title bar. It will be scaled to 16x16 pixels.
The shortcut icon that shows up in your browser's bookmark menu (16x16 px).
Мав наступний вигляд:
Піктограма ярлика, яка з'явться в меню закладки вашого браузера (16х16 px).
Піктограма ярлика, яка з'явться в меню закладки вашого браузера (16х16 px).
Ось уривок з коду:
t('FaviconDescription', "Your site's favicon appears in your browser's title bar. It will be scaled to 16x16 pixels."),
та
t('FaviconDescription', "The shortcut icon that shows up in your browser's bookmark menu (16x16 px)."),
Експерементуючи, знайшов рішення, додати число, яке надає послідовність для кожного опису
'FaviconDescription1 та 'FaviconDescription2 В перекладі це має такий вигляд:
$Definition['FaviconDescription1'] = '';
$Definition['FaviconDescription2'] = '';
Reactions
-
Re: Gopi - How to return option BBCode
.editor-help-text {display: none;} I do not understand why hide it? .editor-help-text {display: visibility;} Now working again. Thank you for your response ;) (View Post)2 -
Re: Error 500 on fresh install
replace the .htaccess file from version 2.2 and everything will be fine ;) then you can replace the original .htaccess file from version 2.3 (View Post)1 -
Bootstrap Theme, can not be integrated JS into default.master.tpl
I found an interesting photo and video slider to integrate it in my forum. But there is a problem with the JS code «script type="text/javascript"» $(document).ready(function() { $('#slider'… (View Post)1 -
Happy New Year Vanilla Community!
1 -
Re: Image upload problem
may help: https://vanillaforums.org/discussion/31801/not-inserting-images-after-file-upload-resolved#latest (View Post)1