<html><head></head><body style="word-wrap: break-word; -webkit-nbsp-mode: space; -webkit-line-break: after-white-space; "><div>Hi,</div><div><br></div><div>Got a potential bug? </div><div><br></div><div><div>I had set:</div><div><div>$SearchPatterns['default'][] = '!\\.Group(Header|Footer)$!';</div></div></div><div><br></div><div>Because I didn't want GroupHeader or GroupFooters displayed in search results.</div><div><br></div><div>Then I put a template into GroupHeader, so it would be displayed on every page.  Normal text and PTVs work fine in the GroupHeader, but this failed:</div><div>(:pagelist name={*$FullName} fmt=#person:)</div><div><div><br></div><div>To be sure, I also attempted the stock pagelist template:</div><div>(:pagelist name={*$FullName} fmt=#title:)</div></div><div><br></div><div>Both died silently.</div><div><br></div><div>However this worked:</div><div>(:pagelist name=Group/SpecificPage fmt=#person:)</div><div><br></div><div>Disabling the $SearchPattern fixes this behavior.</div><div><br></div><div>I wouldn't think the $SearchPattern restriction would prevent this GroupHeader pagelist template from being pulled into the top of a viewed (non-GroupHeader) page.  Shouldn't {*$FullName} be evaluated before the block on a pagelist/search result of "Group.GroupHeader"?  </div><div><br></div><div>I can understand why the template wouldn't show up ON the GroupHeader page (that doesn't bother me).  But when I view Group/SpecificPage it should show the data in the pagelist template I've defined in GroupHeader.</div><div><br></div><div>Thanks! :)</div><div><br></div><div>
<p style="margin: 0.0px 0.0px 0.0px 0.0px"><font face="Monaco" size="1" style="font: 9.0px Monaco">Crisses</font></p>

</div>

<br></body></html>