The other thing I've been working on a lot lately is the template editing system. I've made some minor improvements to the class file itself, such as more logging options. The developer can now choose to log to file, database, throw fatal (configurable) errors, or log silently to an array as it is now. This will prove extremely useful, to something such as my next paragraph...
The main reason for doing this was so we could, for vBlogetin, log these failed edit attempts to database, then have an AdminCP page for viewing failed attemps, and performing any edits of any templates to any of the styles. Not only to perform them, but to undo them, to undo all, and to generate HTML instructions so you can do them manually.
This will be the icing on the cake for the template editing system. Personally, I look forward to this. :cool:

