Forum Moderators: coopster
I would like to use (or be able to modify) if possible, the PHP CMS system so that a customer is able to do
the following:
- Create and Edit a main HTML page which links to a number of product pages.
- Create and Edit product pages.
- Upload/delete pictures and PDFs.
- Assign pictures to the main HTML and product pages.
- Create links within the main HTML and product pages.
- Edit a stylesheet.
- Create a dynamic navigation bar that a visitor is able to use the site.
- Call backup (a rollback tool which stores old content for a specified time say approx a month).
Additionally I would like to integrate the CMS tool with existing software to provide other functionality.
It is also very important that the customers that we support, are able to take their website (HTML pages) to another developer - with the minimum of fuss.
Many thanks for any help received,
Alina
to be honest i don't know of anything that fits that bill - but PHP is such that if you can break it down into little bits - there are thousands of code examples on the web.
it is possible to generate .html files with php for `export` by using the output buffer - start the buffer, include() the php page you want the output to be stored as .html for, then read the buffer into a variable, clear the buffer, finally write that variable into a file.html.
vincevince: Yes it on the lines of what i was trying to do - or thinking of doing.
rcjordan; KcompleteLite looks neat - although i haven't looked at the source as yet (will look at this later) - it seems to fit my requirements almost exactly. But i would need to look at the size of the code and the platform (Krysalis).
Has anyone heared how good easy to use the CMS system (i think its called Geeklog) that pair are offering their customers for free is? an independent assessment from a forum totally unconnected maybe a good thing i think ... -)
The documentation is a little sketchy at points... but it looks very promising. I liked Plone before, but their server requirements are hard to match for most users (I think).