Fashion Site using a Magazine Format - www.thread.co.nz
Posted: Tue Oct 27, 2009 7:28 pm
The Thread website http://www.thread.co.nz, was build originally from v1.4 over a year ago. It is based almost entirely on the News ( with some significant modifications ) and the Poll modules. It is worth noting that I use PostgreSQL not mySQL as the database backend.
I am not a designer and left the look and feel to another company. They produced templates and graphics which I then had to load into the CMS. As this was my first CMS Made Simple site I made a number of mistakes, hopefully all fixed now. It was a great learning experience and I concur that CMSMadeSimple lives up to its name.
The biggest issue was coping with how the designer supplied all the CSS for the pages and how to make templates and page definitions that worked the way the site's owner wanted them to.,
I posted the patches I made to the News module for the developer but they haven't yet made it into the main distribution (which is a pity). I have them as a patch file as I need to re-apply after each update. I'll be moving to 1.6.6 this weekend. The most significant change was allow selection of news articles based on the custom fields. I came up with a crude but usable syntax i.e.
{news number="1" summarytemplate="feature-summary" detailtemplate="thread-article" moretext="read more" customfield="feature_article = 1"}
I am not a designer and left the look and feel to another company. They produced templates and graphics which I then had to load into the CMS. As this was my first CMS Made Simple site I made a number of mistakes, hopefully all fixed now. It was a great learning experience and I concur that CMSMadeSimple lives up to its name.
The biggest issue was coping with how the designer supplied all the CSS for the pages and how to make templates and page definitions that worked the way the site's owner wanted them to.,
I posted the patches I made to the News module for the developer but they haven't yet made it into the main distribution (which is a pity). I have them as a patch file as I need to re-apply after each update. I'll be moving to 1.6.6 this weekend. The most significant change was allow selection of news articles based on the custom fields. I came up with a crude but usable syntax i.e.
{news number="1" summarytemplate="feature-summary" detailtemplate="thread-article" moretext="read more" customfield="feature_article = 1"}