Forum Moderators: coopster
You say you're looking for a wiki, but it sounds like you want something a lot more limited, unless I'm not understanding. In other words, it doesn't sound like you want users to be able to create new pages and build a complex site, but simply to be able to edit the content on existing pages (without access to the navigation and other template elements).
Is that correct? In a similar case, what I've done is the set up the site so that the page content is an include (could be from the DB) and there is either
- an "edit this page" link that shows if someone is logged in with adequate privs
- a click on the this paragraph capability that converts a paragraph to an edited text box if the person has adequate privs.
Basically, then you just create a form with your choice of textarea, RTE (like TinyMCE, spaw or something like that), or some sort of BB-style edit area. Several of those have image upload built in.
Not sure what you're doing for the PDFs, but the site I'm thinking of has a monthly newsletter that the editor uploads. I just have another upload form that forces the editor to put in the title, date, volume number and highlights of the PDF so that I can create a unique filename, clickable link and teaser summary. It is not integrated into a page with HTML, though, the newsletter listings are all auto-generated.