[xwiki-users] Shortcut to another wiki in panel
Hi all, XWiki newbie here, just setting up XWiki for my company. In addition to the Main wiki, I have created 2 other wikis, say “Development” and “Support”. Currently I can only switch among the wikis via the Wiki Index (in fact, the other wikis do appear in the breadcrumb widget at the top, but not when in the Main wiki). I would like to put shortcuts to each wiki in the left panel, ideally with an icon and the wiki name. However, I have not found an out-of-the-box way to do this. Can someone point me in the right direction? Thank you. Regards, Cris
On Wed, Jan 27, 2016 at 11:49 AM, Merritt, Cris <[email protected]> wrote:
Hi all, XWiki newbie here, just setting up XWiki for my company.
In addition to the Main wiki, I have created 2 other wikis, say “Development” and “Support”. Currently I can only switch among the wikis via the Wiki Index (in fact, the other wikis do appear in the breadcrumb widget at the top, but not when in the Main wiki).
I would like to put shortcuts to each wiki in the left panel, ideally with an icon and the wiki name. However, I have not found an out-of-the-box way to do this. Can someone point me in the right direction?
I guess that by shortcut you mean a link/anchor that points to the wiki. Well, a link to the wiki is actually a link to the wiki home page. See http://www.xwiki.org/xwiki/bin/view/XWiki/XWikiSyntax?syntax=2.1§ion=Lin... . Something like this should work: [[Development>>dev:Main.WebHome]] Replace "dev" with the actual wiki id. Hope this helps, Marius
Thank you.
Regards, Cris
_______________________________________________ users mailing list [email protected] http://lists.xwiki.org/mailman/listinfo/users
Thank you Marius. Eventually I found the the documentation about creating new panel elements here: http://extensions.xwiki.org/xwiki/bin/view/Extension/Panels+Application#HCre... By combining that with your suggestion I got what I wanted. Many thanks, Cris
On Jan 27, 2016, at 22:25, Marius Dumitru Florea <[email protected]> wrote:
On Wed, Jan 27, 2016 at 11:49 AM, Merritt, Cris <[email protected]> wrote:
Hi all, XWiki newbie here, just setting up XWiki for my company.
In addition to the Main wiki, I have created 2 other wikis, say “Development” and “Support”. Currently I can only switch among the wikis via the Wiki Index (in fact, the other wikis do appear in the breadcrumb widget at the top, but not when in the Main wiki).
I would like to put shortcuts to each wiki in the left panel, ideally with an icon and the wiki name. However, I have not found an out-of-the-box way to do this. Can someone point me in the right direction?
I guess that by shortcut you mean a link/anchor that points to the wiki. Well, a link to the wiki is actually a link to the wiki home page. See http://www.xwiki.org/xwiki/bin/view/XWiki/XWikiSyntax?syntax=2.1§ion=Lin... . Something like this should work:
[[Development>>dev:Main.WebHome]]
Replace "dev" with the actual wiki id.
Hope this helps, Marius
Thank you.
Regards, Cris
_______________________________________________ users mailing list [email protected] http://lists.xwiki.org/mailman/listinfo/users
_______________________________________________ users mailing list [email protected] http://lists.xwiki.org/mailman/listinfo/users
participants (2)
-
Marius Dumitru Florea -
Merritt, Cris