Click to See Complete Forum and Search --> : Seeking a CMS script


Megatron
07-30-2006, 04:51 PM
Hi, i have spent the entire evening looking for a simple CMS script on hotscripts but i haven't turned up a sausage

Don't get me wrong there are some fantastically coded CMS's freely available there but what i'm looking for is a bare bones script or even tutorial on creating a cms that will allow multiple users and to publish to different categories. The different categories is the important bit.

And that's it. If anyone knows of a script please let me know.
Cheers

sitehatchery
07-30-2006, 05:10 PM
http://www.opensourcecms.com/

Megatron
07-30-2006, 05:58 PM
i'm not looking for a full blooded solution thou....
just the basics with no bloatware...

Sheldon
07-30-2006, 07:25 PM
then write it your self,
or hack a "full blooded solution".

If you write it your self, it sounds like you only want a few simple insert and select queries.

NogDog
07-30-2006, 07:47 PM
One of the reasons there aren't many "bare bones" CMS solutions out there is that once you start creating one, you keep running into things you find you have to deal with that you hadn't considered when you set out to write a "simple" CMS system. Among them are all of the security issues, both for dealing with hackers as well as simply protecting ignorant users from shooting themselves in the feet; but also all sorts of little "gotchas" that arise along the way.

Also, depending on what you're trying to do, you might want to look into one of the "Wiki" systems out there for multi-user content creation/editing.