![]() |
That’s great news, I thought that this mod discontinued.
|
I am using this for quite a time now and I noticed few things:
1) In a forum running on a machine with php v5.1.6 installed quite often when one moderator attempts to enable moderation mode the result is a empty page and the error reported in error.log "'PHP Fatal Error : Allowed memory size of (64M) exhausted". Any ideas ? 2) Everytime a moderator logs out and relogs in the moderation mode has been set to disabled. Is there a way to leave the moderation mode permanently enabled ? |
has anyone got this working on vb 3.7 yet? thanks
|
Version 1.1.1 has been released (version 1.1.0 was a private beta).
Much of the core code has either been rewritten or consolidated to improve performance and efficiency. Several template edits are now no longer necessary as of the release of vBulletin 3.7.0. With that said... Moderator Checkpoint System v1.1.1 requires vBulletin 3.7.0 (or higher). Boards wishing to upgrade to the latest release must first upgrade to the latest release of vBulletin. -------------------- Upgrading from 1.0.9 to 1.1.1 Find and remove in your threadadmin_deleteposts template: Code:
<input type="hidden" name="checkedposts" value="$mcscount" /> Find and remove in your SHOWTHREAD template: Code:
<if condition="$show['cancheck'] AND $inmodmode"><option value="markmoderated">$vbphrase[mark_checked]</option> Find and remove in your FORUMDISPLAY template: Code:
<if condition="$show['candothreads'] AND $inmodmode"> Find and remove in your HEADINCLUDE template: Code:
<script type='text/javascript'> Find in your postbit/postbit_legacy template: Code:
<if condition="$inmodmode AND THIS_SCRIPT == 'showthread' AND $show['cancheckforum']"> Replace with: Code:
<if condition="$show['canbechecked']"> 1. Import the 1.1.1 product XML, ensuring to check "Allow Overwrite". 2. Run a counter update via AdminCP -> Maintenance -> Update Counters -- You must update the MCS Post Counters *and then* update the MCS Thread Counters. |
Couldn't install it Kirk because I just upgraded to 3.7.2 and the install scripts says that dependencies are not met.
|
Apologies for that Stuart. This is the first time I've ever had the need to integrate dependencies in a product. :)
PS. AVForums should already be running 1.1.1. |
Quote:
|
Quote:
|
Very cool MOD, good idea.
However, it would get very annoying very fast to have to check each post, and then scroll to the bottom and use the moderation menu everytime. A simple button in a post using AJAX like the Post Thanks hack would be a good idea, and more effective :) |
That's why "Active Checking" was implemented. But AJAX is something I may implement at some point in the future.
|
All times are GMT. The time now is 03:21 PM. |
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:
|