[xwiki-users] selected the informations tab as default on every pages
Hello all, I just start using xwiki and as every beginers I am stuck on seting up a tiny detail. My problem is the following: I would like the tab informations on every page to be the default selected tab. I try to look at the forum, and other related pages concerning xwiki configuration and all I founded is how to disable tabs but not modify the basic selected tab. I sure it is simple, but I don not know where to add the modification. Thanks for the help. Best regards Joseph-André GUARAGNA
Hi Joseph-André, On Aug 28, 2012, at 9:10 AM, Joseph-Andre Guaragna <[email protected]> wrote:
Hello all,
I just start using xwiki and as every beginers I am stuck on seting up a tiny detail.
My problem is the following: I would like the tab informations on every page to be the default selected tab. I try to look at the forum, and other related pages concerning xwiki configuration and all I founded is how to disable tabs but not modify the basic selected tab.
I sure it is simple, but I don not know where to add the modification. Thanks for the help.
It's not that simple because we don't have a configuration option to set which tab is the selected one by default. Thus ATM I think you'll need to edit docextra.vm and make some changes there, but I'm not sure what to change exactly. Maybe others can help. Thanks -Vincent
Thanks for the help I ll have a look right now -- View this message in context: http://xwiki.475771.n2.nabble.com/selected-the-informations-tab-as-default-o... Sent from the XWiki- Users mailing list archive at Nabble.com.
Thanks to your tips i managed to get informations as the default selected tab in every pages. the trick was to move the test on showinformation just before the showcomments having then : #if (!$docextras) #set (docextras=[]) #if ($showinformation) ..... #end #if ($showcomments) .... #end -- View this message in context: http://xwiki.475771.n2.nabble.com/selected-the-informations-tab-as-default-o... Sent from the XWiki- Users mailing list archive at Nabble.com.
participants (3)
-
jos -
Joseph-Andre Guaragna -
Vincent Massol