![]() |
Quote:
|
Great, thanks!
|
Hi rob_daemon!
When i have read the name "Inline Moderation" i was very happy, but i looks like this hack does not include what i really need :( : - show unapproved posts along with others ( whereever they would apprear after approvement ), and let moderators approve ( or delete ) them. Also it would be nice to be able to "unapprove" a post ( if a moderator approved a post by mistake, while he/she actually wanted to wait with approvement of this post until other mod/admin reviewes it, or let others approve it ) I requested it in vb.com forum , and others requested it too http://www.vbulletin.com/forum/showt...ghlight=inline http://www.vbulletin.com/forum/showt...ghlight=inline Could you add this feature to your Inline Moderation hack? |
I'm not sure how feasible it would to go from moderated to unmoderated posts, but the other way shouldn't be hard. The first one may present a challenge, but I can take a look and see.
|
Thank you ^_^
I tried to do it myself this evening, but i know too little about vB code, and php in general, i all could do so far was to let users with mod. privilegies see unapproved posts in threads, while other users can not. Then i tried to find out how to change the background color for unapproved posts ( or highlight them anyhow ), but failed : ( ( though it's rather simply task... ) There are not many admins who need to approve new posts, but i'm sure, everyone who does, will be grateful if you add this option... About change from unmoderated to moderated - probably i wouldn't think of it myself, but it was in IPB and i liked this feature Also i would like to add, that to approve new posts inline, the unapproved posts really need to be highlighted, as well as the threads, pages and forums with unapproved posts ( else it would be alomst impossible to find them ) And the last thing... guess it would not go well along with your inline moderation concept, but it would be really nice to have for approvement "approve/delete" buttons at every post, it could save a lot of click-work, if you need to approve or delete just single posts in many threads or even forums... ( 1 click instead of 4 clicks + scroll-down pro approvement ) |
I have an idea of how to make it work (and yes the posts would be highlighted). My only concern is that it may require quite a few modifications to showthread.php; other than that I can see it working.
It will probably be a few weeks as school keeps me extremely busy. |
how would i be able to edit more then 1 thread title at the same time using this wonderful hack? i need to add a prefix to all my threads in a certain forum. thanks in advanced
|
That's beyond the scope of the hack. You could probably do it with a single MySQL query, though.
|
Thanks for this beautiful work, I will install this hack in my board.
|
Great hack, thanks for sharing this great work with us.
*HuangA clicks install Edit: oops, didn't see you already mention inline merge therads is already in the works. GOOD JOB! :) |
I installed it. It worked fine when I was logged in as Admin... but as soon as I logged out, It gave a JS error on show thread and forum display pages :(
Any Idea why??????? BTW I am on IE 6 and WinXP |
Can you post the JavaScript error? I don't run into any problems.
|
Quote:
|
Hello rob_daemon,
First of all, congrats for this great hack! Can u please tell me, how can i move a single post to another forum and thread(cant understand how can i do that with Vb either..:( ) Thanks, keep up the good work Ps In case i want to uninstall later(i dont want, i just check), i must undo whatever i did...right? :) |
Quote:
As for uninstalling, you just undo whatever you did to install it. |
how do I make this work in postbit vertical? I can't see the tick to split posts.
|
Thanks! This works great! But I am getting an error, "Can't Find Phrase 'splitthread'". I didn't see any instructions for adding a phrase. but it's late here. Did I miss something? Seems to work anyway ...
XR |
I'd like to see all the normal thread and post management tools in your hack, such as merging threads, physically deleting threads and posts, soft deleting threads/posts, etc. It would also be nice to have your inline tools work with this hack so you could mass download threads, and this hack for bumping a few threads at a time.
|
Quote:
Quote:
Quote:
I don't have any intentions, however, to make this hack specifically compatible with other hacks. It's not hard to add custom actions if you know PHP, however. |
Sounds like a plan. I'll look into what it would take to integrate those other hacks on my own, and post them up when I get some time. I would like to see the physical delete though :D
|
Quote:
This is my modification: Quote:
|
If you want the checkbox to appear on the left-style postbit, edit postbit_legacy. If you want it to appear on the top-style postbit, edit postbit.
|
Quote:
"You must specify some posts to split off from this thread." |
*theArchitect clicks install. And is very impressed with one of the best and most useful hacks he has seen.*
What is the progress of the fix for check boxes being displayed even when a moderator does not have permission to moderate that forum? |
Quote:
Quote:
Quote:
|
I have just had a bug reported from one of my users. When he click on any page that utilises the inline_moderation.js file he gets the attached error.
Though the strange thing is that I am not getting this error, nor are 99% of my users. If you could help me with this it would be most appreciated as I do not wish to ditch the inline tool but do want to spare my members the hassle of having to cancel an error message box every time they view a thread. |
For now, do the following:
Open up all the templates in which you added HTML Code:
<script type="text/javascript" src="clientscript/inline_moderation.js"></script> HTML Code:
<if condition="can_moderate()"></if> HTML Code:
<if condition="can_moderate()"><script type="text/javascript" src="clientscript/inline_moderation.js"></script></if> By the way, I'll add this in the next update (when it's ready). |
Quote:
I have made the changes and am just waiting to hear back from the user with the problem. |
Installed and my moderators are verry gratefull 2 you :D
nice work thanx allot. |
I am having some errors.
1. In my UserCP, udner Subscribed Threads, I see the checkboxes but no Inline Mod Tools buttons for thread managing. Checking these boxes displays the following error (loosely translated from Norwegian): "A runtime error has occurred. Do you wish to debug? Line: 523 Error: Expected an object" 2. Whenever I (Admin, so not related to problem above with the can_moderate() fix) view forumdisplay?f=$forumid, I get this error: "A runtime error has occurred. Do you wish to debug? Line: 93 Error: 'null' is null or not an object" Otherwise, this hack has recieved great responses from my coadmin (and me;)) cheers :) |
I'll check these both out when I get home tonight, but I'm not sure what is causing them.
|
Thanks for such a useful tool!
Is there anyway to have a "select all" feaure? I sue this tool to search for off-topic keywords and then from the serach results want to delete pages of posts. Clicking each is taking forever. Since that is a Javascript function, I was thinking it might be an easy addition??? |
Quote:
|
Um...doesnt using the internal jscript function "js_select_all(this)" (or something like that, its used in the backup.php in acp if you want to know the exact code) work?
I know it will if the IMT uses a form to submit the selected boxes... I didnt look for this in the code, Im just throwing off hopefully helpful suggestions :) |
Hmm... I'll play around with the code but I'm not sure how that function works so I can't vie a definite answer. Thanks for the suggestion :)
|
Here's what I did to remedy the script errors mentioned above. I don't know if this is the correct way to do it and I'm not a coder.
After the hack is installed.. FORUMDISPLAY TEMPLATE Find: Code:
<script type="text/javascript" src="clientscript/inline_moderation.js"></script> Code:
<if condition="can_moderate()"> Find: Code:
<script type="text/javascript" src="clientscript/inline_moderation.js"></script> Code:
<if condition="can_moderate()"><script type="text/javascript" src="clientscript/inline_moderation.js"></script> Find: Code:
<script type="text/javascript" src="clientscript/inline_moderation.js"></script> Code:
<if condition="can_moderate()"><script type="text/javascript" src="clientscript/inline_moderation.js"></script> In the same file.. Find: Code:
<td class="thead" nowrap="nowrap"> </td> Code:
<if condition="can_moderate()"> Code:
<if condition="can_moderate()"> ** Edit: Fixed a typo.. thanks for pointing it out O-H.. |
I noticed that the Private Message Interface has a select all feature. It looks like the javascript for it is in the pm_messagelist template.
|
I have a small problem. I install everything fine, my Mod said everything is working however the del funtion when they try to use it, it said they dont have permision. How can i fix it?
|
Quote:
|
It looks like your tamplates aren't cached? I know inline_merge isn't.
Another question, is it possible to limit the ability to use these tools by usergroup? I only want my admin, supermods, and mods to be able to use and see it. Right now I have some users who are moderators of private forums but aren't REAL moderators. They can see and use this right now which I don't want. Thanks! And great hack! |
All times are GMT. The time now is 08:16 AM. |
Powered by vBulletin® Version 3.8.12 by vBS
Copyright ©2000 - 2025, vBulletin Solutions Inc.
X vBulletin 3.8.12 by vBS Debug Information | |
---|---|
|
|
![]() |
|
Template Usage:
Phrase Groups Available:
|
Included Files:
Hooks Called:
|