Customisation: различия между версиями
Нет описания правки |
|||
(не показана 1 промежуточная версия этого же участника) | |||
Строка 1: | Строка 1: | ||
[[Customisation|en]] | [[Кастомизация|ru]] | [[Customisation|en]] | [[Кастомизация|ru]] | ||
The client can add its own JavaScripts to the system, as well as add its own css styles or re-assign existing ones. | |||
The files should be used for these purposes: | |||
For versions '''up to 3.19''': | |||
/userside3/main/js/user_script.js | |||
/userside3/main/skins/user_style.css | |||
For versions '''3.19 and above''': | |||
/public/main/js/user_script.js | |||
/public/main/skins/user_style.css | |||
If there are no such files, then create them. They are not overwritten during the update. |
Текущая версия от 10:27, 1 июля 2024
The client can add its own JavaScripts to the system, as well as add its own css styles or re-assign existing ones.
The files should be used for these purposes:
For versions up to 3.19:
/userside3/main/js/user_script.js /userside3/main/skins/user_style.css
For versions 3.19 and above:
/public/main/js/user_script.js /public/main/skins/user_style.css
If there are no such files, then create them. They are not overwritten during the update.