vb.org Archive

vb.org Archive (https://vborg.vbsupport.ru/index.php)
-   vBulletin 3.7 Add-ons (https://vborg.vbsupport.ru/forumdisplay.php?f=228)
-   -   Moderators Functions - Moderator Checkpoint System (https://vborg.vbsupport.ru/showthread.php?t=173609)

kalleklorin 12-03-2008 10:22 PM

very nice

alik4277 12-07-2008 10:42 AM

Thanks
works on on 3.8 too?

Spinball 12-21-2008 04:28 PM

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.

Alfa1 12-21-2008 05:42 PM

That would be great. thanks.

TomJames 12-22-2008 04:51 PM

Awesome add-on, if this is made for 3.8 once it goes gold I'll be installing it :)

Kirk Y 12-24-2008 06:34 PM

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.

my evil twin 12-25-2008 09:07 AM

great christmas gift - THANKS A LOT! :up:

wuelfi71 12-25-2008 06:04 PM

Wow, it's wonderful, that there is further development for this add-on.

But unfortunately the following bugs are still there:
Quote:

Originally Posted by wuelfi71 (Post 1672847)
I've got another bug: If a thread has more than 1000 replies, forumdisplay shows "-1001" unchecked posts in this thread :erm:

Quote:

Originally Posted by wuelfi71 (Post 1574169)
how could the length of the announcement column be modified? it's too short in moderation mode:

http://fantasy-forum.org/uploads/announcement.jpg

Or am I the only one with these problems?

PyroMarkus 12-28-2008 01:23 PM

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&amp;tid=$thread[threadid]">$thread[checkcount]</a><else />$thread[checkcount]</if></td></if>

Otherwise you get the wrong column!


@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">&nbsp;</td></if>

I wanted to increase colspan by 1 column but could not do so because the value is calculated there.

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!

Kirk Y 12-28-2008 05:57 PM

@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?


All times are GMT. The time now is 07:19 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
  • Page Generation 0.01115 seconds
  • Memory Usage 1,740KB
  • Queries Executed 10 (?)
More Information
Template Usage:
  • (1)ad_footer_end
  • (1)ad_footer_start
  • (1)ad_header_end
  • (1)ad_header_logo
  • (1)ad_navbar_below
  • (2)bbcode_code_printable
  • (2)bbcode_quote_printable
  • (1)footer
  • (1)gobutton
  • (1)header
  • (1)headinclude
  • (6)option
  • (1)pagenav
  • (1)pagenav_curpage
  • (4)pagenav_pagelink
  • (1)post_thanks_navbar_search
  • (1)printthread
  • (10)printthreadbit
  • (1)spacer_close
  • (1)spacer_open 

Phrase Groups Available:
  • global
  • postbit
  • showthread
Included Files:
  • ./printthread.php
  • ./global.php
  • ./includes/init.php
  • ./includes/class_core.php
  • ./includes/config.php
  • ./includes/functions.php
  • ./includes/class_hook.php
  • ./includes/modsystem_functions.php
  • ./includes/class_bbcode_alt.php
  • ./includes/class_bbcode.php
  • ./includes/functions_bigthree.php 

Hooks Called:
  • init_startup
  • init_startup_session_setup_start
  • init_startup_session_setup_complete
  • cache_permissions
  • fetch_threadinfo_query
  • fetch_threadinfo
  • fetch_foruminfo
  • style_fetch
  • cache_templates
  • global_start
  • parse_templates
  • global_setup_complete
  • printthread_start
  • pagenav_page
  • pagenav_complete
  • bbcode_fetch_tags
  • bbcode_create
  • bbcode_parse_start
  • bbcode_parse_complete_precache
  • bbcode_parse_complete
  • printthread_post
  • printthread_complete