Hmm... I&#39;m using pmwiki-2.1.27 and the ~~~~ gets rendered as [[~Radu]] ...and the date<br><br>Which is why I started digging for it.<br><br>Thanks for the reply, though :)<br><br>Radu<br><br><div class="gmail_quote">On Tue, Nov 25, 2008 at 12:21 PM, Peter Bowers <span dir="ltr">&lt;<a href="mailto:pbowers@pobox.com">pbowers@pobox.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;">









<div link="blue" vlink="purple" lang="EN-US">

<div>

<p><font color="navy" size="2" face="Arial"><span style="font-size: 10pt; font-family: Arial; color: navy;">If you'll look a little further up
in author.php you'll see the line defining a markup for [[~…]]
which puts in the $AuthorGroup for you.&nbsp; It's just a 2-step process
rather than a single step to avoid redundancy in code.&nbsp; </span></font></p>

<p><font color="navy" size="2" face="Arial"><span style="font-size: 10pt; font-family: Arial; color: navy;">&nbsp;</span></font></p>

<p><font color="navy" size="2" face="Arial"><span style="font-size: 10pt; font-family: Arial; color: navy;">-Peter</span></font></p>

<p><font color="navy" size="2" face="Arial"><span style="font-size: 10pt; font-family: Arial; color: navy;">&nbsp;</span></font></p>

<div style="border-style: none none none solid; border-color: -moz-use-text-color -moz-use-text-color -moz-use-text-color blue; border-width: medium medium medium 1.5pt; padding: 0in 0in 0in 4pt;">

<div>

<div style="text-align: center;" align="center"><font size="3" face="Times New Roman"><span style="font-size: 12pt;">

<hr align="center" size="2" width="100%">

</span></font></div>

<p><b><font size="2" face="Tahoma"><span style="font-size: 10pt; font-family: Tahoma; font-weight: bold;">From:</span></font></b><font size="2" face="Tahoma"><span style="font-size: 10pt; font-family: Tahoma;">
<a href="mailto:pmwiki-users-bounces@pmichaud.com" target="_blank">pmwiki-users-bounces@pmichaud.com</a> [mailto:<a href="mailto:pmwiki-users-bounces@pmichaud.com" target="_blank">pmwiki-users-bounces@pmichaud.com</a>] <b><span style="font-weight: bold;">On Behalf Of </span></b>Radu Luchian<br>

<b><span style="font-weight: bold;">Sent:</span></b> Tuesday, November 25, 2008
5:35 PM<br>
<b><span style="font-weight: bold;">To:</span></b> <a href="mailto:pmwiki-users@pmichaud.com" target="_blank">pmwiki-users@pmichaud.com</a><br>
<b><span style="font-weight: bold;">Subject:</span></b> [pmwiki-users] Author
signature</span></font></p>

</div><div><div></div><div class="Wj3C7c">

<p><font size="3" face="Times New Roman"><span style="font-size: 12pt;">&nbsp;</span></font></p>

<p><font size="3" face="Times New Roman"><span style="font-size: 12pt;">Hello PM,<br>
<br>
Is there any reason why author.php has<br>
<br>
&nbsp; $ROSPatterns[&#39;/(?&lt;!~)~~~~(?!~)/&#39;] = &#39;[[~$Author]] $CurrentTime&#39;;<br>
&nbsp; $ROSPatterns[&#39;/(?&lt;!~)~~~(?!~)/&#39;] = &#39;[[~$Author]]&#39;;<br>
<br>
instead of <br>
<br>
&nbsp; $ROSPatterns[&#39;/(?&lt;!~)~~~~(?!~)/&#39;] = &#39;[[~$AuthorGroup/$Author]]
$CurrentTime&#39;;<br>
&nbsp; $ROSPatterns[&#39;/(?&lt;!~)~~~(?!~)/&#39;] = &#39;[[~$AuthorGroup/$Author]]&#39;;<br>
<br>
??<br>
<br>
I mean, was there some discussion whereupon it was decided that the core should
have author pages in each group even when there&#39;s a Profiles group defined?<br>
<br>
Thanks,<br>
Radu</span></font></p>

</div></div></div>

</div>

</div>


</blockquote></div><br>