[pmwiki-users] Fwd: New Recipe: IntuitiveSpacing

The Editor editor at fast.st
Fri Mar 16 08:37:34 CDT 2007


[oops -- sorry about the other email]

On 3/16/07, the Other michael <xraysmalevich at gmail.com> wrote:
> In general, is it possible to specify in config.php that recipes
> should be disabled/enabled for particular groups?


Sure, try:

if (FmtPageName('$Group', $pagename) == "Store") {
    include_once("$FarmD/cookbook/zapcart.php");
    }

Normally though the include line would simply be put in Store.php

Cheers,
Dan



More information about the pmwiki-users mailing list