Исходный код вики Notifications

Редактировал(а) Андрей Ганьков 2022/02/04 20:41

Скрыть последних авторов
Андрей Ганьков 1.1 1 {{box cssClass="floatinginfobox"}}
Андрей Ганьков 6.1 2 {{toc start="2" /}}
Андрей Ганьков 1.1 3 {{/box}}
4
Андрей Ганьков 2.1 5 **Notifications Macro** provides information about recent activities done by the users. [[Learn more>>https://extensions.xwiki.org/xwiki/bin/view/Extension/Notifications%20Application/#HNotificationsMacro]]
Андрей Ганьков 1.1 6
7 == Wiki Activity ==
8
9 {{example}}
10 {{velocity}}
11 {{notifications count="5" useUserPreferences="false" displayOwnEvents="true" wikis="$services.wiki.currentWikiId"/}}
12 {{/velocity}}
13 {{/example}}
14
15 == Current User Activity ==
16
17 {{example}}
18 {{velocity}}
19 {{notifications count="5" useUserPreferences="false" displayOwnEvents="true" users="$xcontext.user"/}}
20 {{/velocity}}
21 {{/example}}
Андрей Ганьков 6.1 22