[MTOS-dev] Looking for Feedback: Template Listing UI

Timothy Appnel tim at appnel.com
Tue Feb 26 14:04:54 PST 2008


You have listed many of my annoyances with system templates. The one
you missed is adding a system template as a developer. You couldn't do
it all with MT3. The lack of a translation key caused MT to died
badly. MT4 you can do it, but its hack that I'm not sure won't break
or cause issues at a latter point. From the current version of
Tags.App init_registry method:

         'default_templates' => {
              'system' => {
                  'tagsapp_results' => {
                      label             => 'Tags.App Results',
                      description_label =>
                        'A template for displaying the results of a tag search',
                  },
              },
         },

NOTE: Tags.App supports MT3 and MT4 so there is a lot of conditional
Perl code involved. Hence no YAML.

<tim/>

-- 
Timothy Appnel
Appnel Solutions
http://appnel.com/


More information about the MTOS-dev mailing list