Ezilon.com - Target Your Audience, be Seen in Your Region

Simple CMS needed.

You are viewing this site as a guest. Join our community to get your questions answered and share knowledge. Active members may advertise and ask for a website critique.

They have: 16 posts

Joined: Nov 2006

I'm in need of a very simple CSS solution. I'm knocking up a website for a friend and he needs to be able to make changes to just one page.

How can I do it so that he can do it through a browser?

It would need to be password protected.

Any help appreciated.

andy206uk's picture
DeveloperModerator

He has: 1,754 posts

Joined: Jul 2002

wordpress? joomla? mambo? There's loads of CMS systems out there and they all come with security. Take your pick Wink

Andyk

Blog of a Web Designer
Give a man a fish and you feed him for a day. Teach him to use the Net and he won't bother you for weeks.

They have: 16 posts

Joined: Nov 2006

Go easy with me - I'm a novice and I'm doing this for free.

I thought about blogs, but the site is already designed from a bought template. So I need something that I can just drop into the page.

Any ideas?

andy206uk's picture
DeveloperModerator

He has: 1,754 posts

Joined: Jul 2002

Joomla and Mambo are fully fledged CMS systems. Wordpress can be too, but it's better suited to blogging TBH.

I suppose you're looking for a mini-cms system then rather than a fully fledged CMS then? The easiest solution would be to put the content into easy to edit text files and just include them using PHP includes. You could keep the text files outside of the public web directory for security. Your client would need to be able to manage basic uploading and downloading of files though.

Andyk

Blog of a Web Designer
Give a man a fish and you feed him for a day. Teach him to use the Net and he won't bother you for weeks.

demonhale's picture

He has: 3,301 posts

Joined: May 2005

Andy's suggestion is right, you could save the html pages to php, and only add php include commands on areas of the page you want someone to edit. Then that separate file could be just the content, she could download it thought ftp and edit it, and re-upload it. Or the same way above, only that you can find some php tickers online you could modify since it already contains password protection, and add that to the same area of the page you allow someone to edit... I guess you need to start reading about php if you want to achieve this...