On 2/24/06, <b class="gmail_sendername">Patrick R. Michaud</b> <<a href="mailto:pmichaud@pobox.com">pmichaud@pobox.com</a>> 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>> I want to make some parts of the sidebar (or other pages) visible only<br>> to those with edit privileges for the page. E.g., a link to edit the page.<br>>
<br>> Can this be done through wiki text, and if so, how?<br><br>(:if auth edit:)<br> You can see this only if you have edit privileges<br>(:if:)</blockquote><div><br>
Even 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>