simple way for owner to edit one part of one page

Joined
12 Feb 2006
Posts
17,669
Location
Surrey
customer would like to be able to quickly add a couple of paragraphs and heading once a week to a latest news style page. it needs to be very basic just to allow her to say the date/heading, then paste the text and done.

currently the file is being sent to me then i have to manually update. but this isn't so good as she's relying on my having the time and being in a place to update the file when it needs to be done asap.

any ideas of what to use?
 
without some sort of cms this would be difficult to do. you could just make the news part a wordpress page, like a blog though. Otherwise I really can't see an easier way
 
give them FTP access to one folder only.

take the bit that needs to be edited and change it to a PHP include.

They can edit the file and it'll update the site without the risk of effecting anything else.

She wouldn't even need to edit the html, just show her which bits to change with comments
 
CushyCMS would do that i've used it a few times for my clients

http://www.cushycms.com/

All you need to do is add a class to the div that you want them to edit then give them access through your admin account @ cushycms nice and simple there is a free version too :D
 
Back
Top Bottom