<div>Here is the start of an answer.</div><div><br></div>1) To set All public pages read only<div>in config.php set </div><div><span class="Apple-style-span" style="font-family: Arial; font-size: 15px; line-height: 19px; "><a class="varlink" href="http://pmwiki.org/wiki/PmWiki/SecurityVariables#DefaultPasswords" style="text-decoration: none; "><code class="varlink" style="font-size: 0.9em; font-family: 'Lucida Console', 'Andale Mono', 'Courier New', Courier, monospace; ">$DefaultPasswords</code></a>['edit'] = crypt('edit_password');</span><br>
</div><div>(See <a href="http://pmwiki.org/wiki/PmWiki/PasswordsAdmin#settingsitewidepasswords">http://pmwiki.org/wiki/PmWiki/PasswordsAdmin#settingsitewidepasswords)</a></div><div><br></div><div>2) Edit the Site.PagesActionPage</div>
<div>using if auth edit (see also <a href="http://pmwiki.org/wiki/PmWiki/ConditionalMarkup">http://pmwiki.org/wiki/PmWiki/ConditionalMarkup)</a></div><div>eg</div><div><span class="Apple-style-span" style="font-family: -webkit-monospace; white-space: pre-wrap; ">(:if auth edit:)
* %item rel=nofollow class=browse accesskey=$[ak_view]% [[{*$FullName} | $[View] ]]
* %item rel=nofollow class=edit accesskey=$[ak_edit]% [[{*$FullName}?action=edit | $[Edit] ]]
* %item rel=nofollow class=diff accesskey=$[ak_history]% [[{*$FullName}?action=diff | $[History] ]]
* %item rel=nofollow class=upload accesskey=$[ak_attach]% [[{*$FullName}?action=upload | $[Attach] ]]
* %item rel=nofollow class=backlinks accesskey='$[ak_backlinks]'% [[{*$Name}?action=search&q=link={*$FullName} | $[Backlinks] ]]
(:else:)
* %item rel=nofollow class=login accesskey='$[ak_login]'% ''[-[[{*$FullName}?action=login | $[login] ]]-]''
(:ifend:)
(:if enabled AuthPw:)
* %item rel=nofollow class=logout accesskey='$[ak_logout]'%'' [-[[{*$FullName}?action=logout | $[logout] ]]-]''
(:ifend:)</span><br></div><div><span class="Apple-style-span" style="font-family: -webkit-monospace; white-space: pre-wrap;"><br></span></div><div>This is used for example at <a href="http://www.hvnzda.org.nz/">http://hvnzda.org.nz/</a></div>
<div><br></div><div>3) Its easy to get rid of the wikihead (Search/Recent Changes) and Footer by deleting them from /pub/skins/yourskin/pmwiki.tmpl</div><div>by deleting the text between and including <div id='wikihead'> and the matching </div></div>
<div>and <div id='wikifoot'> and the matching </div></div><div><br></div><div>Because they are part of the template I don't know of a way of hiding them unless you are authorised to edit, but...</div>
<div>you can make them wiki pages and thegen use AuthEdit. If you want to do this et back to me</div><div><br></div><div>Hope this helps</div><div>Your request is absolutely legitimate too.</div><div><br></div><div>Simon</div>
<div><br><br><div class="gmail_quote">2008/11/25 Sofia M <span dir="ltr"><<a href="mailto:sofiam@gmail.com">sofiam@gmail.com</a>></span><br><blockquote class="gmail_quote" style="margin:0 0 0 .8ex;border-left:1px #ccc solid;padding-left:1ex;">
Hi<br>I'm not sure if this is frowned upon in this usergroup, but I'm at my wits' end setting up what seems to be a simple set-up. I need to get it going, and I get stuck at every little step..<br>Can I ask for a (paid) private consult from someone who can help me set PMWiki in the following way (as well as answer some questions about page structure, usernames, authentication, etc...) I'd prefer a 'voice' and 'email' consultation, meaning skype or gmail voice chat - those are much faster and more effective than email alone<br>
<br>all 'public' pages are read-only, </blockquote><blockquote class="gmail_quote" style="margin:0 0 0 .8ex;border-left:1px #ccc solid;padding-left:1ex;">there's no 'edit-search-history' bar visible - noone can tell that this is a wiki and not a normal html page.<br>
under the menu bar on left-hand side, there's a 'login' link<br>
once there, user is prompted for username/password, and once he's logged in, he sees the 'edit-search-history' options<br><br>Again, if this goes against the list-group rules, I appologize, it's just that I knew nothing about PMWiki (or any other Wiki) when I was asked to set this up, and it's already taking me waay too long with virtually no results.<br>
thanks,<br><font color="#888888">Sofia<br><br><br><br><br>
</font><br>_______________________________________________<br>
pmwiki-users mailing list<br>
<a href="mailto:pmwiki-users@pmichaud.com">pmwiki-users@pmichaud.com</a><br>
<a href="http://www.pmichaud.com/mailman/listinfo/pmwiki-users" target="_blank">http://www.pmichaud.com/mailman/listinfo/pmwiki-users</a><br>
<br></blockquote></div><br><br clear="all"><br>-- <br><br><a href="http://kiwiwiki.co.nz">http://kiwiwiki.co.nz</a><br>
</div>