Исходный код вики Сценарии
Редактировал(а) Alexandr Fokin 2023/01/30 16:57
Последние авторы
author | version | line-number | content |
---|---|---|---|
1 | |(% style="width:385px" %)Настройки локализации, язык интерфейса.|(% style="width:107px" %)Настройка|(% style="width:1001px" %)((( | ||
2 | 1. Перейти в "Глобальное администрирование: Локализация" | ||
3 | 1. Выставить необходимые настройки. | ||
4 | ))) | ||
5 | |(% style="width:385px" %)Ограничить регистрацию новых пользователей.|(% style="width:107px" %)Настройка|(% style="width:1001px" %)((( | ||
6 | Restrict Registration of New Users | ||
7 | [[https:~~/~~/forum.xwiki.org/t/restrict-registration-of-new-users/84>>url:https://forum.xwiki.org/t/restrict-registration-of-new-users/84]] | ||
8 | |||
9 | |||
10 | 1. Перейти в "Глобальное администрирование: Права доступа" | ||
11 | 1. Переключить флаг Группы/Пользователи | ||
12 | 1. Настроить правка для элемента "Незарегистрированные пользователи". | ||
13 | 1. Перезапустить wiki. | ||
14 | ))) | ||
15 | |(% style="width:385px" %)Отключение вступительного тура.|(% style="width:107px" %)Параметр плагина|(% style="width:1001px" %)Disable Welcome Tour for new users | ||
16 | [[https:~~/~~/forum.xwiki.org/t/disable-welcome-tour-for-new-users/62>>url:https://forum.xwiki.org/t/disable-welcome-tour-for-new-users/62]] | ||
17 | |(% style="width:385px" %)Отображение обратных ссылок (back links) на странице.|(% style="width:107px" %)Velocity script|(% style="width:1001px" %)((( | ||
18 | List Page Backlinks | ||
19 | [[https:~~/~~/snippets.xwiki.org/xwiki/bin/view/Extension/List Page Backlinks>>https://snippets.xwiki.org/xwiki/bin/view/Extension/List Page Backlinks]] | ||
20 | |||
21 | |||
22 | {{code language="Velocity"}} | ||
23 | #set ($links = $doc.getBacklinks()) | ||
24 | #if ($links.size() > 0) | ||
25 | #foreach ($docname in $links) | ||
26 | #set ($rdoc = $xwiki.getDocument($docname).getTranslatedDocument()) | ||
27 | * [[$escapetool.xml($rdoc.fullName)]] | ||
28 | #end | ||
29 | #else | ||
30 | No back links for this page! | ||
31 | #end | ||
32 | {{/code}} | ||
33 | ))) | ||
34 | |(% style="width:385px" %)Ограничить доступ к плагину | ||
35 | App Within Minutes Application|(% style="width:107px" %) |(% style="width:1001px" %)App Within Minutes Application | ||
36 | [[https:~~/~~/extensions.xwiki.org/xwiki/bin/view/Extension/App+Within+Minutes+Application#HDisableAccesstotheAppbutAllowtoCreateEntriesfromAnotherSpace>>https://extensions.xwiki.org/xwiki/bin/view/Extension/App+Within+Minutes+Application#HDisableAccesstotheAppbutAllowtoCreateEntriesfromAnotherSpace]] | ||
37 | |||
38 |