<font><font face="courier new,monospace">Many thanks tamouse and Petko - using intermap did the trick for the # anchor.<br><br>FYI - I found this on <a href="http://www.pmwiki.org/wiki/Cookbook/ConditionalMarkupSamples">http://www.pmwiki.org/wiki/Cookbook/ConditionalMarkupSamples</a><br>
<br>$Conditions['authgroup'] = '$GLOBALS["AuthList"][$condparm] > 0';<br><br>Amazing how little code can add so much functionality. How many more little gems like this are there tucked away?<br>
<br>Rgds<br>Brian<br><br><br><br><br><br><br><br><br><br></font></font><br>
<br><br><div class="gmail_quote">On 27 July 2012 15:02, Petko Yotov <span dir="ltr"><<a href="mailto:5ko@5ko.fr" target="_blank">5ko@5ko.fr</a>></span> wrote:<br><blockquote class="gmail_quote" style="margin:0 0 0 .8ex;border-left:1px #ccc solid;padding-left:1ex">
<div class="im">Brian Tibbels writes:<br>
<blockquote class="gmail_quote" style="margin:0 0 0 .8ex;border-left:1px #ccc solid;padding-left:1ex">
Q1. - Is it possible to identify a particular password group in conditional statements?<br>
</blockquote>
<br></div>
Not out of the box, and I am not aware of an existing recipe.<div class="im"><br>
<br>
<blockquote class="gmail_quote" style="margin:0 0 0 .8ex;border-left:1px #ccc solid;padding-left:1ex">
Q2. I am currently using [[#nul|Do nothing through non-existent anchor]] but would like to do this [[#|Do more than nothing but elegantly]] or [[javascript:void(0);|do js nothing]]<br>
</blockquote>
<br></div>
Use the Path: intermap. [[Path:#|Do nothing]] produces the HTML:<br>
<br>
 <a class='urllink' href='#' rel='nofollow'>Do nothing</a><br>
<br>
Petko<br>
<br>
<br>
______________________________<u></u>_________________<br>
pmwiki-users mailing list<br>
<a href="mailto:pmwiki-users@pmichaud.com" target="_blank">pmwiki-users@pmichaud.com</a><br>
<a href="http://www.pmichaud.com/mailman/listinfo/pmwiki-users" target="_blank">http://www.pmichaud.com/<u></u>mailman/listinfo/pmwiki-users</a><br>
</blockquote></div><br>