Failed to execute template. Grund: [Encountered "\"ntime\"" at environment:/skins/flamingo/htmlheader.vm[line 1, column 49] Was expecting one of:     "||" ...     "," ...     ")" ...     <WHITESPACE> ...     <NEWLINE> ...     "-" ...     "+" ...     "*" ...     "/" ...     "%" ...     <LOGICAL_AND> ...     <LOGICAL_OR> ...     <LOGICAL_LT> ...     <LOGICAL_LE> ...     <LOGICAL_GT> ...     <LOGICAL_GE> ...     <LOGICAL_EQUALS> ...     <LOGICAL_NOT_EQUALS> ...     ]. Klicke auf diese Nachricht, um Details zu erfahren.

Zum Inhalt springen

Wiki-Quellcode von Notifications

Zuletzt geändert von Gregor Buchholz am 2024/12/10 12:50

Verstecke letzte Bearbeiter
Gregor Buchholz 1.1 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}}
22