[xwiki-users] Customizing flamingo theme
Hi. Is there an easy way to add link to Jira Issue Collector to every page in xwiki? It should be sufficient to add a some javascript in <head> </head>, but looking and Flamingo skin's docs It is not clear to me how to do this. Best regards, R.
You have various way to do that depending where exactly you want to display this information: Not really related to the skin: * create a new panel and add it in the list of left or right panel in the wiki administration, see http://extensions.xwiki.org/xwiki/bin/view/Extension/Panels+Application * create a javascript extension with WIKI scope so that it's executed on all pages of the wiki, see http://platform.xwiki.org/xwiki/bin/view/DevGuide/SkinExtensionsTutorial A bit more related to the skin: * create a ui extension and use the id corresponding to where you want to insert it, see http://extensions.xwiki.org/xwiki/bin/view/Extension/UIExtension+Module and http://platform.xwiki.org/xwiki/bin/view/ExtensionPoint/ On Fri, Apr 22, 2016 at 10:20 AM, Ryszard Łach <[email protected]> wrote:
Hi.
Is there an easy way to add link to Jira Issue Collector to every page in xwiki? It should be sufficient to add a some javascript in <head> </head>, but looking and Flamingo skin's docs It is not clear to me how to do this.
Best regards, R. _______________________________________________ users mailing list [email protected] http://lists.xwiki.org/mailman/listinfo/users
-- Thomas Mortagne
participants (2)
-
Ryszard Łach -
Thomas Mortagne