I'm working with a band and I'd like to offer them a way to *simply* edit their shows list.
They don't have a database and I want to have them be able to reorder, so some simple text files that string multiple gigs together will not work.
What I'd like is a script that someone can log into and edit through a text field with html in it. I've been dinging around with this for a while, and I'm not sure if I make any sense any more. Let me know if you have any ideas. Thanks much
E
Extremely simple CMS
Moderator: General Moderators
-
kettle_drum
- DevNet Resident
- Posts: 1150
- Joined: Sun Jul 20, 2003 9:25 pm
- Location: West Yorkshire, England
Place the gigs in the order they want in a text file, show a form that lets them edit the order of these - dont know why you would want to though - surely the date order would be good enough. Then edit the file to reflect the changes - new gig on each line in the order they want them in.
Create a log-in or .htaccess script to protect it all.
Create a log-in or .htaccess script to protect it all.
Done and Done.
Thanks for the starting points. my remedial CMS system is now up and running. 