The Arcive of Official vBulletin Modifications Site.It is not a VB3 engine, just a parsed copy! |
|
Moderator Checkpoint System Details »» | |||||||||||||||||||||||||
Moderator Checkpoint System
For boards with a large moderating staff, it can be difficult to know who has checked what post and which threads are completely checked. The goal of the Moderator Checkpoint System is to ensure that moderators don't read over the same post(s) twice, leaving them to spend this time checking other posts/threads. The core functionality of the Moderator Checkpoint System (MCS) is the ability (for those with appropriate permission) to mark threads/posts as having been "Checked" - indicating that no further action is required and the thread(s)/post(s) has/have been given the OK by a Staff Member. When a post is marked as checked, the checking user's User ID, Username, and a timestamp is stored in the database. This information then appears on the checked post(s), and the post will change markup (depending on your customizations through the included options) indicating the post has been checked. This process is, of course, completely invisible to the community at-large, and only those Users with adequate permission will be allowed to Check/Uncheck and view Checked posts/threads. Because some Moderators may like to browse forums normally, a feature has been integrated that will allow each user to Enable/Disable viewing the forum in "Moderation Mode" at their leisure. Disabling Moderation Mode will return the display of posts/threads to their normal state. Features
This modification was written by request for Spinball, whose MCS Concept was utilized throughout development. ------------------------------------------------------------ Version History: 1.1.7 - Fixes Checkcount Display Bug in Forumdisplay 1.1.6 - Fixes Announcement Bug in Forumdisplay 1.1.5 - Prevents Checks/Unchecks from being written to the Moderator Log 1.1.4 - Added option for Default Moderation Mode 1.1.3 - Bug fixes 1.1.2 - Bug fixes 1.1.1 - Bug fix for soft-deleted post redirection issue 1.1.0 - Core code consolidated - numerous bug fixes 1.0.9 - Minor SQL Query fix 1.0.8 - Bug fix to correct issue with Forumdisplay sorting of Unchecked Threads 1.0.7 - Bug fix to correct counters not carrying over when merging threads 1.0.6 - Initial Release to Community Show Your Support
|
Comments |
#22
|
|||
|
|||
Will this work for vBulletin 3.7?
|
#23
|
|||
|
|||
^ Ditto to that! Anyone tested or shall I be the hero? lol.
|
#24
|
||||
|
||||
v1.0.9 is released: fixes the aforementioned SQL error.
Select "upgrade" when importing the new Product XML, to upgrade. |
#25
|
|||
|
|||
Works great.... But Just wondering... Can we have it put the date it was checked in the threadbit so you can see when the last time it was checked without opening the thread?
|
#26
|
|||
|
|||
Hello,
thanks for the good mod, we're happily using it One question tho: Is it possible to display the unchecked posts in a searchquery, too? For example getnew or getdaily? I suppose it's somewhere to find here: Code:
<hookname>threadbit_display</hookname> <phpcode><![CDATA[$mcsreplycount = intval(str_replace(',', '', $thread['replycount'])); $mcshiddencount = intval(str_replace(',', '', $thread['hiddencount'])); $mcsdeletedcount = intval(str_replace(',', '', $thread['deletedcount'])); $checkedcount = $thread['checkcount']; $thread['checkcount'] = $thread['open'] != 10 ? (($mcsreplycount + $mcshiddencount + $mcsdeletedcount) + 1) - $thread['checkcount'] : "-"; $mcpcolor['forumdisplay'] = iif( (($vbulletin->options['mc_choice_forumdisplay'] == 0 AND $thread['checkcount'] == 0) OR ($vbulletin->options['mc_choice_forumdisplay'] == 1 AND $thread['checkcount'] > 0)) AND $inmodmode AND cancheck() AND can_moderate($foruminfo['forumid']), true, false ); $show['mcs_colspan'] = iif($inmodmode AND cancheck() AND can_moderate($foruminfo['forumid']), true, false);]]></phpcode> </plugin> thanks in advance for any hit or tip, greetings |
#27
|
|||
|
|||
Another question....
is it possible to save the activation-state of the script in a cookie? so you don't have to switch on moderation-mode after every log-on? thanks in advance |
#28
|
|||
|
|||
I have to say: this is one great hack ! I just testet it and it works perfect, at least with the default style. Now i'm going to edit my other styles. Thank You very much for this hack.
Suggestions: "my evil twin" already asked for the option to search unchecked posts, I think that would be a really great addition. The "save activation" option he suggested would be good to, because I know my Mods, they will forget to switch it on and think the threads are already checken *g*. Another option I'd like to have as admin is to force moderation mode on moderators, or at least set it as default when they log-in. I hope you will implement our suggestions . Thanks again fpr this great hack. |
#29
|
||||
|
||||
I am planning on implementing all three of those ideas when I have some free time.
(a) Search for Unchecked Posts (b) Save Active Status for Moderation Mode (c) Default Moderation Mode Status for Moderators |
#30
|
|||
|
|||
Quote:
i'm also looking forward your improvements, kirk, as this is a very very useful hack. our mods tend to moderate with the "new posts" view (getdaily search), so it would be very useful for us to have this feature, or, at least, to know how to to make it work with other views than "showthreads". thanks in advance and have a nice day |
#31
|
|||
|
|||
Ooops, sry .
Quote:
I installed it now with my other styles, it works fine with style 1, but with style 2 there is a litte problem: The "Forumdisplay Markup Color" doesn't show in Style2. It's still the same color as in the original style. In Style1 everythings's fine. Can u give me hint, where to check and resolve the problem? |
|
|
X vBulletin 3.8.12 by vBS Debug Information | |
---|---|
|
|
More Information | |
Template Usage:
Phrase Groups Available:
|
Included Files:
Hooks Called:
|