Very nice script! I'm currently modifying it to include status (like pending, approved, etc) and also added the quick template organization plugin.
If you want me to show the code for adding the status, or you don't want me working on it, please pm me.

Thanks again.
Code:
<plugin active="1">
<title>vBSupport Template Grouping</title>
<hookname>template_groups</hookname>
<phpcode><![CDATA[$only = array_merge($only, array('support' => 'vBSupport')); ]]></phpcode>
</plugin>