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)

PyroMarkus 12-28-2008 06:08 PM

That would be even better, Kirk! No to search for "new" threads/posts as normal in vB, but search for unchecked threads/posts - this would be great, yes!

If this is too time consuming/difficult, then it would be fine, if the normal vB search result from any search would mark threads containing unchecked messages.

I have some searches "preperated" for my users/mods, which say
- new messages since last visited
- new messages since the last X days (where X is to specify 1, 2 ... more days).

With these two searches my moderators look for new threads/messages - noone of them is crawling the single forums. Marking unchecked threads in their search results would be great.

But both versions are very fine and would be highly appreciated!
Thank you for your quick answer and the great mod!

Kirk Y 12-28-2008 07:01 PM

Ah, OK, I see what you mean now. I'll see what I can do for the next release.

Cristi_XP 12-29-2008 06:02 AM

ok,i get myslq gone away when I try to install this .
What queries should i use to remove from DB the changes that where made,because i cannot install this,so I can run uninstall.

Kirk Y 12-30-2008 01:24 AM

It would help if you *explained* whatever problem you're having. :)

Cristi_XP 12-30-2008 03:17 PM

whenever i try to upload the product I get DB error,Mysql server has gone away.Probablly it hangs to much ,and the mysql kills the connection,and i thought that though the instalation wasn`t complete,there are still changes made to the DB ...so I want to undo the changes.

Kirk Y 12-30-2008 05:08 PM

How many posts does your board have?

The following queries are executed on the removal of this modification:

Code:

// Drop Post Columns
$db->query_write("ALTER TABLE " . TABLE_PREFIX . "post DROP ischecked");
$db->query_write("ALTER TABLE " . TABLE_PREFIX . "post DROP checkedby");
$db->query_write("ALTER TABLE " . TABLE_PREFIX . "post DROP checkedbyu");
$db->query_write("ALTER TABLE " . TABLE_PREFIX . "post DROP checkedtime");

// Drop Moderator Columns
$db->query_write("ALTER TABLE " . TABLE_PREFIX . "moderator DROP cancheck");
$db->query_write("ALTER TABLE " . TABLE_PREFIX . "moderator DROP cancheck_whole");
$db->query_write("ALTER TABLE " . TABLE_PREFIX . "moderator DROP canuncheck");
$db->query_write("ALTER TABLE " . TABLE_PREFIX . "moderator DROP canuncheck_others");
$db->query_write("ALTER TABLE " . TABLE_PREFIX . "moderator DROP canuncheck_whole");

// Drop Thread Columns
$db->query_write("ALTER TABLE " . TABLE_PREFIX . "thread DROP checkcount");


Deviant K1 12-30-2008 05:56 PM

Thanks.. great mod! **INSTALLED**

Kirk Y 12-30-2008 05:58 PM

v1.1.6 released--

Announcement bug in Forumdisplay fixed. (Thanks Wuelfi)

Upgrading
To upgrade simply upload (allow overwrite) the new product XML.

wuelfi71 12-31-2008 02:40 PM

Quote:

Originally Posted by Kirk Y (Post 1695680)
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?

Oh, i update them regulary, that has nothing to do with the bug. I made a hardcopy and attached it.

Quote:

Originally Posted by Kirk Y (Post 1697326)
v1.1.6 released--

Announcement bug in Forumdisplay fixed. (Thanks Wuelfi)

That's wonderful, thank you for your work^^

Another slight problem: When i keep logged in und return to the forum, moderation mode is always "off". When i log out and log in again it's "on" like it should be in version 1.1.6. But when i return without logging out, it's "off" again.

Kirk Y 12-31-2008 06:00 PM

The Moderator cookie is set to expire at the end of your session (when you close your browser). I'll increase the expiry date in the next release.

Regarding the check count bug: can you reset your thread/post check count counters and then see if it still shows the negative value?

wuelfi71 01-01-2009 08:38 AM

Quote:

Originally Posted by Kirk Y (Post 1698066)
The Moderator cookie is set to expire at the end of your session (when you close your browser). I'll increase the expiry date in the next release.

That's nice, thank you.

Quote:

Originally Posted by Kirk Y (Post 1698066)
Regarding the check count bug: can you reset your thread/post check count counters and then see if it still shows the negative value?

Sry, don't know how:confused: Rebuilding thread information doesn't have an effect.

btw: Would there be a cronjob for updating MCS post and thread counters in the future?

Ziki 01-01-2009 10:03 AM

I do not have any use for this right now,but this is an excellent modification!Rated 5 stars!

Kirk Y 01-01-2009 04:14 PM

No, there will be no crontab. For large boards it is a very intensive process, so it should only be done when it is absolutely needed (ie. upgrades, miscounts, etc.).

To manually reset the counts:

AdminCP -> Maintenance (Very bottom) -> Update Counters -> Update Checkcount Counters (Very bottom)

wuelfi71 01-02-2009 04:03 PM

Quote:

Originally Posted by Kirk Y (Post 1698615)
To manually reset the counts:

AdminCP -> Maintenance (Very bottom) -> Update Counters -> Update Checkcount Counters (Very bottom)

Sry, can't find it :(

I quote the vBulletin manual for update counters:
Quote:

The following functions are available:

Update User Titles
Rebuild Thread Information
Rebuild Forum Information
Fix Broken User Profiles
Rebuild Search Index
Rebuild Post Cache
Rebuild Signature Cache
Rebuild Statistics
Rebuild Similar Threads
Delete Duplicate Threads
Rebuild Thumbnails
Rebuild User Reputation
Update User Names
Update Post Counts
Rebuild Styles
Remove Orphan Threads
Remove Orphan Posts
Additional i've got the two functions from your add-on "Update MCS Thread Counters" and "Update MCS Post Counters", i use them regulary, but it doesn't solve the problem.

my evil twin 01-02-2009 04:15 PM

I have the same issue (negative counters). updating thread counters or post counters didn't have an effect, too.

Kirk Y 01-02-2009 06:08 PM

Wuelfi, please set me up with an Admin account on your board if you don't mind.

franzis 01-03-2009 11:39 AM

Also running addon under this 3.8?

LG Franzis

Kirk Y 01-03-2009 05:45 PM

v1.1.7 released. This release fixes a Checkcount Display bug in Forumdisplay. The bug affects boards whose native thousandth-separator is not the comma.

ie. "1.119" instead of "1,119"

Upgrading--
To upgrade simply upload (allow overwrite) the new product XML file.

wuelfi71 01-04-2009 03:32 AM

Thank you very much :up:
We love this mod, should be part of the vBulletin main programm

GoHa 01-22-2009 05:14 AM

How many queries per forum page view for non-moderators this mod add?

darkie79 01-22-2009 05:16 PM

I have installed this on 3.8, and it appears to be working flawlessly. I thank the developer, as this mod is a Godsend to me :)

caltek 01-23-2009 02:23 AM

A great mod to the forums! My Moderators love this one!

Just one question....is it possible in 3.7.4 to have the feature enabled by default ( currently my Mods have to enable the feature when they log in ).

Is there a way to have it enabled by default?

I sure hope there is....thanks again for this GREAT add-on. :D

GoHa 01-23-2009 04:02 AM

This is great mod. However. It supposed to be used with big forums. In the same time, it adds 4 new fields to the "posts" table, and one of it - varchar 100.
Adding varchar100 to "posts" through admincp is almost unreal operation if your posts table have couple of millions records.
Also, adding VC100 to "posts" will badly impact the performance. I am not speaking about possible extra queries.

We really need something like that. But we need to minimize the impact on performance. Just having a checkbox on the thread "checked by moderator" is enought, with the option (admincp option) to auto uncheck it if someone made a reply. In this case we just need to add 1 flag to "threads" (wich is much smaller then "posts")

I know, in this case, the list of features will be not that impressive, but at least, it will be possible to use it on the big forums.

May be someone knows the plugin like I described? May be author can create a modification?

Your help will be appreciated!

rightstuff_mike 01-30-2009 12:41 PM

hi there, when i installed this today, it works perfectly, however, when i view the parent forum's for thread's, over on the right hand side of the screen where it shows "views" and "unchecked" fields, there are no number's visable.

any help?

rightstuff_mike 02-03-2009 10:05 PM

hi, i got this working perfectly until now.

i set all mod's smods and admins to have it turned on automatically, but some of them want to browse the forum and not have to use it. so they disable it.

now when they try to turn it on, and when the other's try to turn it off, they get

error 503.
The server is temporarily busy, try again later!

the forum is working perfectly for all member's who dont have access to this hack. ive turned it off for now, and everything is running smoothly.

any idea's on how it can be resloved?
im using vbulletin 3.8.1

any more info, please let me know and ill get it for you.

GSeybold 03-22-2009 05:19 PM

I don't know squat about coding, but what I do know it that it takes a ton of mental energy so thank you for expending your mental enery for this great mod! Installing now. (If I know how) LOL MOTH for sure

Gabby

rmxs 03-25-2009 05:07 PM

works for 3.8.1?
I read some problems at last pages without answers :|

1Unreal 03-27-2009 05:52 PM

Any chance of making this available on 3.8.1?

Budget101 03-28-2009 08:04 PM

Doesn't work... using 3.7.x ver of vb, when I click on Moderation Mod: Disabled to Enable it, it goes to a screen

http//myforum.com/index.php?do=modmode

and lists a bunch of stuff about cookies, but doesn't ever Enable the system.

Teknologist 04-01-2009 01:13 PM

Having a bit of an issue, and have tried resolve it myself with no luck.

Could anyone please advise how to fix this:

https://vborg.vbsupport.ru/external/2009/04/36.png

Budget101 04-02-2009 10:23 AM

**Uninstalled- didn't work, no support.**

lindwurm3 04-02-2009 02:57 PM

Hi VBulletin Community,

we installed this add-on and have the following problem. Could anyone help? Thank you very much!

When logged in as admin we receive an "Internal Server Error 500" after clicking the "enable" option (in the upper right corner of the startscreen in normal forum mode).

This might be easy to fix, but we tried for some time and followed each step of the installation exactly. All menus and options of the add-on are shown correctly.

Cheers,
Lindwurm3

wuelfi71 04-02-2009 04:40 PM

Quote:

Originally Posted by rmxs (Post 1776798)
works for 3.8.1?

I've got it running under 3.8.1.

EDIT: Works fine under 3.8.1/3.8.2.

Only one little bug left: Checked Posts from ignored users (my friend harvey) lead to a negative number of unchecked posts.

vitrag24 04-03-2009 12:46 PM

will this add load to server?
will it increasing loading time to my forum?

sinucello 04-20-2009 11:36 AM

Hi,

thanks for this nice mod.

I have two suggestions/problems:

1. if a moderator marks a thread as checked, it will only be marked as long as nobody adds a post to the thread after it was marked. This may be useful in some/most situations but my mods would prefer if the thread would stay marked once it was checked no matter if new posts are added afterwards. So I kindly ask if this behaviour could be added as an option.

2. If I install this mod, the inlinemod-entry of this add-on:
https://vborg.vbsupport.ru/showthread.php?t=200952
will be removed. Maybe the fact that both add-ons have the same execution order for inlinemod_action_switch has something to do with this?

thank you - all the best,
Sacha

mme42 05-02-2009 08:10 PM

problem fixed. thanks.

Dan Clement 05-03-2009 11:08 PM

Works like a dream. Many thanks! :)

voro 05-27-2009 03:59 PM

we have around 40 mods and for some of them this isnt working, any ideas?

v

sinucello 06-22-2009 05:35 AM

Hi,

when I activate this mod

Change Threads' Prefix Inline from Milad:
https://vborg.vbsupport.ru/showthread.php?t=200732

and

Change Threads/Posts Owner/Date for vB3.8 from Phalynx
https://vborg.vbsupport.ru/showthread.php?t=200952

won`t work any more. Could you please change your code for the inline-mod select box so that it doesn`t kill any other mods entries there?

Thank you - all the best,
Sacha

ShawneyJ 06-29-2009 01:27 AM

database error trying to uninstall the product. wtf?? lol. cant uninstall this!

edit: ahhh there goes my site with it, FULL database error on the whole site, great :D


All times are GMT. The time now is 04:39 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.01520 seconds
  • Memory Usage 1,825KB
  • 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
  • (7)bbcode_quote_printable
  • (1)footer
  • (1)gobutton
  • (1)header
  • (1)headinclude
  • (6)option
  • (1)pagenav
  • (1)pagenav_curpage
  • (3)pagenav_pagelink
  • (1)post_thanks_navbar_search
  • (1)printthread
  • (40)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