@memco and others
I have just about finished the foundations of the cms.
So far my main concentrations have been on tempting and cacheing the template i had a poke around the internet and expanded on some examples. So a cache is currently stored of different parts of the site. For instance the header is cached for 8 hours as it is not expected to change often, but the content is cached for 2 hours but its on a per module.
For instance, the forum is cached for 5 minutes and the home page content for 2 hours.
All the urls are rewritten to make them easier to remember and look nicer but i have not started on login and blocks yet. I have a pretty complete forum module from my old site that i will work in and other features once there rewritten and cleaned up.
Demo
Source Code
I have just about finished the foundations of the cms.
So far my main concentrations have been on tempting and cacheing the template i had a poke around the internet and expanded on some examples. So a cache is currently stored of different parts of the site. For instance the header is cached for 8 hours as it is not expected to change often, but the content is cached for 2 hours but its on a per module.
For instance, the forum is cached for 5 minutes and the home page content for 2 hours.
All the urls are rewritten to make them easier to remember and look nicer but i have not started on login and blocks yet. I have a pretty complete forum module from my old site that i will work in and other features once there rewritten and cleaned up.
Demo
Source Code