Hi, Have a look at the docextra.vm skin file: https://github.com/xwiki/xwiki-platform/blob/master/xwiki-platform-core/xwiki-platform-flamingo/xwiki-platform-flamingo-skin/xwiki-platform-flamingo-skin-resources/src/main/resources/flamingo/docextra.vm
Right now it`s all done in that template file, but at some point there should be an Extension Point there to allow adding new tabs without editing the skin file. The idea is that you can define your own template file that you can include in docextra.vm so that it is displayed on every page. You can do whatever you want inside that new template file in the context of the current page on which it is displayed (I.e. search for forum threads having the current page's ID/title/etc.) Hope this helps, Eduard P.S.: Please post these types of questions in the users list, since they are related to the usage of XWiki and not to its actual development. On Mon, May 23, 2016 at 12:22 PM, superuser <[email protected]> wrote: > I have been working on www.wikinote.org > I want to add a new "Forum Tab" next to "Comments Tab" on every page. In > that Tab I need options like: > 1] functionality to add web-links. (pointing to 'forum pages' and 'topics > in > the forum') > 2] display the list of already added links. > How can I do that? > > e.g. display links present already. > below it, show text input field. and besides it, a button to submit the new > link > > > > -- > View this message in context: > http://xwiki.475771.n2.nabble.com/Adding-new-Forum-Tab-next-to-Comments-Tab-on-every-page-tp7599565.html > Sent from the XWiki- Dev mailing list archive at Nabble.com. > _______________________________________________ > devs mailing list > [email protected] > http://lists.xwiki.org/mailman/listinfo/devs > _______________________________________________ devs mailing list [email protected] http://lists.xwiki.org/mailman/listinfo/devs

