Page 1 of 1

Help needed with cmsms nav system and header link (SOLVED)

Posted: Tue Jun 03, 2008 12:52 pm
by JamesD
I have a splash page index.htm that appears first on the site then goes into the cmsms site proper index.php, I have been trying to change the header link so it goes to index.php and so that the nav bar for home goes to index.php rather than index.htm.

I can find the header in template and stylesheet but can't see how to change the link also I have no idea at all how to change the link in the nav system.

Any help would be greatly appreciated. The site is www.dc-p.org.uk

Thanks, James

Re: Help needed with cmsms nav system and header link

Posted: Tue Jun 03, 2008 2:12 pm
by Dr.CSS
You can hand code the header link with www.dc-p.org.uk/index.php and maybe for the home page link you can mark the home page as not shown in menu then make a page with Content Type: link then use the full link to the home pageĀ  ww.dc-p.org.uk/index.php...

Re: Help needed with cmsms nav system and header link

Posted: Thu Jun 05, 2008 10:32 am
by JamesD
Thanks the link page to the actual page worked perfect. In terms of changing the header link for the header image do I just remove the

Code: Select all

<h1>{cms_selflink dir="start" text="$sitename"}</h1>
part of the header in the template and replace witha normal href link?

Thanks again.

Re: Help needed with cmsms nav system and header link

Posted: Thu Jun 05, 2008 7:11 pm
by Dr.CSS
Yes...

Re: Help needed with cmsms nav system and header link

Posted: Fri Jun 06, 2008 10:56 am
by JamesD
Thanks, is all good now.