I had a few feature suggestions, but found that most of them were addressed with various MODS.
The only feature request left is that it would be GREAT if the templates got rid of all of the bloated code such as the nested tables and all of the FONT tags and replaced them with cleaner CSS classes.
This would make it so much easier for the end-user to modify the look of the forum (they'd only have to modify their CSS file) and, of course, it would save a lot of bandwidth.
what's wrong with nested tables? Personally I feel it's much easier to layout a forum using nested tables. I know sometimes nested tables are rendered/shown slower yet I feel it's a bit difficult to use <div>
I'm not talking about not using tables...that *can* be a bit cumbersome, I'm just talking about getting rid of tested tables that are uses solely for stylistic reasons. They add a lot of bloat to the code, plus it's just that much more that the end-user needs to modify to change the overall look and feel.
One great thing about that nested table for design is that it works on any browser and that is not something you can say about CSS or at least some aspects of CSS.