Is it possible to write a plugin that changes select elements of a template set, specifically the community forum set?
Have cooked something up that may be too involved for your average user to manually modify their templates, so would like to have my plugin override the defaults then any new blogs created with that set would include the changes, and a refresh would also update their existing templates to match my mods.
Normal option would be to publish the whole template set with mods, but as it's part of MT's community pack (and therefore not OSS) I would imagine that wouldn't be legal?
Reported on Movable Type 4.2
I don't see why it wouldn't. If you have the blog ID, you could load the templates that are installed for a blog, and then process the text with Perl regular expressions to change the templates as you see fit.