On 2/24/06, <b class="gmail_sendername">Patrick R. Michaud</b> &lt;<a href="mailto:pmichaud@pobox.com">pmichaud@pobox.com</a>&gt; wrote:<div><span class="gmail_quote"></span><blockquote class="gmail_quote" style="border-left: 1px solid rgb(204, 204, 204); margin: 0pt 0pt 0pt 0.8ex; padding-left: 1ex;">
On Fri, Feb 24, 2006 at 02:03:26PM -0500, Susan wrote:<br>&gt; I want to make some parts of the sidebar (or other pages) visible only<br>&gt; to those with edit privileges for the page. E.g., a link to edit the page.<br>&gt;
<br>&gt; Can this be done through wiki text, and if so, how?<br><br>(:if auth edit:)<br>&nbsp;&nbsp; You can see this only if you have edit privileges<br>(:if:)</blockquote><div><br>
Even&nbsp; fancier:<br>
<br>
(:if ! auth edit:) <br>
[[{$Name}?action=login | log in]](:if auth edit:)<br>
[[{$Name}?action=edit | edit ]] | [[{$Name}?action=logout | log out]](:if:)<br>
</div><br></div><br>