[pmwiki-users] (no subject)

Randy Brown alongkiss at aprivatespot.com
Mon Nov 22 11:57:18 CST 2010


See http://www.pmwiki.org/wiki/Cookbook/ConditionalMarkupSamples. 

Basically, put this in your config.php:

$Conditions['authgroup'] = '$GLOBALS["AuthList"][$condparm] > 0';

Then you can use this markup to test whether the user is currently authenticated as belonging to specialusergroup:

(:if authgroup @specialusergroup:)

Randy

On Nov 22, 2010, at 8:53 AM, Christian Mintert wrote:

> Is it possible to make a conditional markup using AuthUser to show some pagecontent only to logged in users belonging to a special usergroup. 
-------------- next part --------------
An HTML attachment was scrubbed...
URL: <http://www.pmichaud.com/pipermail/pmwiki-users/attachments/20101122/a396ffe0/attachment.html>


More information about the pmwiki-users mailing list