Version: 1.2, by becafuel
Developer Last Online: May 2008
Category: Mini Mods -
Version: 3.6.2
Rating:
Released: 12-09-2006
Last Update: Never
Installs: 27
Uses Plugins
Additional Files
No support by the author.
This small mod will tell you some small stats about where a member is posting : in which forums and what it represents against his total number of messages (see screenshot below. sorry it's a french screenshot ).
It respects your forums ordering and groups them by category, with a total by category.
Php code to place in the "modcp" dir, filename "usermess.php" :
PHP Code:
<?php
// ######################## usermess.php ###########################
//
// Quick stats for member's number of messages.
//
// Auteur : Bec ? Fuel
// Date : December, 10 2006
// Version : 1.2
// ######################## SET PHP ENVIRONMENT ###########################
error_reporting(E_ALL & ~E_NOTICE);
@set_time_limit(0);
// #################### PRE-CACHE TEMPLATES AND DATA ######################
$phrasegroups = array('style','cpuser','user','forum','search');
$specialtemplates = array('products');
Very useful for me as I have some people that really like to camp in the off-topic forum and this gives me a way to show that they really are not contributing to the rest of the site. A neat feature would be some way to export the results so that they could be shown to the user if they dispute the numbers. Perhaps export to a text file that could then be emailed or cut/paste into a PM?
I figured out how to get the option into the main admin cp, but it shows up at the top of all the options. How would I change the location of the option to put it under the User section with all the other stuff like "Add New User, Search for Users, etc,..." ?
Thanks a lot for your comments I have made it for the same purpose.
Quote:
Originally Posted by Tourmeister
A neat feature would be some way to export the results so that they could be shown to the user if they dispute the numbers. Perhaps export to a text file that could then be emailed or cut/paste into a PM?
Good idea ! I will try to do something about that.
Quote:
Originally Posted by Tourmeister
I figured out how to get the option into the main admin cp, but it shows up at the top of all the options. How would I change the location of the option to put it under the User section with all the other stuff like "Add New User, Search for Users, etc,..." ?
Did you try to change the "displayorder=xx" in the navgroup line under the product name ?
Did you try to change the "displayorder=xx" in the navgroup line under the product name ?
I'm sorry, I am not sure what you are referring to. I am not a coder in any way shape or form Where I would I find that setting? Or is that something I would need to add to the lines put in the php code in the plugin editor?
Damn, I've been looking for something like this for waaay too long.
It works great, is there anyone that can take it a little further? for example to integrate this page in some vbulletin page (member profile perhaps?) or display a list of forum members, based on percentage of posts in selected forum?
Or even better: is there a way to build a "pie" or percentage matrix for a member's posting activity in specific forums (and not all of them?)