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 |
#62
|
||||
|
||||
Kirk is away on vacation for a few days yet.
|
#63
|
|||
|
|||
THE FOLLOWING EDITS ARE 100% IMPOSSIBLE
Code:
+--------------------------+ +-- POSTBIT_LEGACY (307) --+ +--------------------------+ FIND (TWO INSTANCES): id="td_post_$post[postid]" style="border-$stylevar[right]: $stylevar[cellspacing]px solid $stylevar[tborder_bgcolor]" REPLACE WITH (TWO INSTANCES): <if condition="($mcpcolor['showthread'] OR $show['mcsrecent']) AND $inmodmode">background-color:$mcscolor;</if> FIND (TWO INSTANCES): align="$stylevar[right]" style="border: $stylevar[cellspacing]px solid $stylevar[tborder_bgcolor]; border-$stylevar[left]: 0px; border-top: 0px" REPLACE WITH (TWO INSTANCES): align="$stylevar[right]" style="<if condition="($mcpcolor['showthread'] OR $show['mcsrecent']) AND $inmodmode">background-color:$mcscolor;</if>border: $stylevar[cellspacing]px solid $stylevar[tborder_bgcolor]; border-$stylevar[left]: 0px; border-top: 0px" FIND: <if condition="$post['editlink']"> ADD ABOVE: <if condition="$show['canbechecked']"> <if condition="$post['ischecked']"> <span class="smallfont"> <if condition="$show['mcsrecent']"> <strong class="highlight">$vboptions[mcs_recent_text] </strong> </if> <phrase 1="$mcpmember" 2="$mcpdate" 3="$mcptime" 4="$post[checkedbyu]">$vbphrase[marked_by_on_at]</phrase> </span> <else /> <span class="smallfont highlight" style="font-weight:bold">$vbphrase[mcs_post_not_checked]</span> </if> </if> +--------------------+ +-- POSTBIT_LEGACY --+ +--------------------+ FIND (TWO INSTANCES): id="td_post_$post[postid]" style="border-right: $stylevar[cellspacing]px solid $stylevar[tborder_bgcolor]" REPLACE WITH (TWO INSTANCES): id="td_post_$post[postid]" style="<if condition="($mcpcolor['showthread'] OR $show['mcsrecent']) AND $inmodmode">background-color:$mcscolor;</if>border-right: $stylevar[cellspacing]px solid $stylevar[tborder_bgcolor]" FIND (TWO INSTANCES): align="$stylevar[right]" style="border: $stylevar[cellspacing]px solid $stylevar[tborder_bgcolor]; border-left: 0px; border-top: 0px" REPLACE WITH (TWO INSTANCES): align="$stylevar[right]" style="<if condition="($mcpcolor['showthread'] OR $show['mcsrecent']) AND $inmodmode">background-color:$mcscolor;</if>border: $stylevar[cellspacing]px solid $stylevar[tborder_bgcolor]; border-left: 0px; border-top: 0px" FIND: <if condition="$post['editlink']"> ADD ABOVE: <if condition="$show['canbechecked']"> <if condition="$post['ischecked']"> <span class="smallfont"> <if condition="$show['mcsrecent']"> <strong class="highlight">$vboptions[mcs_recent_text] </strong> </if> <phrase 1="$mcpmember" 2="$mcpdate" 3="$mcptime" 4="$post[checkedbyu]">$vbphrase[marked_by_on_at]</phrase> </span> <else /> <span class="smallfont highlight" style="font-weight:bold">$vbphrase[mcs_post_not_checked]</span> </if> </if> |
#64
|
|||
|
|||
I was able to find all the templates. I had no problems installing this. I am just getting a DB error.
Is there any support for this hack at all? |
#65
|
||||
|
||||
I refer you to my post above.
|
#66
|
|||
|
|||
So, I guess I was right. I am sick and tired of people putting hacks up and then offering zero support.
|
#67
|
|||
|
|||
Works perfectly fine for me. What I'm wondering though, is there a way to have it default that Moderation mode is on
|
#68
|
|||
|
|||
Quote:
|
#69
|
|||
|
|||
Still no support? I am removing this mod as a huge pile of crap!
|
#70
|
|||
|
|||
is this addon still supported?
i have an issue with it, not really a bug, but a little annoying. whenever an user edits an already marked post, it is reverted to unmarked. so far, so good. but this action shows up in the moderator log, which means it suddenly has a few hundret entries of users which aren't really moderators, they just edited some already marked posting. this really makes our logs very crowded and almost unusable. any fix on this? thanks in advance. |
#71
|
|||
|
|||
I've got another bug: If a thread has more than 1000 replies, forumdisplay shows "-1001" unchecked posts in this thread :erm:
|
|
|
X vBulletin 3.8.12 by vBS Debug Information | |
---|---|
|
|
More Information | |
Template Usage:
Phrase Groups Available:
|
Included Files:
Hooks Called:
|