View Full Version : Statistics Modifications - Cyb - Top Posters In Month X
Valter
12-08-2006, 10:00 PM
vB 3.7 VERSION HERE:
https://vborg.vbsupport.ru/showthread.php?t=177963
===
Info:
Top posters statistics for any single month
Installation:
Import XML file (as product) through AdminCP: Plugin System > Manage Products > [Add/Import Product]
To set options go to:
vBulletin Options > Cyb - Top Posters In Month X
Versions:
v1.0 - Dec 09. 2006.
-Initial release
v1.1 - Mar 07. 2007.
-Text fields changed to menus
-Guests automatically excluded from stats
-Updated query for better compatibility with different servers
-Updated ACP settings to allow you to list available years and number of results in menus
v1.2 - May 01. 2007.
-Bug fix (post count in current month bigger than total post count for some users)
-Improved compatibility with right-to-left styles
-Some code optimizations
v1.3 - Aug 05. 2007.
-Added page navigation
-Added option to view top posters in whole year
-Added option to exclude users from stats
-Added option to exclude forums from counts
-Group membership checking works now for supplementary usergroups too
v1.4 - Aug 06. 2007.
-Fixed bug where guest posts are counted and shown as blank line in stats
-Page navigation also shown at the bottom of the page
v1.5 - Sep 15. 2007.
-Another "unknown poster" bug fix
-Fixed bug where month is switched to current one on page select
-Easier to set years (set starting year only, others are generated automatically)
-Several minor bug fixes...
Click INSTALL (https://vborg.vbsupport.ru/vborg_miscactions.php?do=installhack&threadid=133564) if you like this hack.
farooqaaa
12-09-2006, 09:17 AM
Ahh nice one Cyber!!!
I really love it :).
First to click *install.
Snake
12-09-2006, 09:35 AM
Very nice! :)
shadowevil
12-09-2006, 10:34 AM
mod nice ... i like it ....
shadowevil click *installed*
projectego
12-09-2006, 10:45 AM
Installed! :)
Artificial_Alex
12-09-2006, 10:46 AM
gj -installs-
nedo_a
12-09-2006, 12:40 PM
i get this message
Not Found
The requested URL /misc.php was not found on this server.
Additionally, a 404 Not Found error was encountered while trying to use an ErrorDocument to handle the request.
Kihon Kata
12-09-2006, 01:43 PM
Installs!! One problem, it shows all my moderators/supers/jr. admins that I excluded in the admin panel.
help?
Queball_Beast
12-09-2006, 03:42 PM
To think I was just searching the forum for something like this, and just as I gave up, went back to vb.org home, then I found this lol awesome and right on time.
"Clicks install"
Can I have the url to a demo?
Valter
12-09-2006, 04:27 PM
Live demo here:
http://www.bihforum.com/misc.php?do=cybtpimx
It's in Bosnian but you can see all you need.
Kihon,
Be sure you have put right usergroup IDs and separated them with ','.
Quantnet
12-09-2006, 04:37 PM
very nice. Installed.
It would be nicer if the month and year box have drop down menu instead of typing in. Just a suggestion
lovelypk
12-09-2006, 06:23 PM
cool. Installed.
Kihon Kata
12-10-2006, 01:32 PM
of course. This was an easy hack to understand and I thought I understood it correctly.
http://www.makeuptalk.com/images/temp/test1.jpg
http://www.makeuptalk.com/images/temp/test2.jpg
Many of my my moderators and admins are on that page
Not working
Kihon,
Be sure you have put right usergroup IDs and separated them with ','.
Valter
12-11-2006, 10:28 AM
Hi Kihon,
Screenshot 2 has nothing with my hack.
As I can see at the bottom of the table on screenshot it's some Paul M's hack.
To access top posters in month x page you need to point your browser to FORUMS/misc.php?do=cybtpimx
Kihon Kata
12-11-2006, 12:44 PM
Hi Kihon,
Screenshot 2 has nothing with my hack.
As I can see at the bottom of the table on screenshot it's some Paul M's hack.
To access top posters in month x page you need to point your browser to FORUMS/misc.php?do=cybtpimx
LMAO! You're right. OMG. Sorry! Looking/working good now.
zethon
12-15-2006, 07:24 PM
I changed the following query: $cub_tpim_get = $vbulletin->db->query_read_slave("
SELECT COUNT(post.dateline) AS cybpcount, post.userid, user.username, user.usergroupid, post.visible, user.posts, user.joindate
FROM " . TABLE_PREFIX . "post AS post
LEFT JOIN " . TABLE_PREFIX . "user AS user ON (post.userid = user.userid)
WHERE post.visible = '1' AND post.dateline > $fromtime AND post.dateline < $totime $cybexclgroups
GROUP BY userid
ORDER BY cybpcount
DESC LIMIT $nrofresults
");
I changed it to:
WHERE post.visible = '1' AND post.dateline > $fromtime AND post.dateline < $totime $cybexclgroups AND post.userid != 0
I allow some Guest posts. These were being included in the original script with blank usernames. This took care of the problem.
Quantnet
12-16-2006, 10:06 AM
Thanks Mike-D
Works great
hoopsta
12-31-2006, 09:06 PM
what is the actual url to find this info? I have a custom template with no drop-down box
Terminatoronly
01-01-2007, 01:03 PM
thanks for releasing this hack i need it much :D installed and nominated for mod of the month :D
Valter
01-01-2007, 04:22 PM
what is the actual url to find this info? I have a custom template with no drop-down box
YourForum/misc.php?do=cybtpimx
Mecho
01-02-2007, 09:13 PM
Thanks .. Installed
Danny Diamond
01-03-2007, 12:21 AM
installed. Very cool and couldn't be easier. I added it to my navbar.
MTVSlick
02-11-2007, 03:29 PM
how can i move this top stats window to the bottom of my forums?
Mark,
PinkDaisy
02-11-2007, 06:29 PM
great hack! Thanks.. :)
MTVSlick
02-21-2007, 01:19 AM
thank you
Mark,
GrendelKhan{TSU
02-21-2007, 06:36 AM
simple goodness. thanks!
< clicks installed :)
quachvu
02-27-2007, 08:22 AM
can you make a script to count top threads poster in specific forum box each month? because i need to know how many threads each member has written in specific forum in each month. thanks
Gizmo5h1t3
03-01-2007, 04:11 PM
gettin this error on mine when i click on the text in navbar dropdown??
Fatal error: Call to undefined function: query_read_slave() in /home/*******/public_html/forum/misc.php(98) : eval()'d code on line 53
Mecho
03-01-2007, 06:40 PM
i have a problem today in Stats ( check the attachment )
my site was opened in 2006 :D this Ghost User registered in 1970 ... :D any idea ?
Valter
03-07-2007, 11:20 AM
v1.1 - Mar 07. 2007.
-Text fields changed to menus
-Guests automatically excluded from stats
-Updated query for better compatibility with different servers
-Updated ACP settings to allow you to list available years and number of results in menus
To upgrade:
-Import product XML, allow overwrite.
-Revert hack's templates if any modified.
Valter
03-07-2007, 09:16 PM
very nice. Installed.
It would be nicer if the month and year box have drop down menu instead of typing in. Just a suggestion
Changed in last version. I've also added some code which improves basic menu functionality. This shows current month by default and doesn't reset after page update.
gettin this error on mine when i click on the text in navbar dropdown??
Fixed in v1.1.
my site was opened in 2006 :D this Ghost User registered in 1970 ... :D any idea ?
I guess that's guest's posts. Fixed also in v1.1.
cunder
03-10-2007, 02:12 PM
Hello
I cannot find the link in the drop-down box :confused:
Must you put the YourForum/misc.php?do=cybtpimx self in the link drop-down box
if so, how you must do that :)
thanks
cunder
03-11-2007, 07:28 AM
Hello
I cannot find the link in the drop-down box :confused:
Must you put the YourForum/misc.php?do=cybtpimx self in the link drop-down box
if so, how you must do that :)
thanks
HELP [bump]:(
Valter
03-12-2007, 07:08 AM
Hello
I cannot find the link in the drop-down box :confused:
Must you put the YourForum/misc.php?do=cybtpimx self in the link drop-down box
if so, how you must do that :)
thanks
Copy/paste content of your navbar template here (or by PMs)...
quachvu
03-12-2007, 08:52 AM
can you make a script to count top threads poster in specific forum box each month? because i need to know how many threads each member has written in specific forum in each month. thanks
MeMySelfNi
03-18-2007, 01:25 AM
i would love to add this to my site...but i have idiots who would freepost their way to the top of that list...
ohgenki
03-28-2007, 02:20 AM
can we have one for threads and thanked posts as well? :(
milsirhc
03-28-2007, 12:42 PM
can we put this in the side bar?
Mudvayne
04-07-2007, 03:58 AM
Installed :).
Mudvayne
04-30-2007, 06:31 PM
Hey Cyb I've got a problem. Check this!
http://img230.imageshack.us/img230/430/toppostercv9iw5fc2.jpg
Valter
04-30-2007, 11:27 PM
v1.2 - May 01. 2007.
-Bug fix (post count in current month bigger than total post count for some users)
-Improved compatibility with right-to-left styles
-Some code optimizations
To install/upgrade: Import XML, allow overwrite.
Mudvayne
05-01-2007, 12:25 AM
Thanks for the quick update Cyb :). BTW I like the new look :D.
Mrdby
05-08-2007, 12:31 PM
great!!!!!
LisaD1
05-19-2007, 02:46 AM
I have this installed on my forum and it was working, but now the link won't show up in the quicklinks drop down. Any ideas???
vbreal
05-19-2007, 05:14 PM
is there anything like this for top thread starters
dutchbb
05-19-2007, 07:07 PM
What a great hack this is, my members love it:)
Installed + nominated!
dutchbb
05-19-2007, 07:36 PM
Just one request: a possibility to exclude member ID's from showing in the results. I have a newsfeed robot that I don't want to show in the ranking :)
Thanks for considering!
LisaD1
05-20-2007, 03:00 AM
I have this installed on my forum and it was working, but now the link won't show up in the quicklinks drop down. Any ideas???
I uninstalled and reinstalled it and now it works!! LOL Should have done that first, sorry!
Another great one, thanks for all your hard work! :)
voter
05-21-2007, 11:44 AM
SUGGESTION for next release.
How about statistic per Forum/Section/Subsection?
I have a problem with this. My top poster today has made 30+ posts, but it's only showing as 2 for this month. What time zone does it use as it's obvious behind for some reason.
Lpspider
06-02-2007, 11:33 PM
I installed this... but it redirects me to a "smilies" page...
Lpspider
06-02-2007, 11:37 PM
Scratch that.... it logged me out and guests weren't set to view it.
Brandon Sheley
06-02-2007, 11:43 PM
It would be Fantastic of this had an option in acp of excluding forums too.
We have some off-topic forums, I'd like to count the top post for the forum but not this off-topic category.
I hope this can be done, seems sweet :)
njoker555
07-08-2007, 02:02 AM
installed - works great - thanks for this mod :)
It would be Fantastic of this had an option in acp of excluding forums too.
We have some off-topic forums, I'd like to count the top post for the forum but not this off-topic category.
I hope this can be done, seems sweet :)
i second that :)
SAT2M
07-29-2007, 09:56 AM
How can I add this stat in the end of my index page like top posters hack
LinkBliss_com
07-31-2007, 05:40 PM
I have installed it at www.mapforums.com
http://www.mapforums.com/misc.php?do=cybtpimx
Curious if they upgrade 3.6 to 3.7 will it still work?
Eric
Valter
08-05-2007, 10:09 AM
v1.3 - Aug 05. 2007.
-Added page navigation
-Added option to view top posters in whole year
-Added option to exclude users from stats
-Added option to exclude forums from counts
-Group membership checking works now for supplementary usergroups too
To upgrade: Import product XML, allow overwrite.
Valter
08-05-2007, 10:25 AM
For all who downloaded ZIP before this post please re-download it as some minor bug with phrases has been fixed and ZIP has been updated.
Valter
08-06-2007, 06:27 AM
v1.4 - Aug 06. 2007.
-Fixed bug where guest posts are counted and shown as blank line in stats
-Page navigation also shown at the bottom of the page
To upgrade: Import product XML, allow overwrite.
stonner
08-06-2007, 12:16 PM
thanks for this great hack.
I'm using it for my monthly contest on my forum www.schuelercommunity.com! works great;)
But are these two bugs in the screenshot?
Thank you.
Downloaded today.
Valter
08-06-2007, 02:40 PM
If you can create temp admin account for me i would like to check it out...
I need access to options, templates and plugins.
But before this please ensure that you have version 1.4 installed.
jheigl
08-06-2007, 03:15 PM
Uploaded the file, nothing shows up in user cp.
Valter
08-06-2007, 09:22 PM
Uploaded the file, nothing shows up in user cp.
There is nothing to show in User CP.
It's here:
YOURFORUM/misc.php?do=cybtpimx
asksatosu
08-12-2007, 05:38 AM
nice job, thank you Cybernetec
http://www.asksatosu.com/forum/misc.php?do=cybtpimx
globalmoney
08-13-2007, 12:40 AM
Thanks for this great hack.
I'm using it for my monthly contest on my forum.
Thank you.
Regards,
Viktor.
krustyx
08-13-2007, 01:13 AM
nice mod, installed
is there any way to go directly on the monthly stats when clicking on the link?
Like, it goes directly in august when we are in august, and if members want to change it, they can go back like nomal.
but a "default today's date" would be great.
and here's the french translation if anybody needs it
no admin panel translation tought
<phrasetype name="GLOBAL" fieldname="global">
<phrase name="cyb_topposters_stats"><![CDATA[Les plus actifs du mois]]></phrase>
<phrase name="cyb_topposters_in_x"><![CDATA[Les plus actifs pour {1}]]></phrase>
<phrase name="cybtpimx_total"><![CDATA[Total de membres: {1}]]></phrase>
<phrase name="cybtpimx_postsinmonthx"><![CDATA[Messages dans {1}]]></phrase>
<phrase name="cybtpimx_totalposts"><![CDATA[Total des messages]]></phrase>
<phrase name="cybtpimx_all"><![CDATA[Tous]]></phrase>
<phrase name="cybtpimx_update"><![CDATA[Actualiser]]></phrase>
</phrasetype>
Mecho
08-14-2007, 10:13 AM
cyb is it possible that u add a option to this hack or maybe release a new hack to have stats of Top THREADer ??
stonner
09-14-2007, 01:59 PM
If you can create temp admin account for me i would like to check it out...
I need access to options, templates and plugins.
But before this please ensure that you have version 1.4 installed.
Hi,
PM sent.
thank you
Valter
09-15-2007, 11:35 AM
v1.5 - Sep 15. 2007.
-Another "unknown poster" bug fix
-Fixed bug where month is switched to current one on page select
-Easier to set years (set starting year only, others are generated automatically)
-Several minor bug fixes...
To upgrade:
-Import product XML, allow overwrite.
-Check settings page and update if needed
stonner
09-23-2007, 04:47 PM
I noticed that the order ist not descending. the highest number of posts is ranked second.
how can i fix it?
thank you!
TrikkeTalk
10-07-2007, 01:35 AM
Hi,
Very, very nice hack. Installed it and translated it for my Dutch board. Thanks!
I wonder if it is possible to show the top poster of the actual month in a block on my VBA CMPS?
Yogesh Sarkar
11-21-2007, 05:43 AM
Is there a way to show only the top thread starters?
mrwinxp
01-02-2008, 03:35 PM
It still has an error (attach image)
http://img137.imageshack.us/img137/3227/20080103003138ov0.gif
Valter
01-02-2008, 10:55 PM
You may need to rebuild post counts or there are some soft-deleted posts by user which are not (and should not be) counted by hack.
shcchief
01-04-2008, 03:59 AM
lol I can't even find the quick links menu where the mod is installed...
princeedward
01-12-2008, 01:22 PM
thanks for this cyb... ;)
mystic10
02-20-2008, 02:21 PM
request: with top poster can u all add top thread starter for the month as well
thanks so much very much appreciated
mystic10
02-20-2008, 02:41 PM
what do i write to manually place a link in navbar
SoftDux
02-23-2008, 09:24 AM
WOW, great addon, thank you.
Is there any way to specify a data range for the stats? Let's say I want to view who's posted the most since 12August 2007 - 30 March 2008?
Hornstar
04-04-2008, 02:59 PM
I wonder if this will still work with vb 3.7. Anyone know?
Yep I'm using this with 3.7 RC2
masterweb
04-04-2008, 04:51 PM
Installed, thanks Cyb
Yep I'm using this with 3.7 RC2
Fonzi
05-01-2008, 04:08 PM
I'm now getting a security token error in 3.7 gold. Anyone else having this problem?
I added the form code as suggested and edited AJAX and still getting the error when I try to check other dates.
Here's some more info:
Missing or Invalid Security Token detected.
Script Call Backtrace
=====================
#0 /forum/includes/functions.php line 2528: eval()
#1 /forum/includes/init.php line 417: fetch_error(security_token_missing,ltr,sendmessage .php)
#2 /forum/global.php line 20: require_once(/forum/includes/init.php)
#3 /forum/misc.php line 85: require_once(/forum/global.php)
#4 /forum/vbseo.php line 1129: require(/forum/misc.php)
POST Variables
==============
Array
(
[m] => 4
[y] => 2008
[securitytoken] =>
)
Request URI
===========
/forum/misc.php?do=cybtpimx
HELP please
Valter
05-01-2008, 05:27 PM
Hack will be updated soon.
globalmoney
05-02-2008, 05:02 PM
Hack will be updated soon.
Can announce the approximite date of the issue?
Valter
05-02-2008, 05:40 PM
Tomorrow, or tonight maybe...
celikforum
10-26-2009, 08:45 AM
I just installed a very nice add-on
reddyink
10-28-2009, 01:01 AM
I want Top Posters on particular Forum?
Can you help?
Many thanks
Valter
02-25-2010, 12:38 AM
Released for vBulletin 4, here:
https://vborg.vbsupport.ru/showthread.php?t=236822
vBulletin® v3.8.12 by vBS, Copyright ©2000-2025, vBulletin Solutions Inc.