Исходный код вики Сценарии
Редактировал(а) Alexandr Fokin 2023/01/30 16:57
Скрыть последних авторов
author | version | line-number | content |
---|---|---|---|
![]() |
1.5 | 1 | |(% style="width:385px" %)Настройки локализации, язык интерфейса.|(% style="width:107px" %)Настройка|(% style="width:1001px" %)((( |
2 | 1. Перейти в "Глобальное администрирование: Локализация" | ||
3 | 1. Выставить необходимые настройки. | ||
4 | ))) | ||
![]() |
1.7 | 5 | |(% style="width:385px" %)Ограничить регистрацию новых пользователей.|(% style="width:107px" %)Настройка|(% style="width:1001px" %)((( |
![]() |
1.5 | 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 | ))) | ||
![]() |
1.7 | 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]] | ||
![]() |
1.4 | 17 | |(% style="width:385px" %)Отображение обратных ссылок (back links) на странице.|(% style="width:107px" %)Velocity script|(% style="width:1001px" %)((( |
![]() |
1.3 | 18 | List Page Backlinks |
![]() |
1.2 | 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 | |||
![]() |
1.3 | 22 | {{code language="Velocity"}} |
23 | #set ($links = $doc.getBacklinks()) | ||
![]() |
1.2 | 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! | ||
![]() |
1.3 | 31 | #end |
32 | {{/code}} | ||
![]() |
1.2 | 33 | ))) |
![]() |
1.16 | 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]] | ||
![]() |
1.2 | 37 | |
38 |