Hi, i have spent the entire evening looking for a simple CMS script on hotscripts but i haven't turned up a sausage :bemused:

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

    i've actually used that one before. I need to be able to create categories with it with it thou, i may just need to modify the code a bit i suppose...thanks

      Add a table called categories

      Then, add a field in your articles table called cid or some such thing.

      When you inserting a new article via the form, have the form dynamically search your db for the categories and populate the form allowing you to select the appropriate cateogory.

      Then, when you insert it, be sure to insert the category ID as well.

      Pretty straightforward...

        Write a Reply...