quote:
Originally posted by toddy
quote:
Originally posted by win_crook
Couldn't you just set multiple instances of the same cms up and give each team the admin user of each one. And then maybe make another than contains nothing but links to the other three systems.
no, then they'd running off different databases (and i don't want different databases to look after).
When you are installing most cms systems, they will allow you to put a table prefix in... this allows you to run multiple cms systems in the same databse.
For example you give each team a prefix. Then when the system comes to creating tables it will put the prefix in front of all the table names. Doing this makes sure that none of the tables are overwritten by the other versions of the same cms.
Yet, I have to admit it can be a bit of a pain maintaining all the tables. So yeah you probably are better off looking for a system that comes with the features you need built in.