[xwiki-users] Is the Logo on the login page changeable?
Hello, customization of skins is a very fine solution for changing page structures, cause it survives updates. In pre XWiki 3.1 we edited the global.vm of the colibri skin and our header was shown on all pages, including the login. In XWiki 3.1 there is no global.vm (in colibri) anymore and the skin customizing doesn't work on the login page, so how can we change that page, too? -- Mit freundlichen Grüßen Werner Greßhoff Dezernat 2 - Digitale Dienste Universitäts- und Landesbibliothek Münster
On 07/13/2011 10:22 AM, Werner Greßhoff wrote:
Hello,
customization of skins is a very fine solution for changing page structures, cause it survives updates. In pre XWiki 3.1 we edited the global.vm of the colibri skin and our header was shown on all pages, including the login. In XWiki 3.1 there is no global.vm (in colibri) anymore and the skin customizing doesn't work on the login page, so how can we change that page, too?
You can add a new global.vm file under colibri if you want to. It used to be there because colibri needed to override the default one found under /webapps/xwiki/templates/, but since now Colibri is the default skin, it no longer needs to override anything, the other skins (toucan and albatross) have to do the override. -- Sergiu Dumitriu http://purl.org/net/sergiu/
Hi Werner, On Jul 13, 2011, at 4:22 PM, Werner Greßhoff wrote:
Hello,
customization of skins is a very fine solution for changing page structures, cause it survives updates. In pre XWiki 3.1 we edited the global.vm of the colibri skin and our header was shown on all pages, including the login. In XWiki 3.1 there is no global.vm (in colibri) anymore
Are you sure about this? I've checked the code and I can see a global.vml. I've also logged out of my wiki and I can see the global header being displayed. Thanks -Vincent
and the skin customizing doesn't work on the login page, so how can we change that page, too? -- Mit freundlichen Grüßen
Werner Greßhoff
Hello Sergiu, hello Vincent, so I'll customize the global.vm in the templates directory, thanks for your help! I still would prefer to customize the skin but there's still the problem with the login page (which indeed is no problem at all when I change global.vm). Or is this perhaps a farm problem? Am 13.07.2011 18:47, schrieb Sergiu Dumitriu:
On 07/13/2011 10:22 AM, Werner Greßhoff wrote:
Hello,
customization of skins is a very fine solution for changing page structures, cause it survives updates. In pre XWiki 3.1 we edited the global.vm of the colibri skin and our header was shown on all pages, including the login. In XWiki 3.1 there is no global.vm (in colibri) anymore and the skin customizing doesn't work on the login page, so how can we change that page, too?
You can add a new global.vm file under colibri if you want to. It used to be there because colibri needed to override the default one found under /webapps/xwiki/templates/, but since now Colibri is the default skin, it no longer needs to override anything, the other skins (toucan and albatross) have to do the override.
-- Mit freundlichen Grüßen Werner Greßhoff Dezernat 2 - Digitale Dienste Universitäts- und Landesbibliothek Münster
Hello, did I mention we have a farm, not a single wiki? Then there is something strange: when I edit the header of the main wiki then there the header is shown on the login page, too. But not in the farmed wikis! So I still guess it's the global.vm to customize ... Am 14.07.2011 07:41, schrieb Werner Greßhoff:
Hello Sergiu, hello Vincent,
so I'll customize the global.vm in the templates directory, thanks for your help! I still would prefer to customize the skin but there's still the problem with the login page (which indeed is no problem at all when I change global.vm). Or is this perhaps a farm problem?
Am 13.07.2011 18:47, schrieb Sergiu Dumitriu:
On 07/13/2011 10:22 AM, Werner Greßhoff wrote:
Hello,
customization of skins is a very fine solution for changing page structures, cause it survives updates. In pre XWiki 3.1 we edited the global.vm of the colibri skin and our header was shown on all pages, including the login. In XWiki 3.1 there is no global.vm (in colibri) anymore and the skin customizing doesn't work on the login page, so how can we change that page, too?
You can add a new global.vm file under colibri if you want to. It used to be there because colibri needed to override the default one found under /webapps/xwiki/templates/, but since now Colibri is the default skin, it no longer needs to override anything, the other skins (toucan and albatross) have to do the override.
_______________________________________________ users mailing list [email protected] http://lists.xwiki.org/mailman/listinfo/users
-- Mit freundlichen Grüßen Werner Greßhoff Dezernat 2 - Digitale Dienste Universitäts- und Landesbibliothek Münster
Hello, I managed to solve this one, it's a simple rights problem! I must allow unregistered users to view the default skin and now it is used on the login page, too. Am 14.07.2011 08:11, schrieb Werner Greßhoff:
Hello,
did I mention we have a farm, not a single wiki? Then there is something strange: when I edit the header of the main wiki then there the header is shown on the login page, too. But not in the farmed wikis! So I still guess it's the global.vm to customize ...
Am 14.07.2011 07:41, schrieb Werner Greßhoff:
Hello Sergiu, hello Vincent,
so I'll customize the global.vm in the templates directory, thanks for your help! I still would prefer to customize the skin but there's still the problem with the login page (which indeed is no problem at all when I change global.vm). Or is this perhaps a farm problem?
Am 13.07.2011 18:47, schrieb Sergiu Dumitriu:
On 07/13/2011 10:22 AM, Werner Greßhoff wrote:
Hello,
customization of skins is a very fine solution for changing page structures, cause it survives updates. In pre XWiki 3.1 we edited the global.vm of the colibri skin and our header was shown on all pages, including the login. In XWiki 3.1 there is no global.vm (in colibri) anymore and the skin customizing doesn't work on the login page, so how can we change that page, too?
You can add a new global.vm file under colibri if you want to. It used to be there because colibri needed to override the default one found under /webapps/xwiki/templates/, but since now Colibri is the default skin, it no longer needs to override anything, the other skins (toucan and albatross) have to do the override.
_______________________________________________ users mailing list [email protected] http://lists.xwiki.org/mailman/listinfo/users
_______________________________________________ users mailing list [email protected] http://lists.xwiki.org/mailman/listinfo/users
-- Mit freundlichen Grüßen Werner Greßhoff Dezernat 2 - Digitale Dienste Universitäts- und Landesbibliothek Münster
Hello, I have the same problem that you had but I don't arrive to manage rights as you did. Can you explain me how ti do it please? Thank you very much -- View this message in context: http://xwiki.475771.n2.nabble.com/Is-the-Logo-on-the-login-page-changeable-t... Sent from the XWiki- Users mailing list archive at Nabble.com.
Hello, you must look for "DefaultSkin" in the page index and change the rights with the button on the right of the page. When you select the link you can change the page rights for groups, choose the users page and give "unregistered users" the "view" right on the page. Hope this helps! For the XWiki team: it would be great to have that out-of-the-box for DefaultSkin and DefaultColorTheme! Am 18.07.2011 10:35, schrieb jaglenat:
Hello,
I have the same problem that you had but I don't arrive to manage rights as you did. Can you explain me how ti do it please?
Thank you very much
-- View this message in context: http://xwiki.475771.n2.nabble.com/Is-the-Logo-on-the-login-page-changeable-t... Sent from the XWiki- Users mailing list archive at Nabble.com. _______________________________________________ users mailing list [email protected] http://lists.xwiki.org/mailman/listinfo/users
-- Mit freundlichen Grüßen Werner Greßhoff Dezernat 2 - Digitale Dienste Universitäts- und Landesbibliothek Münster
Thank you very much for your help. I found out how to solve my problem thanks to you. -- View this message in context: http://xwiki.475771.n2.nabble.com/Is-the-Logo-on-the-login-page-changeable-t... Sent from the XWiki- Users mailing list archive at Nabble.com.
participants (4)
-
jaglenat -
Sergiu Dumitriu -
Vincent Massol -
Werner Greßhoff