On 4/1/06, H. Fox <[EMAIL PROTECTED]> wrote: > > Change > > if ($EnableWhyBlocked == "1") $EditMessageFmt .= "<pre>" . > > $WhyBlockedFmt . "</pre>"; > > to > > if ($EnableWhyBlocked == "1") $MessagesFmt[] = "<pre>" . > > $WhyBlockedFmt . "</pre>"; > > > > Ok, I made those changes, and while I now get a message that "This post has > > been blocked by the administrator", it doesn't list any of the reasons why, > > Have you set > > $EnableWhyBlocked = 1;
I'm having the same issue in my farm... I made the changes suggested in blocklist2.php and have $EnableWhyBlocked = 1; but the only message I get is the generic "This post has been blocked by the administrator." c _______________________________________________ discuss mailing list [email protected] http://lists.del.icio.us/cgi-bin/mailman/listinfo/discuss

