<html><head></head><body style="word-wrap: break-word; -webkit-nbsp-mode: space; -webkit-line-break: after-white-space; "><div>See&nbsp;<a href="http://www.pmwiki.org/wiki/Cookbook/ConditionalMarkupSamples">http://www.pmwiki.org/wiki/Cookbook/ConditionalMarkupSamples</a>.&nbsp;</div><div><br></div>Basically, put this in your config.php:<div><br></div><div><span class="Apple-style-span" style="font-family: 'Lucida Console', 'Andale Mono', 'Courier New', Courier, monospace; font-size: 13px; line-height: 19px; white-space: nowrap; ">$Conditions['authgroup'] = '$GLOBALS["AuthList"][$condparm] &gt; 0';</span><br><div><div><br></div><div>Then you can use this markup to test whether the user is currently authenticated as belonging to&nbsp;<span class="Apple-style-span" style="font-family: 'Lucida Console', 'Andale Mono', 'Courier New', Courier, monospace; font-size: 13px; line-height: 19px; white-space: nowrap; ">specialusergroup</span>:</div><div><br></div><div><span class="Apple-style-span" style="font-family: 'Lucida Console', 'Andale Mono', 'Courier New', Courier, monospace; font-size: 13px; line-height: 19px; white-space: nowrap; ">(:if authgroup @specialusergroup:)</span></div><div><span class="Apple-style-span" style="font-family: 'Lucida Console', 'Andale Mono', 'Courier New', Courier, monospace; font-size: 13px; line-height: 19px; white-space: nowrap; "><br></span></div><div><span class="Apple-style-span" style="font-family: 'Lucida Console', 'Andale Mono', 'Courier New', Courier, monospace; font-size: 13px; line-height: 19px; white-space: nowrap; ">Randy</span></div><div><br><div><div>On Nov 22, 2010, at 8:53 AM, Christian Mintert wrote:</div><br class="Apple-interchange-newline"><blockquote type="cite"><div>Is it possible to make a conditional markup using AuthUser to show some pagecontent only to logged in users belonging to a special usergroup.&nbsp;</div></blockquote></div></div></div></div></body></html>