Change Posts Owner
Tested on vB 3.7.1, *should* also work on vBulletin 3.6.8 or better
What does this hack do?
It can change the owner of multiple threads and post. For this, it adds another option to your mod actions on forumdisplay, showthread and search results. After selecting some threads or posts, you can choose the new owner by name or by UserID. "By name" works with the AJAX namesuggestion, we all know it from writing a PM. After changing the name, it rebuilds thread/forum counters and post counter of old and new user. Attachments will also be assigned to new user.
Installtime: <1 minutes
Difficulty: easy (1 product)
Features
Can change owner and date of selected posts and threads (including attachments)
Can change owner to unregistered user and back
Can accept user id and username
Username input is driven by AJAX
Post count of involved users will be increased/decreased
Thread and forum counters of involved threads and forums will be rebuild
Supports inline moderation
Makes use of $template_hooks, hooks and simple group permissions
Every change will leave a notice in moderation log
How to install?- Simply import product
How to upgrade?- Uninstall existing product, install new one
Changelog
v1.7, released 4th June 2008
Attachments will now be also assigned to the new user
Added ability to change date of posting
Added ability to assign post to guest user
Added ability to set IP Address (-> AdmincP, Settings)
Added moderation to search result (posts)
v1.6, released 5th May 2008
Post counter of old and new user will be updated
Added moderation to search result (threads)
Clean up code
Compatible with vBulletin 3.7 GOLD
Minor fixes