The Arcive of Official vBulletin Modifications Site.It is not a VB3 engine, just a parsed copy! |
|
Inline Moderation Tools (v1.2.1) Details »» | |||||||||||||||||||||||||
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
Fixes For 1.2.1 The following fixes are in in the next version:
On The To-Do List
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?
Don't forget to click install!!! Show Your Support
|
Comments |
#32
|
|||
|
|||
Great hack...
Any update on those conditionals to fix the check boxes showing in subscribed threads and search results? Thanks. |
#33
|
||||
|
||||
awaiting update to install ! cool script man !
keep up the good work ! |
#34
|
||||
|
||||
Quote:
|
#35
|
||||
|
||||
I noticed that there is a merge feature for merging post....
how about a feature to merge threads as well ? any idea how to make that happen ? |
#36
|
||||
|
||||
Quote:
|
#37
|
||||
|
||||
Ok, here's a quick fix for the search bug..
In search.php, add in after the declarations Code:
if ($_REQUEST['mod'] == 1) { $onload .= " inline_reset(); "; } Code:
<body> Code:
<script type="text/javascript" src="clientscript/inline_moderation.js"></script> <body onload="inline_init($foruminfo[forumid], 'thread'); <if condition="$_REQUEST['mod'] == 1">inline_reset();</if>"> Code:
$vbphrase[showing_results_x_to_y_of_z]</phrase></span> </td> </tr> </table> Code:
<if condition="can_moderate()"><br> <div align="right"><table> <tr valign="top"> <td colspan="2" align="right"> <form action="inlinemod.php" method="post" name="inlinemod"> <input type="hidden" name="type" value="thread" /> <table class="tborder" cellpadding="$stylevar[cellpadding]" cellspacing="$stylevar[cellspacing]" border="0" align="right"> <tr class="alt1"> <td align="right" class="smallfont"> <strong>Inline Moderation Tools:</strong> <select name="inlinemodact"> <option value="close" selected="selected">Close Threads</option> <option value="open">Open Threads</option> <option value="stick">Stick Threads</option> <option value="unstick">Unstick Threads</option> <option value="move">Move Threads</option> <option value="delete">Delete Threads</option> <option value="undelete">Undelete Threads</option> </select> <input id="inline_go" type="submit" name="submit" value="Go" /> <input type="button" name="reset" value="Clear" onclick="inline_reset();" /> </td> </tr> </table> </form> </td> </tr> </table></div> </if> Code:
<td class="thead" align="center" nowrap="nowrap">$vbphrase[views]</td> Code:
<if condition="can_moderate()"> <td class="thead" 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> |
#38
|
||||
|
||||
Also, if you check the box at the top of the search window (in thead), it will not show it as selecting all the boxes, but if you use the inline mod tools, it will mod everything you see
|
#39
|
||||
|
||||
I thank you integra99 for you posting the template fixes, but I wouldn't do those straight up. Because the forumid isn't passed, there's no way to tell (unless you want to be query-happy) if user x is a moderator of forum y via the search results.
In version 1.1.0, I have added the ability to use inline moderation tools via search results only if you have removed the security stop(s). For more detailed information about these security stops, please read READ_THIS_NOTICE in the new downloadable archive. And 1.1.0 is now released |
#40
|
||||
|
||||
Quote:
Sure works a lot better than my quick fix, thanks! |
#41
|
|||
|
|||
Hi there,
I don't really understand the step where you said "Add inline_merge:" and "Add inline_move:" Can you please tell me how and what to do on this step ? Thanks |
|
|
X vBulletin 3.8.12 by vBS Debug Information | |
---|---|
|
|
More Information | |
Template Usage:
Phrase Groups Available:
|
Included Files:
Hooks Called:
|