I have been installing copies of SF in client blog sites and have noticed one anoying item in the simple forums management window.
It takes a few moments for the ‘Manage Options’ portion of the page to load, depending on the loading of other plugins.
What I mean to say is, when there are relatively few plugins, there is only a minor delay in the ‘Manage Options’ window filling out. However, if there are lots of plugins, the ‘Manage Options’ window waits for all of the plugins to load (as they do for all pages, even Admin pages) and then fills in the options page.
This can result in delays of up to a minute in dealing with SF options. This becomes anoying over time, and frustrating when you have a limited attention span like mine, and you forget what it was you wanted adjusted.
I would like to see the Simple Forum Management presented in it’s own Tab (right up next to Plugins, Users, Options, etc.) in a mannor not unlike other plugins (i.e Simple Tags) with the sub tabs loading directly when called up on the page instead of loading AJAX style.
This may seem like a small option or addition, but I think it would also make programming management less complex, as:
a) each sub tab can be represented in it’s own .php page;
b) each sub tab can have it’s own sub-tabs in their own .php pages.
c) programming can be maintained in .php instead of jumping back and forth into .php and javascript/ajax
d) simple forum management would always available on the top tab row for admins to access quickly, (instead of people like me, digging through Options/users/management tabs looking for the last place you saw ‘Simple Forum’)