From gerico.devries at gmail.com Thu Mar 4 13:37:24 2010 From: gerico.devries at gmail.com (Gerico de Vries) Date: Thu, 4 Mar 2010 13:37:24 +0100 Subject: [Knowledgeroot] First page Message-ID: In normal user mode the first page of my website is 'Welcome to CMS' (In the webite below this is text is changed). Can I change this so it will redirect users to de first page mentioned (Home) in the menu? See http://www.historischekringdoornenburg.nl Any support would a appriciated. You can send me also a direct e-mail using: gerico.devries at gmail.com Thanks for any help. Kind regards, Gerico -------------- next part -------------- An HTML attachment was scrubbed... URL: From lordlamer at lordlamer.de Thu Mar 4 13:48:31 2010 From: lordlamer at lordlamer.de (Frank Habermann) Date: Thu, 04 Mar 2010 13:48:31 +0100 Subject: [Knowledgeroot] First page In-Reply-To: References: Message-ID: <4B8FAC1F.4010600@lordlamer.de> Hi, Am 04.03.2010 13:37, schrieb Gerico de Vries: > In normal user mode the first page of my website is 'Welcome to CMS' (In > the webite below this is text is changed). Can I change this so it will > redirect users to de first page mentioned (Home) in the menu? Yes, this is possible. On your page you have created subpages/tree elements. Each of this pages has an own id. You see the id if you go over the link with your mouse. So you see something like index.php?id=XY The next part is that you go to the admin interface (http://url/admin/). Go to configuration menu. You will found the config value "knowledgeroot.defaultpage". Edit this value and set your id only. For example: If you have 99 as your page id you need to set the value for "knowledgeroot.defaultpage" to 99. Hope this helps. regards, Frank