Question
I want to change the section title "Main" to "Home" in
WebLeftBar but I cannot find where I set this change. Is it related to the
UsersWebName or
HomeTopicName in Configure.pl? How can I do this correctly? Thanks!
Environment
--
TWikiGuest - 12 Jun 2006
Answer
If you answer a question - or have a question you asked answered by someone - please remember to edit the page and set the status to answered. The status is in a drop-down list below the edit box.
Do you want to change the name of the web or just how it's displayed? If the former, you need to go to
bin/configure and change
Main to
Home. If the latter, you change it in WebLeftBar, but it's a bit tricky, as the standard one includes all public webs.
--
MeredithLesly - 12 Jun 2006
There is more work involved if you rename the Main web. Besides configure, you need to physically rename
data/Main and
pub/Main, and fix all
Main.SomeThing links in all webs.
--
PeterThoeny - 12 Jun 2006
Any links that use
%MAINWEB% will work fine but, yes, anything that has hard-wired
Main instead of using the variable will have to be fixed manually. Fortunately, there are very few instances of those in a new install (which ought to be fixed, of course).
--
MeredithLesly - 12 Jun 2006