Hi Josh, In XWiki, everything you see on a page is a matter of CSS & Velocity & Groovy scripts. That is to say, the skin is built using CSS and Velocity. Therefore modifying your skin is a matter of CSS changes ;-)
Basically what you have to do is to identify how the CSS currently displays comments on your page, remove those lines from your skin and then work out your own tab CSS magic. I guess you've already read http://www.xwiki.org/xwiki/bin/view/AdminGuide/Skins... On my side I'll try to see whether a blank tab skin like Wikipeople's one can be made available on XWiki.org, but that may take a while... Hope this helps, Guillaume On 16/10/2007, Josh Joy <[EMAIL PROTECTED]> wrote: > Thanks Guillaume. > > Currently I'm using the default skin Albatross, it seems that I may need > to modify the skin and add a tab for "comments" (discussion). So it > seems more than CSS changes? Unless I'm missing something more simpler? > > Thanks, > Josh > > > Guillaume Lerouge wrote: > > You can have it (it has been done for this XWiki website for instance: > > http://www.xwiki.org/xwiki/bin/view/References/Wikipeople), you'll > > just need to play with CSS styles to achieve it. > > > > Good luck, > > > > Guillaume > > > > On 16/10/2007, Josh Joy <[EMAIL PROTECTED]> wrote: > > > >> Hi, > >> > >> I would like to have a "discussion" tab, similar to how wikipedia has > >> one. Is there a configuration option to turn this on? Or a plugin I can > >> install? > >> > >> Thanks in advance, > >> Josh > >> _______________________________________________ > >> users mailing list > >> [email protected] > >> http://lists.xwiki.org/mailman/listinfo/users > >> > >> > > > > > > > > _______________________________________________ > users mailing list > [email protected] > http://lists.xwiki.org/mailman/listinfo/users > -- http://wikibc.blogspot.com/ _______________________________________________ users mailing list [email protected] http://lists.xwiki.org/mailman/listinfo/users
