Wiki source code of Notifications

Last modified by superadmin on 2021/12/13 19:49

Show last authors
1 {{box cssClass="floatinginfobox"}}
2 {{toc start="2" /}}
3 {{/box}}
4
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]]
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}}

Submit feedback regarding this wiki to webmaster@opensource.org

This wiki is licensed under a Creative Commons 2.0 license
XWiki 14.10.13 - Documentation