vBulletin++

By BlindWanderer Last update Jan 24, 2008 — Installed 788 times.
Script Summary:
Adds new tools for moderator to search page, makes repetitive tasks easier.
Recently Updated TopicsPosts
Archived Comments3

this script has 1 topic, 3 posts

This script has no reviews.

Allows a moderator to move, close, reply, rename or merge multiple threads all at once.

The framework is designed so multiple tasks can be queued and run sequentially.
It is relatively easy to add new task types to the framework.

Changes

  • Fixed a bug that would result in an error when encountering deleted threads.
  • cleaned up source and changed it to rely move heavily upon CSS - and then tweaked
  • Hacked together a reply-to-selected-threads task, may run up against the anti-spammer code of VB.
  • Added forum support (it's a hack but it seems to work)
  • Tightened xpath even more.
  • Fixed issue with clear method not re-rendering the lists
  • Title bug fixed.
  • The clear method now clears at load instead of being queued.
  • Merge now removes thread entries as it processes them.

Extending


The action function (which puts the task on the page) takes 6 parameters.
They are (name, url_parameter_function, task_setup_function, task_cleanup_function, default_checked_bool, url_page)
The last two are optional.

Future Changes

  • Create a tab system so that each task gets it's own tab. The fields for the tasks would be placed on the tabs.
  • A refresh on task completion (can't be implemented as a task).
  • Change the icon of a thread when it is locked or unlocked