I'm working for a non-profit and need to setup a wiki site that all the remote volunteers can have write access to. They'll need to be able to upload files & photos, but the important thing is that the administrators of the organization will need to be able to create content that isn't public facing. I don't want to have 2 separate sites. In fact it'd be best if they can have both public & private content on the same page.
Offline
Hey Jeff,
A similar thread has been started here. Are there any other specifics that you are looking for?
Offline
Hey Jeff,
Some tips when using MindTouch that you might find helpful:
<span class="comment">This text is only visible in edit mode!</span>
You can also output different content for admins and users:
{{ if(user.admin){ "hello admin" }else{ "not admin"} }}
for more detail take a look here
Offline
You are not logged in.