<!DOCTYPE HTML PUBLIC "-//W3C//DTD HTML 4.0 Transitional//EN"><HTML DIR=ltr><HEAD><META HTTP-EQUIV="Content-Type" CONTENT="text/html; charset=iso-8859-1"></HEAD><BODY><DIV><FONT face='Arial' color=#000000 size=2>Hello All,</FONT></DIV>
<DIV><FONT face=Arial size=2></FONT>&nbsp;</DIV>
<DIV><FONT face=Arial color=#000000 size=2>New to PM Wiki and so far loving it 
for use on our company intranet - in particular the combination of 
groups-permissions and userauth-0.64. Much of our site will be a 'traditional' 
wiki, and some of it will be used for distributing and working with restricted 
documents. I'm going to try to explain what's going on for me - sorry for the 
long post!</FONT></DIV>
<DIV><FONT face=Arial size=2></FONT>&nbsp;</DIV>
<DIV><FONT face=Arial size=2>I've got the wiki running pretty well on XP 
SP2:</FONT></DIV>
<DIV><FONT face=Arial size=2>- pmwiki-2.0.6</FONT></DIV>
<DIV><FONT face=Arial size=2>- cookbook\extendcond.php</FONT></DIV>
<DIV><FONT face=Arial size=2>- Apache/2.0.54</FONT></DIV>
<DIV><FONT face=Arial size=2>- PHP Version 5.0.4</FONT></DIV>
<DIV><FONT face=Arial size=2></FONT>&nbsp;</DIV>
<DIV><FONT face=Arial size=2>I'm looking for a way to conditionally display text 
on read-only pages. I learned about conditional expressions of the 
sort:</FONT></DIV>
<DIV><FONT face=Arial size=2></FONT>&nbsp;</DIV>
<DIV><FONT face=Arial size=2>(:if expr auth admin:)Only Admins see 
this!(:ifend:)</FONT></DIV>
<DIV><FONT face=Arial size=2></FONT>&nbsp;</DIV>
<DIV><FONT face=Arial size=2>My problem is that the above example never works. 
These minimal examples DO work as expected:</FONT></DIV>
<DIV><FONT face=Arial size=2></FONT>&nbsp;</DIV>
<DIV><FONT face=Arial size=2>
<DIV><FONT face=Arial size=2>(:if true:)Always(:ifend:)</FONT></DIV><FONT 
face=Arial size=2>
<DIV><BR>(:if expr true:)Always(:ifend:)<BR></DIV>
<DIV>(:if !true:)Never(:ifend:)<BR></DIV>
<DIV>(:if false:)Never(:ifend:)<BR></DIV></FONT>
<DIV>This example I copied from the site also doesn't work:</DIV>
<DIV>&nbsp;</DIV>
<DIV>(:if expr auth admin || auth attr || auth edit :)<BR>[[Logout -&gt; 
{$Name}?action=logout]] %green%{$Author}%%<BR>(:ifend:)</DIV>
<DIV>&nbsp;</DIV>
<DIV>I've checked and no one else has reported this so I'm assuming that the 
problem's probably&nbsp;on my end.</DIV>
<DIV>&nbsp;</DIV>
<DIV>Can anyone suggest something I can try? </DIV>
<DIV>&nbsp;</DIV>
<DIV>Thanks!</DIV>
<DIV>&nbsp;</DIV>
<DIV>Chris</DIV>
<DIV>Fremont, California</DIV></FONT></DIV></BODY></HTML>