Are these features available or can be build as add-on ?
Posted: Fri Jun 30, 2006 12:48 pm
- different stylesheets for IE and other Browsers (by conditonal HTML if-tag of Microsoft) ?
- creating static websites instead of asking every time the database (actually changing a site maybe once a month does not require to ask the database every time the site is called, in that case it is better to create a static site after every change)
- automatic updating changes to static sites and put the date of change to the site footer (maybe by a cron job)
- tracking of the user who has changed the site
- divide a changeable content in parts that can be edited and not be edited
- insert own php code in content
- choosing editabe content from an option list and adding own key-value pairs to the data base
- validate by php/javascript before changes are stored
- multiple mailing lists, mass mails, news letter
- workflow with email-notification - just the administrator has the right to accept/deny the change of a site and mabye to rollback to the old state before the change was done
- marking the "current site" in a menu by special css-tags ?
- consistence check for links/images/documents ?
- backup/rollback
- right managment per user and site/category
- creating static websites instead of asking every time the database (actually changing a site maybe once a month does not require to ask the database every time the site is called, in that case it is better to create a static site after every change)
- automatic updating changes to static sites and put the date of change to the site footer (maybe by a cron job)
- tracking of the user who has changed the site
- divide a changeable content in parts that can be edited and not be edited
- insert own php code in content
- choosing editabe content from an option list and adding own key-value pairs to the data base
- validate by php/javascript before changes are stored
- multiple mailing lists, mass mails, news letter
- workflow with email-notification - just the administrator has the right to accept/deny the change of a site and mabye to rollback to the old state before the change was done
- marking the "current site" in a menu by special css-tags ?
- consistence check for links/images/documents ?
- backup/rollback
- right managment per user and site/category
