[xwiki-users] How to add a panel on wiki webhome
Hello, I didn't manage to add Most Viewed Spaces Panel on my xwiki homepage. Do you a way to do that? I tested include or insert macro in inline mod (statitstic isn't display in list of choice) The only way is to add this panel at left or right side? Thxs Pascal B
Try this: {{velocity}} {{html}}$!xwiki.getDocument('Stats.MostViewedSpaces').getObject('Panels.PanelClass').get('content'){{/html}} {{/velocity}} Hope this helps, Marius On Mon, Mar 24, 2014 at 2:20 PM, Pascal BASTIEN <[email protected]> wrote:
Hello,
I didn't manage to add Most Viewed Spaces Panel on my xwiki homepage. Do you a way to do that? I tested include or insert macro in inline mod (statitstic isn't display in list of choice) The only way is to add this panel at left or right side?
Thxs
Pascal B _______________________________________________ users mailing list [email protected] http://lists.xwiki.org/mailman/listinfo/users
To resolve my problem I edited this page in object mode: /bin/edit/Dashboard/WebHome?editor=object and add a new Objets XWiki.GadgetClass (6) type with: a title and this content to display my stats: {{velocity}} {{html wiki="true"}} #set ($chartWidth = 380) #displayPanelLayout(2 ['Stats.MostViewedPages']) {{/html}} ##J'ai mis les droits de lecture pour Allgroup à Stats/Macros et Stats/MostViewedPages {{/velocity}} ________________________________ De : Pascal BASTIEN <[email protected]> À : XWiki Users <[email protected]> Envoyé le : Lundi 24 mars 2014 13h20 Objet : [xwiki-users] How to add a panel on wiki webhome Hello, I didn't manage to add Most Viewed Spaces Panel on my xwiki homepage. Do you a way to do that? I tested include or insert macro in inline mod (statitstic isn't display in list of choice) The only way is to add this panel at left or right side? Thxs Pascal B _______________________________________________ users mailing list [email protected] http://lists.xwiki.org/mailman/listinfo/users
participants (2)
-
Marius Dumitru Florea -
Pascal BASTIEN