On Sun 11 Mar 2007, Kake L Pugh <kake(a)earth.li> wrote:
Hello, is this thing on?
It is now - thanks Paul.
Another svn enhancement today - guide admins can now control the
initial content of autogenerated category/locale nodes. Just make a
template snippet called custom_autocreate_content.tt and put it in
your custom templates directory. There are a couple of TT variables
that will get passed in (detailed in CUSTOMISATION) - please let me
know if you want more. And please test this functionality if you can!
Here's an example of such a template:
----------------------------------------------------------------------
Auto-generated list of places in
[% IF index_type == "Category" %]this category[% ELSE %][% index_value %][% END
%]:
@INDEX_LIST [[[% node_name %]]]
----------------------------------------------------------------------
Kake