The Arcive of Official vBulletin Modifications Site.It is not a VB3 engine, just a parsed copy! |
|
Change Threads/Posts Owner Details »» | |||||||||||||||||||||||||
A version compatible with vBulletin 3.7 GOLD can be found here:
https://vborg.vbsupport.ru/showthread.php?t=178208 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 and showthread. After selecting some threads or posts, you can choose the new owner by name or UserID. By name works with the AJAX namesuggestion, we all know it from writing a PM. After changing the name(s), it rebuilds thread/forum counters. This hack makes use of phrases, simple group permissions and is creating an entry into the moderation log. Tested only on vB 3.5.4, but should work also for vB 3.5.0 up to 3.5.4 Contains: 8 phrases, 3 additional templates, 2 Options Installtime: <1 minutes Difficulty: easy (1 product) Demo is not available, due to missing permissions on my board. Please click INSTALL, otherwise I will not support you. Changes from 1.0: -Ability to change also the owner of posts. If you change the owner of the firstpost, the owner of the thread will be also changed - Added group permission. This works not with Bitfields, because I didn't want to have a file to upload. Instead, you can enter usergroups that should have access to that feature. Due to performance, it is checked only by calling the function, the links are showed for all mods. If you don't enter any group, the forum permission is checked (like it was in 1.0). - Added possibility to enter also the UserID of a user - "forumdisplay_changethreadsowner" is still uncached, because its not used quiet often and don't need to be cached. How to install?- Simply import product 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[changethreadsowner_link]</option> Show Your Support
|
Comments |
#52
|
||||
|
||||
just thought i'd mention this works with 3.6 if anyone was wondering
|
#53
|
|||
|
|||
Nice hack
|
#54
|
|||
|
|||
Has anyone else seen this. The mod works like a dream generally, but as soon as I try change to a user who's name starts with a number, it reverts to the admin's username.
Eg. Username 11Echo. If I try to change the post to reflect the name of 11Echo, it reflects the admins username instead. I have tested this with a few users who have the 1st letter as a digit. The internal search finds the user ok, but when you select to change, it doesn't and changes the post to reflect the admin. Any ideas, or help on this one?? -Parabat |
#55
|
|||
|
|||
Quote:
Anyone, Anyone, Anyone????? |
#56
|
|||
|
|||
been looking for this for a while - many thanks (installed)
|
#57
|
||||
|
||||
Quote:
|
#58
|
|||
|
|||
I tried this also on my new 3.6 and it works.
|
#59
|
||||
|
||||
Great seems to work just fine on 3.6.
|
#60
|
|||
|
|||
Didn't work for me in 3.6 (I previously had it installed and working on 3.5.4). So I edited forumdisplay and added:
Code:
<option value="changethreadsowner">$vbphrase[changethreadsowner_link]</option> |
#61
|
|||
|
|||
Seems that your template was modified and automatic search & attach didn't work.
|
|
|
X vBulletin 3.8.12 by vBS Debug Information | |
---|---|
|
|
More Information | |
Template Usage:
Phrase Groups Available:
|
Included Files:
Hooks Called:
|