Back to vBulletin 3.0 Add-Ons

Inline Moderation Tools (v1.2.1)
Mod Version: 1.2.1, by rob_daemon

This modification is in the archives.
vB Version: 3.0.3 Rating: (1 vote - 5.00 average) Installs: 122
Released: 28 Aug 2004 Last Update: 12 Dec 2004 Downloads: 29
Supported  

Note: Development of this hack has stopped.
The built-in version is far superior to this hack and has better controls and permission checking. For those of you who will remain on 3.0.x, I will try to support this hack as best I can, but it won't be a top priority. If you plan on moving to 3.5, I hope this hack made your life a little bit easier while you waited .


Current Version: 1.2.1 (Wed Dec 11 15:26:30 PDT 2004)

What this is?
This hack will allow you and your moderators to do your job more effectively by allowing you to mass-moderate. You can perform the same action on multiple threads and posts without leaving the current page!

What is required?
In order to use this hack, you must have cookies and JavaScript enabled! If you don't, this hack will not work. (Note: there is no "alternative display" for people without JavaScript enabled).

How many changes?
Uploads: 2
File edits: 2
And template additions/edits

Support
I will provide all support here in this thread.

Bugs
I have thoroughly tested this hack with as many different combinations I could think of. But I probably have either over looked one or two, or just didn't think of some. If you find any odd behaviour, please let me know!

Changes Since
  • 1.2.0
    • Fixed problems with merging threads
    • Enhancement to the merge thread screen
  • 1.1.0
    • (Hopefully) resolved all JavaScript issues
    • Merge threads
    • Removed search results moderation ability (it was too much work to maintain and a user could bypass the protection if he knew how the hack operated)
    • Bug with not updating all user fields in post merge
    • Bug with checking for the wrong permissions when deleting a post
    • Template caching
    • Selection boxes only appear when a user is a moderator
  • 1.0.0
    • Fixed search results
    • Added small announcement patch

Fixes For 1.2.1
The following fixes are in in the next version:
  • Instructions typo for threadbit template

    Spoiler (click to open)


    Thanks for finding this. This is a small bug. In the instructions for the threadbit template, use the following:

    Find:

    HTML Code:
    </tr>
    Add before:

    HTML Code:
    	<if condition="can_moderate($thread['forumid']) AND $show['inlinemod']">
    		<td class="alt1" align="center"><if condition="$show['threadmoved']">-<else /><input type="checkbox" id="inlinemod_$thread[threadid]" name="inlinemod_$thread[threadid]" value="1" onclick="select_item($thread[threadid], this);" /></if>
    	</if>
    Edit: ZIP package updated and link to this post added

    Close
  • Attachments are lost when merging posts

    Spoiler (click to open)


    Quote by FD929
    A question was asked about attachments here: http://www.vbulletin.org/forum/showpost.php?p=632597&postcount=206 but never answered. Most of my use of this tool is with merging posts that deal a lot with attachments. I do not want to delete the attachments, merely merge all text and attachments into one post, however the attachments from all except the first post are lost. How can this be remedied? A solution would be very much appreciated.

    PS - thank you to all involved in making this wonderful tool. Outstanding work.
    Sorry, I must have missed that post. Use this for a solution.

    Open inlinemod.php and find:

    PHP Code:
    // Remove the others 
    Add before that:

    PHP Code:
    // save attachments to new post
    $DB_site->query("UPDATE " TABLE_PREFIX "attachment SET postid = {$vars['newpost']['postid']} WHERE postid IN (" implode(', '$vars['posts']) . ")"); 
    I have no way of fixing any previous attachments that were left missing. However, they were not removed from the database so you could manually relink them if you need to.

    And I'm glad you like the hack.

    Close
    The download has not yet been updated with this fix!

On The To-Do List
  • Usergroup permission for inline moderation

If you'd like a moderator action added to this hack, post it below and I'll look into it.

What are the screen shots of?
  • &stc=1
  • &stc=1
  • &stc=1
  • &stc=1
  • &stc=1

Don't forget to click install!!!

Download

This modification is archived and cannot be downloaded.

Screenshots

       

 


vblts.ru supports vBulletin®, 2022-2024