![]() |
Quote:
|
very nice........
|
v1.5 - Aug 02. 2008.
-Fixed bug where mods are not showing in the list, only global mods and admins -Fixed bug where links to logs are not working if admincp dir name was changed To upgrade: -Import XML, allow overwrite -Revert hack templates if any modified |
thanks for update
:) |
Quote:
now it shows only the Super Admin (User ID 1) and the Normal Mods (Group ID 7) ... :( the others Admins and the Global Mods (Group ID 5) aren't showed ... :( i tested it onto my two boards with the same issue ... :( can you fix that? |
Thanks for the update :) , now it is work for me ;)
|
Quote:
|
Can somebody please tell me how to manually add this to my navbar template? I just need to know the exact code to add.
|
Can this be done so that vBadvanced links to work without adding custom links into styles templates ? I mean, the link is working inside the forum, but not in vBadvanced homepage. Thx in advance.
|
any news about the new issues that i've found?
|
Quote:
|
Am i the only one who sees no infractions when limiting the time of the reports, instead of all time.?
|
Is there any support for this mod at all?
|
Quote:
|
Cyb, like this mod alot.
Hoping at your convenience, that it could be fixed where admins, smods, and mods, are all included by the selector to show stats. I have played with the settings, but am unable to get the mods, currently appointed, and their stats, to show up yet. Thanks in advance. |
Quote:
Glancing at the code, I'd think it's a problem with the query not specifying the dateline properly, but I haven't tried tweaking the query to see if I can fix it yet. Code:
$cybmodstats_get_infr = $vbulletin->db->query_read("SELECT whoadded, points, dateline FROM " . TABLE_PREFIX . "infraction WHERE whoadded='".$cybmodlogstat['userid']."' $cybmodstats_timeperiod "); |
So no one has any input on why limiting the number of days shown breaks the infraction totals?
EDIT: Nevermind, I fixed the bad query myself. |
Quote:
Can you share how you fixed it? I really dont know where to start. |
Under "Cyb - Moderating Stats - MN" in the Plugin Manager, I changed this:
Code:
$cybmodstats_get_infr = $vbulletin->db->query_read("SELECT whoadded, points, dateline FROM " . TABLE_PREFIX . "infraction WHERE whoadded='".$cybmodlogstat['userid']."' $cybmodstats_timeperiod "); Code:
$cybmodstats_get_infr = $vbulletin->db->query_read("SELECT whoadded, points, dateline FROM " . TABLE_PREFIX . "infraction WHERE whoadded='".$cybmodlogstat['userid']."' AND dateline > $fromtime"); This will probably break the option to disable the time limitation on the logs, but I don't need that so it was the quickest fix for me. What I'm currently trying to work out is why all of a sudden the "moderator posts in their own forums" fields are gone. Those were useful. |
Quote:
Here is original query: Code:
$cybmodstats_get_infr = $vbulletin->db->query_read("SELECT whoadded, points, dateline FROM " . TABLE_PREFIX . "infraction WHERE whoadded='".$cybmodlogstat['userid']."' $cybmodstats_timeperiod "); |
Indeed, my mistake. I didn't bother documenting exactly what I'd changed as I didn't perceive needing to explain it to anyone else, and didn't check what the original timeperiod variable included.
My explanation should have been replacing "$cybmodstats_timeperiod" alone with "AND dateline > $fromtime". |
How can we fix it 'Under "Cyb - Moderating Stats - MN" in the Plugin Manager, I changed this'
Sorry to be a newbie.. Can you name how you fixed it step by step Thasnk, www.Speedaholic.net |
In the Admin CP, under the Plugin Manager in Plugins & Products, edit the "Cyb - Moderating Stats - MN" plugin and find the line of code as follows:
Code:
$cybmodstats_get_infr = $vbulletin->db->query_read("SELECT whoadded, points, dateline FROM " . TABLE_PREFIX . "infraction WHERE whoadded='".$cybmodlogstat['userid']."' $cybmodstats_timeperiod "); Code:
$cybmodstats_get_infr = $vbulletin->db->query_read("SELECT whoadded, points, dateline FROM " . TABLE_PREFIX . "infraction WHERE whoadded='".$cybmodlogstat['userid']."' AND dateline > $fromtime"); |
Quote:
Thank you and all that worked on this Mod! |
Thank you for the step by step. Works great!
|
For me it shows stats of only 1 admin . How can I make it to display for mods, admins and super mods as well.
I can give permission for other usergroups to view the content but I can't see any other option to add permission for remaining admins, super mods and mods to show up in stats I have added this code: Code:
$cybmodstats_get_infr = $vbulletin->db->query_read("SELECT whoadded, points, dateline FROM " . TABLE_PREFIX . "infraction WHERE whoadded='".$cybmodlogstat['userid']."' AND dateline > $fromtime"); |
I installed this. But I don't see what advantage it has over the old 'moderator stats' ?
As a matter of fact, I'm surprised that neither the old script nor this one has the option of excluding forums from being counted towards in moderator actions and posts. If somebody could modify https://vborg.vbsupport.ru/showthread.php?t=139248 to allow me to forums from stats, I could pay for such a modification. for example, i have off topic forum and support forum. I don't care the posts and moderation actions in off topic forum, but I would rather get stats of moderators in support forums. Please PM me if you can do what I need. |
awsome hack cyb:) installed:)
|
the moderation stat in the quick links menu doesnt display. instead it says "page not found"
what to do? |
what about the usergroups trouble? i still haven't the global moderators onto this stats ... :S
|
I love all your his plugins lol
|
thanks, installed :)
|
In the ACP, you can't exclude more than one usergroup. You can only exclude one (i.e ex staff that are now members. Usergroupid=2). Can you release a fix for this soon please?
Great mod otherwise! |
I have custom usergroups made that have admin capabilities, that arent "Moderator" etc etc.
I don't see these included.. is this not possible to log this usergroup? |
v1.6 - Oct 26. 2008.
-Fixed bug where not all mods are shown in stats -Fixed bug where not all selected usergroups are excluded from stats To upgrade: -Import XML, allow overwrite |
thanks for the update
|
Quote:
|
i want you add option for remove the Archive of log the Moderating Stats
because to not work space blank or load of server Thank you, |
v1.6.1 - Oct 26. 2008.
-Fixed bug where forum mods are not included in stats Re-import product XML, allow overwrite. |
updated mine to 1.6.1
|
All times are GMT. The time now is 01:36 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:
|