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 |
#72
|
|||
|
|||
very nice
|
#73
|
|||
|
|||
Thanks
works on on 3.8 too? |
#74
|
||||
|
||||
Well it broke with 3.7.4 PL1 and Kirk is not responding to PMs so I'm working on asking the vB team to integrate this into the main product.
|
#75
|
||||
|
||||
That would be great. thanks.
|
#76
|
|||
|
|||
Awesome add-on, if this is made for 3.8 once it goes gold I'll be installing it
|
#77
|
||||
|
||||
v1.1.5 released (1.1.2 through 1.1.4 were never publicly released -- sorry; I forgot!)
A new option has been added to set specific Usergroups automatically into Moderation mode as they log in (See vBulletin Options). Checks/Unchecks are no longer written to the Moderator log, so as to avoid bloating it up with entries. Upgrading: Import the new XML file (remember to allow overwrites) and rebuild your Thread/Post counters via Maintenance page. |
#78
|
|||
|
|||
great christmas gift - THANKS A LOT! :up:
|
#79
|
|||
|
|||
Wow, it's wonderful, that there is further development for this add-on.
But unfortunately the following bugs are still there: Quote:
|
#80
|
|||
|
|||
So,
I added this to a vb 3.7.1 and it seems to work fine - many thanks for this. I do have to make small comments: At least when you do a fresh install and do not update from a previous version the template changes are not 100% correct: for THREADBIT it must be for the second change: Code:
Find: <if condition="$show['inlinemod']"> Add ABOVE: <if condition="$show['cancheck'] AND $inmodmode AND $show['cancheckforum']"><td class="alt1" align="center"><if condition="$thread['checkcount'] > 0"><a href="forumdisplay.php?$session[sessionurl]view=mcspost&tid=$thread[threadid]">$thread[checkcount]</a><else />$thread[checkcount]</if></td></if> @wuelfi71 You can make it a little nicer, if you edit POSTBIT_ANNOUNCEMENT and add a column too: Code:
Find: </tr> Add above: <if condition="$show['cancheck'] AND $inmodmode AND $show['cancheckforum']"><td class="alt2" align="center"> </td></if> Most important, Kirk: Could you please add the same functionality from forumdisplay into the "search for new threads"? In a very quick and heavily used vB with lots and lots of new messages per hour no moderator is able to browse though the single forums. We are searching for new messages/threads only and won't be informed this way. Can this be done by a simple template change? *please* THANK YOU A LOT for this mod! |
#81
|
||||
|
||||
@wuelfi71: I'll take a look at those and patch them in the next version.
Cont'd-- Wuelfi, I've setup some test threads on my development board and am unable to replicate this bug (negative counters on 1000k+ post threads). Could you describe the bug further? When was the last time you updated your post/thread checkcount counters? @PyroMarkus: Thanks! I'll update the README with that correction. Regarding the functionality you requested-- you would like to be able to "search" for unchecked posts/threads; is that correct? |
|
|
X vBulletin 3.8.12 by vBS Debug Information | |
---|---|
|
|
More Information | |
Template Usage:
Phrase Groups Available:
|
Included Files:
Hooks Called:
|