The Arcive of Official vBulletin Modifications Site.It is not a VB3 engine, just a parsed copy! |
|
Change Threads/Posts Owner/Date for vB3.7 Details »» | |||||||||||||||||||||||||||
Change Threads/Posts Owner/Date for vB3.7
Developer Last Online: Nov 2015
Change Posts Owner
Created by Marius Czyz aka Phalynx. Tested on vBulletin 3.6, 3.7 and 3.8 What does this modification do? It can change the owner and date 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: very easy (1 product) Demo is not available, due to missing permissions on my board. Please click Mark as INSTALLED, otherwise I will not support you. Features - Can change owner and date of selected posts and threads (including database attachments - it will not move file 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 Features for future releases - Incrementally change time, f.e. first posts is 12:01:01, second one will get 12:01:02h, third one 12:01:03h.... - Moving file based attachments to the new user How to install?- Simply import product How to upgrade?- Uninstall existing product, install new one Changelog v1.8, released 7. January 2009 - Apostroph in Username will be filtered out - Fixed 12h/24h recognition v1.7, released 4. 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 19. June 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 Show Your Support
|
Comments |
#102
|
|||
|
|||
You said it works in 3.8. I really don't have time to upadate. Can you tell me wich template edits should I do or something.
Thanks |
#103
|
|||
|
|||
vB 3.8 is not out yet. If you mean 3.6.8 - update your templates to 3.6.8
I said it *should* work, I used the word should because of the introduced template hooks. If you are using old templates you don't have the hooks. Options are not displayed. How do I add them manually? If you choose to not automatically add both options you have to add that options manually. 1. Disable automatic template edit in the Change threads/posts owner settings 2. Open the template FORUMDISPLAY. Search for: Code:
<option value="mergethread">$vbphrase[merge_threads]</option> Code:
<option value="changethreadsowner">$vbphrase[changethreadsowner_link]</option> 3. Open the template SHOWTHREAD Search for: Code:
<option value="undeleteposts">$vbphrase[undelete_posts]</option> Code:
<option value="changepostsowner">$vbphrase[changepostsowner_link]</option> |
#104
|
|||
|
|||
Working like a charm, Thankyou very much, and yes, I meant 3.6.8
|
#105
|
|||
|
|||
Interesting! :3
|
#106
|
||||
|
||||
wOw awesome hack and very easy to install.Thank you very much and good work
|
#107
|
|||
|
|||
cool, thanks man. just installed.
|
#108
|
|||
|
|||
Thanks. Installed!
|
#109
|
|||
|
|||
One of our users was accidentally deleted and all of his posts were changed to Guest. I recreated the user id. Is there any way to do change all Guest posts to this new ID?
|
#110
|
|||
|
|||
Did you tried to search by username? I don't know if vBulletin searches also guest postings.
Otherwise you will have to use a query: update post set userid=XX where username="USERNAME" update thread set postuserid=XX where postusername="USERNAME" |
#111
|
|||
|
|||
Um, I installed the hack but I don't see it in my dropdown menu. I edited the options for the usergroups and everything, but I am seeing nothing. :S
|
|
|
X vBulletin 3.8.12 by vBS Debug Information | |
---|---|
|
|
More Information | |
Template Usage:
Phrase Groups Available:
|
Included Files:
Hooks Called:
|