How to install and configure CMS MS (Made Simple)?
We use CMS MS; first we install it.
Take the markup/layout and fit it onto the engine.
-Delete all default pages except the main one
-Delete all default templates except the one being used (it won't let you delete that one anyway)
-delete all the styles
-create a new stylesheet file, copy our styles there (just change the paths to the images)
-upload the images to uploads/images
-create a template, copy our markup into it. Pay attention to the content tags ({content}), the style includes ({cms_ something, in the header) — those are the engine's standard ones, and they need to be inserted in place of our own style includes. In general, follow the example of the default template
-attach the styles (don't forget)
-do the same with the next page, you'll need to create one more template for it
how do I edit the menu template here, and the news template, and use the news template module
the menu can be done 2 ways:
1. go to Design - Menu Manager
there look at the name of the template used by default. go to
/domains/modules/MenuManager/templates
and edit our template there.
2. or go to Design - Menu Manager
there create a new template, edit it as needed, and on the site write in place of the menu
{menu template="our_template_name.tpl"}
Comments