Creating sitemap index

For questions and problems with the CMS core. This board is NOT for any 3rd party modules, addons, PHP scripts or anything NOT distributed with the CMS made simple package itself.
Post Reply
Dar
Forum Members
Forum Members
Posts: 13
Joined: Thu Sep 23, 2010 8:38 pm

Creating sitemap index

Post by Dar »

I would like to know if there any option to create sitemap like this
http://www.the-digital-picture.com/Site-Index/
http://www.hostdime.com/ - bottom of the page
or this http://www.cmsmadesimple.org/about-link/sitemap

I tried to use menu template to create but its seem complicated.
The important thing is to show the main title bold and in the top in the same line, under it should be the sub-pages.
Jos
Support Guru
Support Guru
Posts: 4020
Joined: Wed Sep 05, 2007 8:03 pm

Re: Creating sitemap index

Post by Jos »

You can do this with the {menu} tag and the minimal_menu.tpl template.

After that you only need to style it with some css
Dar
Forum Members
Forum Members
Posts: 13
Joined: Thu Sep 23, 2010 8:38 pm

Re: Creating sitemap index

Post by Dar »

I tried to use it.
But I didn't succeed to set the css to look like this.
Some one have an already made css like this? you can send me?
Jos
Support Guru
Support Guru
Posts: 4020
Joined: Wed Sep 05, 2007 8:03 pm

Re: Creating sitemap index

Post by Jos »

For the NCleanBlue theme it could be something like this:

Code: Select all

.main-main ul li {
font-weight:bold;
float:left;
width:120px;
}

.main-main ul li ul li {
font-weight:normal;
}
Post Reply

Return to “CMSMS Core”