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 |
#202
|
||||
|
||||
Glad you go this fixed . Interesting problem, I'm not sure why exactly it'd happen, though.
|
#203
|
|||
|
|||
I still can't get this mod to work for invidivual posts...works for for topics.....this is going to drive me to drink! LOL
I did as you asked and created a new style with no parent, but still have the problem. Any other ideas? |
#204
|
|||
|
|||
Quote:
Tnx in advance. |
#205
|
||||
|
||||
One thing i felt that can be improved is the inline deletion.
It does soft deletion. But i want to physically delete a mass of thread, which i cannot do with the inline moderation tool. maybe you should make so when you tick the forum threads, and select inline option delete, it then prompts, soft ot physical deletion. just an opinion. |
#206
|
|||
|
|||
I have the same problem with moving threads.
Does someone have a fix for this? Edit: I tired using Firefox insted of IE.. haven't got any problems yet (after moving approx 1000 threads ) |
#207
|
||||
|
||||
I have one problem i merged two posts and one of them had attachments and those seemed to disappear when the posts were merged
|
#208
|
||||
|
||||
Exellent Hack !! I remember the first time i installed this hack, it created a real mess on my forum but this time around it installed like a charm... thanks for this gr8 handy tool !!
Regards |
#209
|
|||
|
|||
I didn't went through the whole thread again, this hack works wonders, since it was installed, but I have a question/suggestion.
In our forums, the moderator are instructed never to delete a post/thread before creating a copy in a specific forum. In that way, if the user who posted the post/thread complains, we have the initial text for resolution. In some cases, the mods want to copy a single post (or multiples, that's irrelevant) to the specified forum, but also edit the existing post in its original location. Would it be possible to have something similar to split, but which will copy the selected posts in a new thread in a selected forum, while still leaving the original one in its original position, for further action (like editing)? This would be extremely helpful, this hack covers all our moderator needs, but that. Needless to say, I am at the authors disposal, if I need to elaborate. UPDATE: I tried to do this myself, but I just do not have the coding expertise and the time to do it. It's pretty similar to splitting, the difference being that new posts have to be created, in addition to a new thread. And that's when I had to go pick up the twins from the nursery. With the twins at home, every coding effort is ... canceled. Rgds |
#210
|
|||
|
|||
Quote:
PHP Code:
PHP Code:
HTML Code:
<form action="inlinemod.php" method="post" name="vbform"> <input type="hidden" name="s" value="$session[sessionhash]" /> <input type="hidden" name="do" value="doproces" /> <input type="hidden" name="type" value="thread" /> <input type="hidden" name="inlinemodact" value="remove" /> <table class="tborder" cellpadding="$stylevar[cellpadding]" cellspacing="$stylevar[cellspacing]" border="0" width="100%" align="center"> <tr> <td class="tcat">Physically Remove Threads</td> </tr> <tr> <td class="thead">Forum $vbphrase[title]: <span style="font-weight:normal">{$vars['forum']['title']}</span></td> </tr> <tr> <td class="panelsurround" align="center"> <div class="panel"> <div style="width:$stylevar[formwidth]" align="$stylevar[left]"> <fieldset class="fieldset"> <legend>Confirmation</legend> <table cellpadding="0" cellspacing="$stylevar[formspacer]" border="0"> <tr> <td>You have selected to physically remove some threads from this forum. <b>This cannot be undone.</b><P>Are you sure you want to proceed?</td> </tr> <tr> <td> Confirm removal: <select name="confirm"><option value='No' selected>No</option><option value='Yes'>Yes</option></select> </td> </tr> </table> </fieldset> </div> </div> <div style="margin-top:$stylevar[cellpadding]px"> <input type="submit" class="button" value="Proceed" accesskey="s" /> <input type="button" class="button" value="$vbphrase[cancel]" accesskey="c" onclick="history.back(1)" /> </div> </td> </tr> </table> </form> HTML Code:
<option value="undelete">Undelete Threads</option> HTML Code:
<if condition="$bbuserinfo['userid']==1"> <option value="remove">Physically Remove Threads</option> </if> Rgds |
#211
|
||||
|
||||
Thx buddy *muaks
Kudos =^_^=; |
|
|
X vBulletin 3.8.12 by vBS Debug Information | |
---|---|
|
|
More Information | |
Template Usage:
Phrase Groups Available:
|
Included Files:
Hooks Called:
|