MyBB Community Forums

Full Version: Immediate Promotions 1.0
You're currently viewing a stripped down version of our content. View the full version with proper formatting.
Hi All,

I have written a new plugin that allows immediate promotion of users, given certain triggers. It is based on the existing promotions task, but that task runs synchronously on a specified timer period.

I needed it as in some situations (such as when permissions change between the before/after usergroup) a delay in promotion is unacceptable.

The only mention I saw of such a feature was in this question thread: http://community.mybb.com/thread-167567.html . The answer was "no way to do it".

Plugin link:

Immediate Promotions Plugin
Note that any plugin that relies on the $task argument will not work with this.