Failed to execute template. Cause: [Access denied when checking [script] access to [xwiki:Collaboratory.UX.HbpSkin.WebHome] for user [xwiki:XWiki.Admin]]. Click on this message for details.

HighlightedCollabs - HBP Wiki

IAM21 instance, do not create collab nor modify a team, your changes will be lost


Wiki source code of HighlightedCollabs

Last modified by hbpadmin on 2021/12/30 15:14

Show last authors
1 {{velocity}}
2 #set ($columnsProperties = {
3 'doc.title': {"link":"view"},
4 'collab_id': {},
5 'featured': {},
6 'doc.author': {"link":"author"},
7 'doc.date': {},
8 '_actions': {"sortable":false,"filterable":false,"html":true,"actions":["edit","delete"]}
9 })
10 #set ($options = {
11 'className': 'Collaboratory.Apps.HighlightedCollabs.Code.HighlightedCollabsClass',
12 'translationPrefix': 'highlightedcollabs.livetable.',
13 'tagCloud': true,
14 'rowCount': 15,
15 'maxPages': 10,
16 'selectedColumn': 'doc.title',
17 'defaultOrder': 'asc'
18 })
19 #set ($columns = ['doc.title', 'collab_id', 'featured', 'doc.author', 'doc.date', '_actions'])
20 #livetable('highlightedcollabs' $columns $columnsProperties $options)
21 {{/velocity}}