[xwiki-users] newbie question: How change 'Welcome to your Wiki' text?
Hi, Like to change 'Welcome to your Wiki' on WebHome to something else. Sorry, just can't see how to do it. Editing the page doesn't bring up anything obvious. Poked around in header.vm and other templates. Not seeing it. Do I have to wade into building or modifying the skin for this sort of a change? Thanks, Mark HCSC Company Disclaimer The information contained in this communication is confidential, private, proprietary, or otherwise privileged and is intended only for the use of the addressee. Unauthorized use, disclosure, distribution or copying is strictly prohibited and may be unlawful. If you have received this communication in error, please notify the sender immediately at (312) 653-6000 in Illinois; (800)835-8699 in New Mexico; (918)560-3500 in Oklahoma; or (972)766-6900 in Texas.
Hi Mark, Mark_Marziale@BCBSIL.COM wrote:
Hi,
Like to change 'Welcome to your Wiki' on WebHome to something else.
Sorry, just can't see how to do it. Editing the page doesn't bring up anything obvious. Poked around in header.vm and other templates. Not seeing it.
In edit mode there is a "Title" input above the text area. Replace the current text: $msg.get("xe.home.title") with your own title. The current title ("Welcome to your Wiki") is not used directly because it's translated in many languages and $msg.get(key) retrieves the translation for the current language. Hope this helps, Marius
Do I have to wade into building or modifying the skin for this sort of a change?
Thanks, Mark
HCSC Company Disclaimer
The information contained in this communication is confidential, private, proprietary, or otherwise privileged and is intended only for the use of the addressee. Unauthorized use, disclosure, distribution or copying is strictly prohibited and may be unlawful. If you have received this communication in error, please notify the sender immediately at (312) 653-6000 in Illinois; (800)835-8699 in New Mexico; (918)560-3500 in Oklahoma; or (972)766-6900 in Texas. _______________________________________________ users mailing list users@xwiki.org http://lists.xwiki.org/mailman/listinfo/users
Hi Marius, Thanks very much! I did see $msg.get("xe.home.title") but I was reluctant to plug a literal in, I figured it would be used as a key and I couldn't (can't) see where the key is resolved. I guess if the literal doesn't work as a key, it's used raw. Thanks again, Mark Marius Dumitru Florea <mariusdumitru.florea@xwiki.com> Sent by: users-bounces@xwiki.org 10/23/2009 02:04 PM Please respond to XWiki Users <users@xwiki.org> To XWiki Users <users@xwiki.org> cc Subject Re: [xwiki-users] newbie question: How change 'Welcome to your Wiki' text? Hi Mark, Mark_Marziale@BCBSIL.COM wrote:
Hi,
Like to change 'Welcome to your Wiki' on WebHome to something else.
Sorry, just can't see how to do it. Editing the page doesn't bring up anything obvious. Poked around in header.vm and other templates. Not seeing it.
In edit mode there is a "Title" input above the text area. Replace the current text: $msg.get("xe.home.title") with your own title. The current title ("Welcome to your Wiki") is not used directly because it's translated in many languages and $msg.get(key) retrieves the translation for the current language. Hope this helps, Marius
Do I have to wade into building or modifying the skin for this sort of a
change?
Thanks, Mark
HCSC Company Disclaimer
The information contained in this communication is confidential, private, proprietary, or otherwise privileged and is intended only for the use of the addressee. Unauthorized use, disclosure, distribution or copying is strictly prohibited and may be unlawful. If you have received this communication in error, please notify the sender immediately at (312) 653-6000 in Illinois; (800)835-8699 in New Mexico; (918)560-3500 in Oklahoma; or (972)766-6900 in Texas. _______________________________________________ users mailing list users@xwiki.org http://lists.xwiki.org/mailman/listinfo/users
users mailing list users@xwiki.org http://lists.xwiki.org/mailman/listinfo/users
Hi Mark, What you call a "key": $msg.get("xe.home.title") is actually a Velocity variable. See here: http://velocity.apache.org/engine/devel/vtl-reference-guide.html Good luck, -Joshua-
-----Original Message----- From: users-bounces@xwiki.org [mailto:users-bounces@xwiki.org] On Behalf Of Mark_Marziale@BCBSIL.COM Sent: Friday, October 23, 2009 2:14 PM To: XWiki Users Subject: Re: [xwiki-users] newbie question: How change 'Welcome to your Wiki' text?
Hi Marius,
Thanks very much! I did see $msg.get("xe.home.title") but I was reluctant to plug a literal in, I figured it would be used as a key and I couldn't (can't) see where the key is resolved. I guess if the literal doesn't work as a key, it's used raw.
Thanks again, Mark
Marius Dumitru Florea <mariusdumitru.florea@xwiki.com> Sent by: users-bounces@xwiki.org 10/23/2009 02:04 PM Please respond to XWiki Users <users@xwiki.org>
To XWiki Users <users@xwiki.org> cc
Subject Re: [xwiki-users] newbie question: How change 'Welcome to your Wiki' text?
Hi Mark,
Mark_Marziale@BCBSIL.COM wrote:
Hi,
Like to change 'Welcome to your Wiki' on WebHome to something else.
Sorry, just can't see how to do it. Editing the page doesn't bring up anything obvious. Poked around in header.vm and other templates. Not seeing it.
In edit mode there is a "Title" input above the text area. Replace the current text:
$msg.get("xe.home.title")
with your own title. The current title ("Welcome to your Wiki") is not used directly because it's translated in many languages and $msg.get(key) retrieves the translation for the current language.
Hope this helps, Marius
Do I have to wade into building or modifying the skin for
this sort of a
change?
Thanks, Mark
HCSC Company Disclaimer
The information contained in this communication is confidential, private, proprietary, or otherwise privileged and is intended only for the use of the addressee. Unauthorized use, disclosure, distribution or copying is strictly prohibited and may be unlawful. If you have received this communication in error, please notify the sender immediately at (312) 653-6000 in Illinois; (800)835-8699 in New Mexico; (918)560-3500 in Oklahoma; or (972)766-6900 in Texas. _______________________________________________ users mailing list users@xwiki.org http://lists.xwiki.org/mailman/listinfo/users
users mailing list users@xwiki.org http://lists.xwiki.org/mailman/listinfo/users
_______________________________________________ users mailing list users@xwiki.org http://lists.xwiki.org/mailman/listinfo/users
Hi Joshua, Yes, I see, thanks! - Mark BCBS-IL ph 312-653-4293 mark_marziale@bcbsil.com "Rieken, Joshua" <Joshua_Rieken@reyrey.com> Sent by: users-bounces@xwiki.org 10/23/2009 02:19 PM Please respond to XWiki Users <users@xwiki.org> To XWiki Users <users@xwiki.org> cc Subject Re: [xwiki-users] newbie question: How change 'Welcome to your Wiki' text? Hi Mark, What you call a "key": $msg.get("xe.home.title") is actually a Velocity variable. See here: http://velocity.apache.org/engine/devel/vtl-reference-guide.html Good luck, -Joshua-
-----Original Message----- From: users-bounces@xwiki.org [mailto:users-bounces@xwiki.org] On Behalf Of Mark_Marziale@BCBSIL.COM Sent: Friday, October 23, 2009 2:14 PM To: XWiki Users Subject: Re: [xwiki-users] newbie question: How change 'Welcome to your Wiki' text?
Hi Marius,
Thanks very much! I did see $msg.get("xe.home.title") but I was reluctant to plug a literal in, I figured it would be used as a key and I couldn't (can't) see where the key is resolved. I guess if the literal doesn't work as a key, it's used raw.
Thanks again, Mark
Marius Dumitru Florea <mariusdumitru.florea@xwiki.com> Sent by: users-bounces@xwiki.org 10/23/2009 02:04 PM Please respond to XWiki Users <users@xwiki.org>
To XWiki Users <users@xwiki.org> cc
Subject Re: [xwiki-users] newbie question: How change 'Welcome to your Wiki' text?
Hi Mark,
Mark_Marziale@BCBSIL.COM wrote:
Hi,
Like to change 'Welcome to your Wiki' on WebHome to something else.
Sorry, just can't see how to do it. Editing the page doesn't bring up anything obvious. Poked around in header.vm and other templates. Not seeing it.
In edit mode there is a "Title" input above the text area. Replace the current text:
$msg.get("xe.home.title")
with your own title. The current title ("Welcome to your Wiki") is not used directly because it's translated in many languages and $msg.get(key) retrieves the translation for the current language.
Hope this helps, Marius
Do I have to wade into building or modifying the skin for
this sort of a
change?
Thanks, Mark
HCSC Company Disclaimer
The information contained in this communication is confidential, private, proprietary, or otherwise privileged and is intended only for the use of the addressee. Unauthorized use, disclosure, distribution or copying is strictly prohibited and may be unlawful. If you have received this communication in error, please notify the sender immediately at (312) 653-6000 in Illinois; (800)835-8699 in New Mexico; (918)560-3500 in Oklahoma; or (972)766-6900 in Texas. _______________________________________________ users mailing list users@xwiki.org http://lists.xwiki.org/mailman/listinfo/users
users mailing list users@xwiki.org http://lists.xwiki.org/mailman/listinfo/users
_______________________________________________ users mailing list users@xwiki.org http://lists.xwiki.org/mailman/listinfo/users
_______________________________________________ users mailing list users@xwiki.org http://lists.xwiki.org/mailman/listinfo/users
participants (3)
-
Marius Dumitru Florea -
Mark_Marziale@BCBSIL.COM -
Rieken, Joshua