[xwiki-users] Problems on customizing xwiki --copyright, logo, panel
Hi all I have some problems on customizing Xwiki layout. 1. I change the copyright information in Administration Preference, for example "It is Roc's wiki, please join us". but I can see only part of this,"It is Roc", in some pages's right bottom corner, and "<div id" in the same row on the left,other pages seems ok. 2. I replace the logo following the instruction on xwiki.org, attached my logo to /xwiki/bin/view/XWiki/DefaultSkin and edited objects for my logo. Every logo inside xwiki is ok, but the logo in login page still remained xwiki.org logo. (I set anyone must regist and login befor seeing anything in my xwiki). 3. After I put a large table which contains 70 rows, the bottom panels (not only one) disappeared. And left some error message <h5 class="xwikipaneltitle" onclick="if(eltHasClass(this.parentNode, 'expanded')) createCookie('XWiki.Admin_Panels.NewPage','collapsed', ''); else eraseCookie('XWiki.Admin_Panels. Anyone who can help me. I am trapped in these for several days.Thanks very much. Regards. Roc <mailto:pengp.ren@ge.com>
1. This is possibly due to the ' - instead of using this, you could use "'" (without the quotes). 2. Check permissions to the page - guests would have to be given rights to view the wiki document for the logo to be shown. OR, replace the logo.png in the skin folder. 3. Not sure. If you're using velocity to populate the table, could be an error in velocity script where your loop is populating the rows? ________________________________ From: users-bounces@xwiki.org [mailto:users-bounces@xwiki.org] On Behalf Of Ren, Peng P (GE Healthcare, consultant) Sent: 07 September 2007 09:01 To: XWiki Users Subject: [xwiki-users] Problems on customizing xwiki --copyright, logo, panel Hi all I have some problems on customizing Xwiki layout. 1. I change the copyright information in Administration Preference, for example "It is Roc's wiki, please join us". but I can see only part of this,"It is Roc", in some pages's right bottom corner, and "<div id" in the same row on the left,other pages seems ok. 2. I replace the logo following the instruction on xwiki.org, attached my logo to /xwiki/bin/view/XWiki/DefaultSkin and edited objects for my logo. Every logo inside xwiki is ok, but the logo in login page still remained xwiki.org logo. (I set anyone must regist and login befor seeing anything in my xwiki). 3. After I put a large table which contains 70 rows, the bottom panels (not only one) disappeared. And left some error message <h5 class="xwikipaneltitle" onclick="if(eltHasClass(this.parentNode, 'expanded')) createCookie('XWiki.Admin_Panels.NewPage','collapsed', ''); else eraseCookie('XWiki.Admin_Panels. Anyone who can help me. I am trapped in these for several days.Thanks very much. Regards. Roc <mailto:pengp.ren@ge.com>
Thanks Brandon. 1. Actually, I didn't use " ' ", in the copyright(without the quotes). I do test on my own PC (jetty+hsql)instead the server (Jboss+Oracle), write the same words. There's no error on my PC. So I am confusing. And I found if I have a table (using table marco) with many rows, I even can't see any copyright information. 2. Thanks, problem sloved. 3. I use the table marco, which is the xwiki default. Regards. Roc ________________________________ 发件人: users-bounces@xwiki.org [mailto:users-bounces@xwiki.org] 代表 Esbach, Brandon 发送时间: 2007年9月7日 16:21 收件人: XWiki Users 主题: Re: [xwiki-users] Problems on customizing xwiki --copyright, logo,panel 1. This is possibly due to the ' - instead of using this, you could use "'" (without the quotes). 2. Check permissions to the page - guests would have to be given rights to view the wiki document for the logo to be shown. OR, replace the logo.png in the skin folder. 3. Not sure. If you're using velocity to populate the table, could be an error in velocity script where your loop is populating the rows? ________________________________ From: users-bounces@xwiki.org [mailto:users-bounces@xwiki.org] On Behalf Of Ren, Peng P (GE Healthcare, consultant) Sent: 07 September 2007 09:01 To: XWiki Users Subject: [xwiki-users] Problems on customizing xwiki --copyright, logo, panel Hi all I have some problems on customizing Xwiki layout. 1. I change the copyright information in Administration Preference, for example "It is Roc's wiki, please join us". but I can see only part of this,"It is Roc", in some pages's right bottom corner, and "<div id" in the same row on the left,other pages seems ok. 2. I replace the logo following the instruction on xwiki.org, attached my logo to /xwiki/bin/view/XWiki/DefaultSkin and edited objects for my logo. Every logo inside xwiki is ok, but the logo in login page still remained xwiki.org logo. (I set anyone must regist and login befor seeing anything in my xwiki). 3. After I put a large table which contains 70 rows, the bottom panels (not only one) disappeared. And left some error message <h5 class="xwikipaneltitle" onclick="if(eltHasClass(this.parentNode, 'expanded')) createCookie('XWiki.Admin_Panels.NewPage','collapsed', ''); else eraseCookie('XWiki.Admin_Panels. Anyone who can help me. I am trapped in these for several days.Thanks very much. Regards. Roc <mailto:pengp.ren@ge.com>
Did you ever solve issue #2? I have that same issue. Ollie RocRen wrote:
. 2. I replace the logo following the instruction on xwiki.org, attached my logo to /xwiki/bin/view/XWiki/DefaultSkin and edited objects for my logo. Every logo inside xwiki is ok, but the logo in login page still remained xwiki.org logo. (I set anyone must regist and login befor seeing anything in my xwiki).
-- View this message in context: http://www.nabble.com/Problems-on-customizing-xwiki---copyright%2C-logo%2C-p... Sent from the XWiki- Users mailing list archive at Nabble.com.
Hi! Mike Oliver wrote:
Did you ever solve issue #2? I have that same issue.
Ollie
RocRen wrote:
. 2. I replace the logo following the instruction on xwiki.org, attached my logo to /xwiki/bin/view/XWiki/DefaultSkin and edited objects for my logo. Every logo inside xwiki is ok, but the logo in login page still remained xwiki.org logo. (I set anyone must regist and login befor seeing anything in my xwiki).
Please, could you explicitly set DefaultSkin for XWiki space in Space Preferences and see what happens? It worked of my once here, and didn't work for other installation. I don't know why. Thanks! Cheers, Ricardo -- Ricardo Rodríguez Your EPEC Network ICT Team
Mike Oliver wrote:
Did you ever solve issue #2? I have that same issue.
Ollie
RocRen wrote:
. 2. I replace the logo following the instruction on xwiki.org, attached my logo to /xwiki/bin/view/XWiki/DefaultSkin and edited objects for my logo. Every logo inside xwiki is ok, but the logo in login page still remained xwiki.org logo. (I set anyone must regist and login befor seeing anything in my xwiki).
I'm not sure that's possible (now), as the logo image is "protected" by the authentication requirement... You could just replace the xwiki logo from the skin. -- Sergiu Dumitriu http://purl.org/net/sergiu/
Sergiu Dumitriu wrote:
Mike Oliver wrote:
Did you ever solve issue #2? I have that same issue.
Ollie
RocRen wrote:
. 2. I replace the logo following the instruction on xwiki.org, attached my logo to /xwiki/bin/view/XWiki/DefaultSkin and edited objects for my logo. Every logo inside xwiki is ok, but the logo in login page still remained xwiki.org logo. (I set anyone must regist and login befor seeing anything in my xwiki).
I'm not sure that's possible (now), as the logo image is "protected" by the authentication requirement... You could just replace the xwiki logo from the skin.
I mean the skin directory on the filesystem... That's not a nice thing to do, though. -- Sergiu Dumitriu http://purl.org/net/sergiu/
participants (5)
-
[Ricardo Rodriguez] Your EPEC Network ICT Team -
Esbach, Brandon -
Mike Oliver -
Ren, Peng P (GE Healthcare, consultant) -
Sergiu Dumitriu