![]() |
it was nice mod.
can i have same for vb 3.7? |
Quote:
|
Quote:
Bcz i was using your mod while promoting new users in moderator group. Thanks. |
does anyone know how to make this mod count/display stats of actions within certain forums (as opposed to all forums)?
I would pay for a quick fix, if anyone has it |
Hi everyone!
Any news on the 3.7.x port? :confused: Thank you very much! :up: :up: :up: |
dying to get for 3.7.1
:) |
Hello
any news, about the version for 3.7? |
Well it works on 3.7 as is, it's just missing the ability to show infractions.
That's easily fixed by adding a few lines of code here and there. Firstly under the "Moderators Stats" misc_start hook find the following: Code:
$moderatorinfo[$moderator['userid']]['threadforum'] = 0; Code:
$moderatorinfo[$moderator['userid']]['infraction'] = 0; Code:
// load thread information Code:
//Obtain warning information Code:
<td class="thead" valign="top" nowrap="nowrap"> Code:
<td class="thead" valign="top" nowrap="nowrap"> And finally in moderator_stats_bit_user find: Code:
<td class="$bgclass">$moderatorstats[modlog]</td> Code:
<td class="$bgclass">$moderatorstats[infraction]</td> That should be everything. There's no "total infractions" or fancy addition to the expanded AJAX information, but it works. |
Statistics from Blog, albums, VM's, group messages, etc would be nice.
Any tips on adding that? |
If somebody could modify this to allow me to EXCLUDE 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 forums, but I would rather get only stats of moderators in support forums. Please PM me if you can do what I need. I can pay by paypal. |
All times are GMT. The time now is 09:12 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:
|