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)

Discussions 03-24-2008 05:02 PM

Will this work for vBulletin 3.7?

choccyclaire 03-24-2008 08:17 PM

^ Ditto to that! Anyone tested or shall I be the hero? lol.

Kirk Y 03-24-2008 09:31 PM

v1.0.9 is released: fixes the aforementioned SQL error.

Select "upgrade" when importing the new Product XML, to upgrade.

Neo_obs 03-31-2008 08:54 PM

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?

my evil twin 04-02-2008 07:25 PM

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>

would be great if it could be possible.

thanks in advance for any hit or tip,

greetings :)

my evil twin 04-03-2008 01:36 PM

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

ForenFan 04-07-2008 09:50 PM

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.

Kirk Y 04-08-2008 02:20 AM

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

my evil twin 04-08-2008 03:21 PM

Quote:

Originally Posted by ForenFan (Post 1485523)
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 :).

i'm not a HE :cool:

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 :)

ForenFan 04-08-2008 03:36 PM

Quote:

Originally Posted by my evil twin (Post 1486011)
i'm not a HE :cool:

Ooops, sry :).

Quote:

Originally Posted by my evil twin (Post 1486011)
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".

I'd prefer a new button/link below "Moderation Mode", like "Show unchecked".


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? :)


All times are GMT. The time now is 04:44 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
  • Page Generation 0.01246 seconds
  • Memory Usage 1,741KB
  • 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
  • (1)bbcode_code_printable
  • (3)bbcode_quote_printable
  • (1)footer
  • (1)gobutton
  • (1)header
  • (1)headinclude
  • (6)option
  • (1)pagenav
  • (1)pagenav_curpage
  • (4)pagenav_pagelink
  • (1)pagenav_pagelinkrel
  • (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