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 |
#242
|
|||
|
|||
ok, after asking a few questions on vbadvanced.com forum, here's what i came up with... I've added the following code to the adv_portal template since it replaces all the code between the <html>... and <body> tags from the templates:
Code:
<if condition="THIS_SCRIPT == 'forumdisplay'"> <body<if condition="can_moderate($foruminfo['forumid']) AND $show['inlinemod']"> onload="inline_init($foruminfo[forumid], 'thread'); <if condition="$_REQUEST['mod'] == 1">inline_reset();</if>"</if>> <else /> <if condition="THIS_SCRIPT == 'showthread'"><body onload="<if condition="can_moderate($thread['forumid']) AND $show['inlinemod']">inline_init($thread[threadid], 'post');</if>$onload"> <else /><body></if></if> Btw, is my <body> tag supposed to look like this on the page load: Code:
<body onload="inline_init(, 'thread'); "> |
#243
|
||||
|
||||
Quote:
|
#244
|
|||
|
|||
Is it possible to add the inline mod tools to search results? As i need to move alot of specific threads and being able to mass move searched threads would be nice ^.^
|
#245
|
|||
|
|||
cheers m8
this an excellent hack i assume we all have good use with this |
#246
|
|||
|
|||
Im pretty sure vb 3.5.0 is going to have inline mod tools when it comes out next month isnt it?
|
#247
|
||||
|
||||
Yes it is; ergo this hack will be made obsolete.
|
#248
|
||||
|
||||
A question was asked about attachments here: https://vborg.vbsupport.ru/showpost....&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. |
#249
|
||||
|
||||
Quote:
Open inlinemod.php and find: PHP Code:
PHP Code:
And I'm glad you like the hack. |
#250
|
|||
|
|||
Two questions:
1. I added that above coding for Merging and keep attachments, but it does not seem to be working. Anything else I should have done to inlinemod.php or others? 2. Anyway to have the option of Physically Deleting the Posts/Threads instead of Soft delete? |
#251
|
||||
|
||||
It seem don't work on some skin..
|
|
|
X vBulletin 3.8.12 by vBS Debug Information | |
---|---|
|
|
More Information | |
Template Usage:
Phrase Groups Available:
|
Included Files:
Hooks Called:
|