CookBookTemplate

<< | Cookbook-V1 | >>

Note: The recipes here are for PmWiki versions 0.6 and 1.0 only. For PmWiki 2.0 recipes, see Cookbook.


This page has been moved to Cookbook.CookbookTemplate, and JR's suggestion below has been implemented so that new pages in the Cookbook group are automatically created with the template. --Pm

Suggestion for Pm from JR
read the contents of this page into $DefaultPageTextFmt so that when somebody creates a new page this text appears by default. For example:
    
    if ($action=="edit") {
         $formpage = ReadPage('Cookbook.CookbookTemplate');
         $DefaultPageTextFmt = $formpage['text'];
    }

pmwiki-2.3.33 -- Last modified by {{}}?

from IP: 85.171.160.186 ip should be disabled by default for security reasons