[pmwiki-users] Blocklist2 bug (was: Re: Blocklist2 ignoring EnableWhyBlocked)

H. Fox haganfox at users.sourceforge.net
Sat Apr 1 11:05:34 CST 2006


On 4/1/06, David Spitzley <dspitzle at wash.k12.mi.us> wrote:
> "H. Fox wrote;
> Change
>     $EditMessageFmt .= $BlocklistMessageFmt;
> to
>     $MessagesFmt[] = $BlocklistMessageFmt;
>
> 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;

?

Hagan




More information about the pmwiki-users mailing list