[pmwiki-users] Automatic updated blocklist

Patrick R. Michaud pmichaud at pobox.com
Tue Jan 16 16:15:49 CST 2007


On Tue, Jan 16, 2007 at 10:57:57PM +0100, Laurent Meister wrote:
> I've just found out that, the build_in blocklost of pmwiki has  
> automatic update feature. The MoinMoin-List is very good, so I  
> activated this blocklist (instead of blocklist2) but thePage "Site/ 
> Blocklist-MoinMaster" or "Site/Blocklist-Shared" is not generated  
> automatically. What did I wrong?  [...]
>
>    $EnableBlocklist = 10;
>    $BlocklistPages = array('Main.Blocklist', 'Site.Blocklist');

If an admin explicitly sets a value for $BlocklistPages, then PmWiki
won't override the admin's setting (even for $EnableBlocklist == 10).
So, since Site.Blocklist-MoinMaster and Site.Blocklist-Shared
aren't in the $BlocklistPages array, they aren't being automatically
downloaded.

Try adding 'Site.Blocklist-MoinMaster' and 'Site.Blocklist-Shared'
into the $BlocklistPages array.  Or simply leave $BlocklistPages
unset and let the defaults take over.

Pm




More information about the pmwiki-users mailing list