Allows moderator and up to block troublemakers for a certain amount of time.
bbPress plugin browser »
Temporary ban (1.0)
Download
Version: 1.0
Last Updated: 2008-7-23
Requires bbPress Version: 0.7.2 or higher
Compatible up to: 0.9.0.2
Average Rating





Your Rating
Author: Nightgunner5
-
Another nice plugin, well done.
I want to suggest to you an optional concept I have been aiming for where plugins that are mostly admin code, only load that portion of themselves during the admin menu - to save the overall code size that bbPress has to load at runtime (conditional loading).
For example in this plugin, all the admin code could be loaded via an include when the constant BB_IS_ADMIN is detected (it's set when bb-admin.php is loaded, before plugins are loaded). Then the stub that actually enforces the bans could be left in the normal part of the plugin that loads all the time.
Just something to consider, not a "must" by any means.
(See my Mass-Edit plugin for an example of this concept)Posted: 4 months ago #
Add a Comment
You must log in to post.