Changeset 930 for trunk/CUSTOMISATION

Show
Ignore:
Timestamp:
03/11/07 12:51:17 (21 months ago)
Author:
kake
Message:

Allow Guide admins to control the content of autocreated nodes (#47).

Files:
1 modified

Legend:

Unmodified
Added
Removed
  • trunk/CUSTOMISATION

    r713 r930  
    3333   Will be included just below the main wiki content in node.tt. 
    3434 
     35 - custom_autocreate_content.tt 
     36   You can control the text that gets put into the content field of any 
     37   autocreated category/locale nodes by putting it in this template. 
     38   The following TT variables will be available to the template: 
     39     - [% index_type %] 
     40       e.g. "Category" - note that the first letter is capitalised 
     41     - [% index_value %] 
     42       e.g. "Vegan-friendly" - capitalisation just as typed in the edit form 
     43     - [% node_name %]  
     44       e.g. "Category Vegan-Friendly" - the full, "official" name of the 
     45       autocreated node 
     46 
    3547Requests for further custom inserts are welcomed. 
    3648