PmWiki
Blocklist-Talk
This is a talk page for improving Blocklist.
How do i configure the blocklist to also check third party cookbook scripts, in my case Cookbook.Guestbook?? This scripts posts to pmwiki using the hidden field action=guestbook in the form.
So i have tried putting in tho local config:
$BlocklistActions['guestbook'] = 1;
But that does not get it working. If i try it manually by calling the blocklist from within the guestbook-script
global $Enablepost; Blocklist($pagename,$some_text_string); if ($Enablepost) { WritePage($datapagename,$rcpage); }
the script never gets in the if clause as Enablepost is not set?
Bas? May 05, 2008, at 03:52 PM
This is a talk page for improving PmWiki.Blocklist.