[Pmwiki-users] Force WikiWords for PmWiki group

Patrick R. Michaud pmichaud
Tue Mar 2 21:21:15 CST 2004


On Wed, Mar 03, 2004 at 08:23:15AM -0800, Steven Leite wrote:
>
> It's a simple and effective solution.  Somebody ought to document that
> somewhere :-)  Can someone tell me precisely what a user should put in that
> PmWiki.php to obtain the desired result?

If you disabled WikiWords in local/config.php with

    $WikiWordCountMax = 0;

then to re-enable them in local/PmWiki.php (or any other group
customization file):

    $WikiWordCountMax = 1000000;

Pm



More information about the pmwiki-users mailing list