<div class="gmail_quote">On Fri, Mar 20, 2009 at 10:47 PM,  <span dir="ltr">&lt;<a href="mailto:pmwiki@911networks.com">pmwiki@911networks.com</a>&gt;</span> wrote:<br><blockquote class="gmail_quote" style="border-left: 1px solid rgb(204, 204, 204); margin: 0pt 0pt 0pt 0.8ex; padding-left: 1ex;">
...<br>
I have also tried w/o success:<br>
<br>
(:if ! authid:) &#39;&#39;&#39;&#39;&#39;Not Signed in&#39;&#39;&#39;&#39;&#39;  (:ifend:)<br>
</blockquote><div><br>You probably already checked this, but I&#39;m assuming you are using authuser? <br><br>From <a href="http://www.pmwiki.org/wiki/PmWiki/ConditionalMarkup">http://www.pmwiki.org/wiki/PmWiki/ConditionalMarkup</a><br>
<br><table class="indent" valign="top" border="0" cellpadding="0" cellspacing="0"><tbody><tr><td valign="top"><code class="escaped">(:if authid:)</code>
</td><td valign="top"> - 
</td><td valign="top">current viewer is authenticated - meaning they have proven who they are via login - to use this the wiki must include recipe <a class="wikilink" href="http://www.pmwiki.org/wiki/PmWiki/AuthUser">AuthUser</a> or others which set the <code class="escaped">$AuthId</code> variable.
</td></tr></tbody></table><br>Have you tried the code outside the context of a pagelist just to make sure it works?<br><br>-Peter<br></div></div>