Site Map Documentation
Contentor has (OK, will soon have... we're testing now!) a built-in site map generator that automatically generates a site map for the currently active web site.
The site map can be generated on a page by itself by browsing to sitename.org/index/sitemap or embedded within another page with the [sitemap] BBcode tag.
The display of the site map will follow the following rules:- Each entry on the site map is automatically made into a link.
- Top-level entries are only shown if they are on the main menu
- Lower-level entries are only shown if the sub menu order is any value other than negative one (-1). To avoid showing on the menu, but include in the site map, set the sub menu order to a value of -2.
- The link text on the site map is set to the Page Title, however, the default page title (as set in the system configuration setup) is removed from the beginning of the Page Title first.
- If the resulting page title is less four characters long, a 'corrected' version of the page name is used (as used on the menus).
- The site map is displayed inside a <dl> html tag, with the top-level entries in <dt> tags and the lower-level entries in <dd> tags. All of these tags are given a class="sitemap" attrubute.