vb.org Archive

vb.org Archive (https://vborg.vbsupport.ru/index.php)
-   vBulletin 3.0 Full Releases (https://vborg.vbsupport.ru/forumdisplay.php?f=33)
-   -   Moderator management system (https://vborg.vbsupport.ru/showthread.php?t=70850)

SaN-DeeP 11-08-2004 06:58 PM

Quote:

Originally Posted by Kaitou
Great hack!
This certanly makes it a lot easier to see if a mod isn't around for some reason.
I have also modified it slightly, to show in the percent read column:
"25 of 76, 33%" or "12 of 13, 92%" because the pure percent can be a bit misleading, and it helps to see if the mod is just not paying attention, of if they are swamped, and a co-mod may be needed.

thats a nice modification you made there :) care to share ?

Kentarus, how about adding all the fields which can be configured in admincp for this hack to the modmanagement.php ? and a better way to get the alerts in thread or email instead of receiving huge no. of pm alerts ??

Just my 2 cents above :)

Regards,

Kaitou 11-09-2004 02:07 AM

ah, not at all, it's too simple to be much of anything really
just replace
Code:

round(($moderatorInfo[$userid]['readcurrent']/$moderatorInfo[$userid]['readtotal'])*100);
with

Code:

$moderatorInfo[$userid]['readcurrent']." of ".$moderatorInfo[$userid]['readtotal'].", ".round(($moderatorInfo[$userid]['readcurrent']/$moderatorInfo[$userid]['readtotal'])*100);
in includes/functions_modmanagment.php

Koutaru 11-10-2004 07:31 PM

Is there any way that this could be EMAILED instead of PMed? I'm tired of all the random PMs.

It should just generate one report

XrayHead 11-10-2004 11:46 PM

Thanks for that great hack mate, Installed.......

Xray

RacerX 11-13-2004 08:48 PM

Excellent hack... WE have over 70 mods now and this will come in very useful!

Sin City 11-15-2004 06:48 PM

superb hack.... extremely helpful

FWF 11-15-2004 08:35 PM

id love for this to also include super mods...that would be awesome

sabret00the 11-16-2004 10:42 AM

wow what a great hack, i'll add this, this weekend :)

burnist 11-16-2004 12:28 PM

I was going to make soething like this but yours is just so much better im not going to bother. Well done this is truly an excellent hack and deserves HoTM

sv1cec 11-17-2004 11:29 AM

A few days ago, I upgraded from 3.01 to 3.03. I hadn't check that hack until today, when I noticed that all numbers in the statistics page were zero. The only column showing meaningful data, is the Last Login. All the others have zeros. Any idea what could be wrong?

Also, the settings were all lost, maybe in the initial file I had downloaded, the volatile was not set properly. Anyhow, I re-run the installation script with some mods and re enter them, but I still can't figure out why all the stats are zero. I know that my mods did some moving and deleting yestarday, and I did too, but it just doesn't show up.

Any ideas?

Rgds
----------
John

P.S. : Never mind, it looks as if the templates have changed somewhere along the line. Deleted them and recreated them and now it works.

Tnx

Kentaurus 11-20-2004 04:07 PM

In preparation for an upgrade I added the requested uninstaller for the people that wanted to have total control of the hack. It is not a separate file but instead you should run modmanagement_install.php (in your admincp) and you will have the option to uninstall the hack, all settings, phrases and templates added will be deleted and only the files are left for you to delete. This is also useful if for whatever reason you want to reinstall the hack.

I have successfully tested it in my local vbtest of my forums and in my production environment, however I would advice to have a backup of your forums before attemping to install or uninstall any hack including mine, "just in case".

alkatraz 11-25-2004 07:38 PM

great hack! thank you!!!

couple of suggestions that have already been posted
-ability to track supermods and admins (for comparison sake)
-PM or Email "summary" mode, instead of 50+ random PM's (i turned the cron task off cuz it spammed me to death)

rstan 11-28-2004 12:20 AM

installed.....all my admins got 140 PMs. I delted them from the table pmtext and they are gone but the unread PMs shows as 140 still???????

SHARKY 11-29-2004 02:58 AM

i also get a blank page when i go to modmanagement.php is there any fix in the works i have the latest version of vb

zzzxxzzz 11-29-2004 09:18 PM

Code:

Database error in vBulletin 3.0.3:

Invalid SQL: SELECT +++++ad,forumid FROM thread WHERE dateline >= 1101165382
mysql error: Unknown column '+++++ad' in 'field list'

mysql error number: 1054

Date: Monday 29th of November 2004 11:16:24 PM

what is that? got that one when open modmanagement.php

+++++ad' = who read

FWF 11-30-2004 02:23 PM

is there anyway to disable the PMs ? id like to disable that because we can read the stats from the management system...id rather do that then have so many PMs sent to all my admins

marcel-ea 12-05-2004 09:34 AM

great hack some possiblity to show the logins of the team in this list?
Like: xxx Mod was 212 times online in the last 60 days also a new row?

thx

etaslim 12-15-2004 10:38 AM

great hack! very easy to install & wonderfull efect. Thanks

Jmonto 12-27-2004 05:18 PM

Quote:

Originally Posted by FWF
is there anyway to disable the PMs ? id like to disable that because we can read the stats from the management system...id rather do that then have so many PMs sent to all my admins

i would also like to disable all these PMs, i get over 140 a day

alkatraz 12-27-2004 05:47 PM

Quote:

Originally Posted by Jmonto
i would also like to disable all these PMs, i get over 140 a day

Adminc Cp \ Scheduled Tasks

Turn off or remove the Cron job you installed for this script.

Carnage 01-07-2005 12:19 PM

you got yourelf an install, great hack
one idea though, how about an option to include smods and admins in the table, since i quite like the idea of saying to my mods: " look at how much work i do, then look at what you are doing" etc :p

hanna 01-27-2005 07:23 PM

I got the same problem after upgrading.What I did is to copy all the code in the functions_modmanagement.php (except the <? and ?>) to the modmanagement.php file,just under:require_once('./global.php'); line.And it is working for me now.Hope it's helpful.

Quote:

Originally Posted by Aurous
Same problem on 3.0.1

If there is no fix to this, an uninstaller will be very nice to see here or I'll have to waste time manually deleting everything :(


jluerken 02-10-2005 06:03 AM

Hi, I am searching a way to uninstall this hack.
Is there an uninstaller available or can the author please list all table changes, phrase add and templates adds so that I can remove it manually?

venomx 02-23-2005 07:49 AM

If we are on the modmanagement.php will that show up in the Who's Online area? If so whats the code to add it?

shadiguy1 02-23-2005 11:41 AM

its not displaying all y mods. Pelase advise on why?

XrayHead 04-06-2005 07:02 AM

Hi
I also am keeping the statistics, but removing the cron job.
Other than that the hack works great.

Xray

EvilHawk 04-06-2005 05:04 PM

Works prefectly on 3.0.7 thanks!

Polo 04-18-2005 03:19 PM

mmm...

when I go to modmanagement.php I get the following message:

Quote:

There are no moderators in the forum!
when in fact there is moderators... can someone help me out please... thank you :)

venomx 04-18-2005 03:38 PM

I get that too but I think its just because theres only me and a supermod and neither of us is listed as an MOD of any forum since its not needed...

Polo 04-18-2005 03:49 PM

mmm... so i have to give specific forums to my moderators? my moderators are global moderators... meaning that they can moderate all of the forums... how could I make this work for me then?

angelicGrace 05-03-2005 01:17 AM

I love this. it was super easy to install even for my novice self. and it works so well. it mjust may give me a reason to fire this one little twirp I so don't like on my staff anymore. thanks bunches.

larryd 05-03-2005 09:03 PM

Quote:

Originally Posted by Kentaurus
That doesn't make any sense... but you already know that :) Maybe you can just leave that hello at the top? ;)

I get a blank white page with 3.03; I assume there is no fix for this since I read through the entire thread and tried the couple things that were mentioned without success?

almqdad 05-04-2005 09:25 AM

great hack

asianboi 05-04-2005 03:18 PM

Quote:

Originally Posted by sv1cec
As I said, great hack. However, I would prefer if I call it "Moderator Statistics" instead of "Moderators Management". I've searched the files and the templates, and I can't find where that phrase comes from. I am talking about the phrase that appears in the welcome box, as shown in the attached picture.

Any ideas would be greatly appreciated.

Rgds
-----------
John


You can either change it in the phrase

Do a phrase search and search for

mod_management

Then change that
If you're interested in changing that to statistic also then in the same search

Varname: mod_statistic
Text: Moderator Statistic

In moderatormanagement.php

find

$navbits[''] = $vbphrase['mod_management'];

Then change mod_management to mod_statistic

That's it
Ex: $navbits[''] = $vbphrase['mod_statistic'];

asianboi 05-04-2005 03:59 PM

damn the PM is like crazy..

Remove the cron job in the includes/cron/ and also the schedule maintain

artonex 05-24-2005 08:09 PM

can anyone else confirms this works on vb 3.0.7 ?

Polo 05-24-2005 08:51 PM

Quote:

Originally Posted by TheWebJunkie
can anyone else confirms this works on vb 3.0.7 ?

it does... I got it working on my site :)

Snitz 05-25-2005 11:10 AM

when I access modmanagement.php it gives me the following:

Code:

there is moderators for this forum
although I have set "The Team" group as "super moderator" to monitor all the forums.. :confused:

and just a small question, how can I add a link in the footer to be visible only for admins to point to modmanagement.php. (just like the "Admin" link)

Snitz 05-25-2005 11:24 AM

oh never mind, I fixed the error!

angelicGrace 05-25-2005 02:02 PM

Quote:

Originally Posted by Snitz
and just a small question, how can I add a link in the footer to be visible only for admins to point to modmanagement.php. (just like the "Admin" link)

I would also like to know the answer to this one. I tried doing it on my own and got a world of no where. lol


All times are GMT. The time now is 11:52 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.01586 seconds
  • Memory Usage 1,819KB
  • 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
  • (4)bbcode_code_printable
  • (9)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