<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&nbsp;</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: &#39;Lucida Console&#39;, &#39;Andale Mono&#39;, &#39;Courier New&#39;, Courier, monospace; ">$DefaultPasswords</code></a>[&#39;edit&#39;] = crypt(&#39;edit_password&#39;);</span><br>
</div><div>(See&nbsp;<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&nbsp;<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=&#39;$[ak_backlinks]&#39;% [[{*$Name}?action=search&amp;q=link={*$FullName} | $[Backlinks] ]]
(:else:)
* %item rel=nofollow class=login     accesskey=&#39;$[ak_login]&#39;%   &#39;&#39;[-[[{*$FullName}?action=login | $[login] ]]-]&#39;&#39;
(:ifend:)
(:if enabled AuthPw:)
* %item rel=nofollow class=logout    accesskey=&#39;$[ak_logout]&#39;%&#39;&#39;  [-[[{*$FullName}?action=logout | $[logout] ]]-]&#39;&#39;
(: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&nbsp;<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&nbsp;between&nbsp;and including&nbsp;&lt;div id=&#39;wikihead&#39;&gt; and the matching &lt;/div&gt;</div>
<div>and&nbsp;&lt;div id=&#39;wikifoot&#39;&gt; and the matching &lt;/div&gt;</div><div><br></div><div>Because they are part of the template I don&#39;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">&lt;<a href="mailto:sofiam@gmail.com">sofiam@gmail.com</a>&gt;</span><br><blockquote class="gmail_quote" style="margin:0 0 0 .8ex;border-left:1px #ccc solid;padding-left:1ex;">
Hi<br>I&#39;m not sure if this is frowned upon in this usergroup, but I&#39;m at my wits&#39; end setting up what seems to be a simple set-up.&nbsp; 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...)&nbsp; I&#39;d prefer a &#39;voice&#39; and &#39;email&#39; consultation, meaning skype or gmail voice chat - those are much faster and more effective than email alone<br>

<br>all &#39;public&#39; pages are read-only, </blockquote><blockquote class="gmail_quote" style="margin:0 0 0 .8ex;border-left:1px #ccc solid;padding-left:1ex;">there&#39;s no &#39;edit-search-history&#39; 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&#39;s a &#39;login&#39; link<br>
once there, user is prompted for username/password, and once he&#39;s logged in, he sees the &#39;edit-search-history&#39; options<br><br>Again, if this goes against the list-group rules, I appologize, it&#39;s just that I knew nothing about PMWiki (or any other Wiki) when I was asked to set this up, and it&#39;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>