<html><head><meta http-equiv="content-type" content="text/html; charset=utf-8"></head><body dir="auto"><div>I followed your instructions but this is not working as desired. I need to stop $GroupFooter from appearing at the bottom of $Group.RecentChanges pages.</div><div><br></div><div>My $Group.GroupFooter contains markup that appears at the bottom of $Group.$Name pages, as it should, but I don't want this markup to appear at the bottom of the $Group.RecentChanges pages because the markup allows visitors to post comments. Comments posted at the bottom of $Group.RecentChanges pages will eventually be removed when <span style="font-family: 'Courier New'; font-size: 14px; -webkit-text-size-adjust: none;">$RCLinesMax = 100;</span> in local/config.php is met.</div><div><br>Regards,<div>Rev. Ian MacGregor<br></div><div><a href="http://www.ianmacgregor.net">http://www.ianmacgregor.net</a></div></div><div><br>On Oct 31, 2013, at 8:15 AM, Petko Yotov <<a href="mailto:5ko@5ko.fr">5ko@5ko.fr</a>> wrote:<br><br></div><blockquote type="cite"><div><span>Ian MacGregor writes:</span><br><blockquote type="cite"><span>How does one go about keeping Group.GroupFooter from appearing in Group.RecentChanges?</span><br></blockquote><span></span><br><span>In the file local/Group.GroupFooter.php use something like this:</span><br><span></span><br><span> unset($RecentChangesFmt['$Group.RecentChanges']); ## OR</span><br><span> unset($RecentChangesFmt); # to also exclude Site.AllRecentChanges</span><br><span></span><br><span>To delete the current link from Group.RecentChanges, just edit Group.RecentChanges.</span><br><span></span><br><span>But this will log there the edit of Group.RecentChanges :-D</span><br><span></span><br><span>Petko</span><br><span></span><br><span></span><br><span></span><br><span>_______________________________________________</span><br><span>pmwiki-users mailing list</span><br><span><a href="mailto:pmwiki-users@pmichaud.com">pmwiki-users@pmichaud.com</a></span><br><span><a href="http://www.pmichaud.com/mailman/listinfo/pmwiki-users">http://www.pmichaud.com/mailman/listinfo/pmwiki-users</a></span><br></div></blockquote></body></html>