Mise à jour wiki prévue le lundi 21/07/2025 de 07h30 à 09h30 Plus d'informations en cliquant sur ce lien

Code source wiki de Notifications

Modifié par Admin le 24/03/2023 - 15:51

Masquer les derniers auteurs
Admin 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