Re: [xwiki-users] changing some layout details in a single page

2008-04-10 Thread Mike Oliver
This works great for a single page, so what about a space? -- View this message in context: http://www.nabble.com/changing-some-layout-details-in-a-single-page-tp16040881p16612682.html Sent from the XWiki- Users mailing list archive at Nabble.com.

Re: [xwiki-users] changing some layout details in a single page

2008-04-10 Thread Sergiu Dumitriu
Mike Oliver wrote: This works great for a single page, so what about a space? Just edit the space preferences. -- Sergiu Dumitriu http://purl.org/net/sergiu/ ___ users mailing list users@xwiki.org http://lists.xwiki.org/mailman/listinfo/users

Re: [xwiki-users] changing some layout details in a single page

2008-04-10 Thread Mike Oliver
Sergiu Dumitriu-2 wrote: Just edit the space preferences. Of course, I realized just a second or so AFTER hitting submit. Ollie -- View this message in context: http://www.nabble.com/changing-some-layout-details-in-a-single-page-tp16040881p16617836.html Sent from the XWiki- Users

Re: [xwiki-users] changing some layout details in a single page

2008-03-17 Thread goldring, richard
05:59 To: XWiki Users Subject: Re: [xwiki-users] changing some layout details in a single page [Ricardo Rodriguez] Your EPEC Network ICT Team wrote: Guillaume Lerouge wrote: What you can do is to append ?skin= at the end of your page name to force it to use that given skin, for instance

Re: [xwiki-users] changing some layout details in a single page

2008-03-17 Thread Vincent Massol
Sent: 15 March 2008 05:59 To: XWiki Users Subject: Re: [xwiki-users] changing some layout details in a single page [Ricardo Rodriguez] Your EPEC Network ICT Team wrote: Guillaume Lerouge wrote: What you can do is to append ?skin= at the end of your page name to force it to use that given

Re: [xwiki-users] changing some layout details in a single page

2008-03-15 Thread [Ricardo Rodriguez] Your EPEC Network ICT Team
Sergiu Dumitriu wrote: A shorter code: #if($!request.skin != myskin) $response.sendRedirect($doc.getURL(view, skin=myskin) #end Much more elegant :-) Must this go to a code snippet entry? Thanks! Cheers, Ricardo -- Ricardo Rodríguez Your EPEC Network ICT Team

Re: [xwiki-users] changing some layout details in a single page

2008-03-15 Thread [Ricardo Rodriguez] Your EPEC Network ICT Team
[Ricardo Rodriguez] Your EPEC Network ICT Team wrote: Sergiu Dumitriu wrote: A shorter code: #if($!request.skin != myskin) $response.sendRedirect($doc.getURL(view, skin=myskin) #end Much more elegant :-) Must this go to a code snippet entry? Thanks! Cheers, Ricardo Oops!

Re: [xwiki-users] changing some layout details in a single page

2008-03-15 Thread Sergiu Dumitriu
[Ricardo Rodriguez] Your EPEC Network ICT Team wrote: Sergiu Dumitriu wrote: A shorter code: #if($!request.skin != myskin) $response.sendRedirect($doc.getURL(view, skin=myskin) #end Much more elegant :-) Must this go to a code snippet entry? Thanks! Yes, feel free to create it. --

Re: [xwiki-users] changing some layout details in a single page

2008-03-15 Thread [Ricardo Rodriguez] Your EPEC Network ICT Team
Done! http://code.xwiki.org/xwiki/bin/view/Snippets/ForceSkinSnippet Thank you so much, Ricardo Sergiu Dumitriu wrote: Also, I forgot a closing ) $response.sendRedirect($doc.getURL(view, skin=myskin)) -- Ricardo Rodríguez Your EPEC Network ICT Team

Re: [xwiki-users] changing some layout details in a single page

2008-03-14 Thread Guillaume Lerouge
Hi Ricardo, Hi all, Although this issue comes from some previous threads, please, allow me to reformulate it here. I do need to change some layout appearance details in some single pages. I more or less understand how CSS now allows to change most of the layout characteristics, and how,

Re: [xwiki-users] changing some layout details in a single page

2008-03-14 Thread [Ricardo Rodriguez] Your EPEC Network ICT Team
Guillaume Lerouge wrote: What you can do is to append ?skin= at the end of your page name to force it to use that given skin, for instance : mywiki.com/xwiki/bin/view/Main/WebHome?skin=albatross http://mywiki.com/xwiki/bin/view/Main/WebHome?skin=albatross (or toucan) Then you can add this

Re: [xwiki-users] changing some layout details in a single page

2008-03-14 Thread Guillaume Lerouge
On 15/03/2008, [Ricardo Rodriguez] Your EPEC Network ICT Team [EMAIL PROTECTED] wrote: Guillaume Lerouge wrote: What you can do is to append ?skin= at the end of your page name to force it to use that given skin, for instance : mywiki.com/xwiki/bin/view/Main/WebHome?skin=albatross (or

Re: [xwiki-users] changing some layout details in a single page

2008-03-14 Thread Sergiu Dumitriu
[Ricardo Rodriguez] Your EPEC Network ICT Team wrote: Guillaume Lerouge wrote: What you can do is to append ?skin= at the end of your page name to force it to use that given skin, for instance : mywiki.com/xwiki/bin/view/Main/WebHome?skin=albatross