Making your own template

Talk about writing modules and plugins for CMS Made Simple, or about specific core functionality. This board is for PHP programmers that are contributing to CMSMS not for site developers
Post Reply
tinafan

Making your own template

Post by tinafan »

I am new here, and I am still looking for information on this.. Is it possible to create your own template? If so, is there a tuturial or something that can show me how to create one? Thanks!
User avatar
Dr.CSS
Moderator
Moderator
Posts: 12711
Joined: Thu Mar 09, 2006 5:32 am
Location: Arizona

Re: Making your own template

Post by Dr.CSS »

Have you read this http://wiki.cmsmadesimple.org/index.php ... d/Designer, also at the bottom is a link to a video...

Basically you take another template and strip out the menu and add {menu}, replace the content with {content} and make new CSS style sheets, by copy/pasting the originals, and attach them to the new template...
heatherfeuer

Re: Making your own template

Post by heatherfeuer »

I found that the information provided in the default installation of CMSMS provided a comprehensive list of all the tags needed for a basic template.  In fact, that was one of the primary reasons why I've made CMSMS my CMS of choice.

When I wanted to have a particular kind of layout, I used TopStyle Pro to edit both the stylesheet and template pretty much at the same time.  I carefully constructed the template from the ground up making sure the XHTML markup and CSS created the look I wanted, then I just inserted the CMSMS tags into the appropriate divs.  From there it was easy to do final tweaks as needed from the admin interface.
Post Reply

Return to “Developers Discussion”