vb.org Archive

vb.org Archive (https://vborg.vbsupport.ru/index.php)
-   Modification Graveyard (https://vborg.vbsupport.ru/forumdisplay.php?f=224)
-   -   Miscellaneous Hacks - Top Posters List (https://vborg.vbsupport.ru/showthread.php?t=168895)

Paul M 01-26-2008 10:00 PM

Top Posters List
 
This modification is no longer available or supported.

This displays a page with the Top Forum Posters for a given set of periods. Two periods are fixed ('This Month' & 'Overall') but can be turned off in the options. The other three periods are user definable (in days) - the default values are 1 day, 7 days & 28 days. These three columns cannot be turned off.

The number of posters to be shown can also be set, the default is the top 10 posters. You can also select which usergroups are included (or excluded) in the count, so members in banned groups etc are not shown.

If enabled, this will also attempt to add a link to your Quick Links or Navbar. There is also an option to prefix the link path if you use something like CMPS.

To install just unzip the xml file and import it using the Product Manager


History:

v3.7.001 - First 3.7 release.
v3.7.002 - Fix counting of guest posts in certain circumstances.


gwerzal 01-27-2008 08:36 PM

How about a screenshot or demo please

jacki 01-27-2008 09:01 PM

post : 1,840,519
top poster ınstall
db error :

PHP Code:

Database error in vBulletin 3.7.0 Beta 3:

Invalid SQL:

            
SELECT post.postidpost.visiblepost.userid
            FROM post 
AS post
            
            WHERE post
.threadid 252928
                
AND post.visible IN (1
                
,2
                
,0
                
)
                
            
ORDER BY post.dateline;

MySQL Error   Table 'post' is marked as crashed and last (automatic?) repair failed
Error Number  
1195
Date          
MondayJanuary 


MR.BOSS 01-27-2008 10:17 PM

thanks

asj 01-27-2008 10:38 PM

Installation wonderful

Stubbed 01-27-2008 11:13 PM

Quote:

Originally Posted by jacki (Post 1430352)
post : 1,840,519
top poster ınstall
db error :

PHP Code:

Database error in vBulletin 3.7.0 Beta 3:

Invalid SQL:

            
SELECT post.postidpost.visiblepost.userid
            FROM post 
AS post
            
            WHERE post
.threadid 252928
                
AND post.visible IN (1
                
,2
                
,0
                
)
                
            
ORDER BY post.dateline;

MySQL Error   Table 'post' is marked as crashed and last (automatic?) repair failed
Error Number  
1195
Date          
MondayJanuary 


I think you'll find that's an error with your MySQL, not with this mod.. :)

gwerzal 01-27-2008 11:40 PM

Just installed and does exactly what it sais on the tin.

If anyones looking for a demo they can check out http://www.dogging-contacts.co.uk (adult site)

Thank you

Paul M 01-28-2008 02:34 AM

[QUOTE=jacki;1430352]post : 1,840,519
top poster ınstall
db error :

Thats an error with your database.

MySQL Error : Table 'post' is marked as crashed

SuperTaz 01-28-2008 07:08 AM

Screenshot or demo?

Paul M 01-28-2008 07:12 AM

Nope, not at the moment. You could always look in the 3.6/3.5 threads, they may have one.

KURTZ 01-28-2008 08:58 AM

Kurtz clicks INSTALL :)

projectego 01-28-2008 10:52 AM

/me clicks install

Big Boss 01-28-2008 11:13 AM

Thanks for the upgrade! I'm gonna install this once I'm finally running on 3.7. :)

KoC 01-28-2008 11:39 AM

My database crashed because of this product. Dont install this on a large forum.

joopss 01-28-2008 12:55 PM

Tenks..........

Paul M 01-28-2008 04:52 PM

Quote:

Originally Posted by KoC (Post 1430777)
My database crashed because of this product. Dont install this on a large forum.

Dont make meaningless statements either. This cannot "crash" a database.

BTW, I run this on a forum much larger then the one listed in your profile .....

OrionsMom 01-29-2008 03:20 PM

Installed and works perfect :) Thank you

teenhut 01-29-2008 05:16 PM

Thanks a tonnnnnnnnnnn :D

joseduddy 01-30-2008 02:38 PM

Great job on this product. Installed looks great.


http://www.dollchatter.com

synisterk 02-12-2008 04:29 PM

Great Hack!!!

Running perfectly

KURTZ 02-12-2008 04:42 PM

like all Paul's hacks ... :)

rolandogomez 02-17-2008 07:04 AM

Installed. This would be cool if there were links to the posters profile page. Thanks regardless, works fine on VB3.7 B5 rg.

Paul M 02-17-2008 10:47 AM

I have thought about that in the past. You can do it yourself by editing the template.

Guest210212002 02-24-2008 10:13 AM

Quote:

Originally Posted by Paul M (Post 1430967)
Dont make meaningless statements either. This cannot "crash" a database.

BTW, I run this on a forum much larger then the one listed in your profile .....

If the query hangs up (like mine did, and I installed it during a very low usage time) you're likely to be SOL and restoring from a backup (like I am as I type this). Any mod can crash a database. That's why every install should start with "back up first". ;)

Note: Paul's mod is fine, db crashes happen.

GoodKarmaKid 04-25-2008 07:38 PM

I really like this mod. I have it running here:

http://www.pokerstrategyforums.com/m...?do=topposters

My only complaint/suggestion would be that I prefer the members names not bolded. Presumably I can change this somewhere in the file or xml? I'm not much of a hacker but I'm good at following directions if someone would be kind enough to point me in the right direction.

Thanks again for this mod.

Jason

Paul M 04-26-2008 11:07 AM

Edit the Top_Posters_bit template.

Leica.Robbiani 04-26-2008 01:14 PM

While installing this mod I get in the APC the following error:

Code:

[:]
Checking for Index
Adding Index

Fatal error: Maximum execution time of 60 seconds exceeded in I:\XXXXX\htdocs\forum\includes\class_core.php on line 413

My database is ok, but the Mod doesn't work.

Paul M 04-27-2008 10:42 AM

The index creation is taking a long while and so the php has timed out - mysql should still complete the index build and once its done, the install routine shouldnt try to add it again. Just try installing it again.

navjotjsingh 04-29-2008 05:34 PM

Paul - you should notify users about this 3.7 version on mod's 3.6 and 3.5 pages. It took me a lot of time to reach this page.

BigDog56 05-03-2008 09:08 PM

Installed, Thank you so very much! You are the Mod King!
http://i54.photobucket.com/albums/g8...kingofhill.gif

noRom 05-09-2008 03:16 AM

Sorry to sound like such a noob, but after I did the import via product manager (vb 3.7)...whats next? No errors during this process, I can see its installed, but how to i edit and view it?

Thx

Paul M 05-09-2008 07:07 AM

Via the link in quicklinks or on the navbar (depending on the settings you have used).

Doc Blizzy 05-09-2008 02:41 PM

great mod ... now how can I add this to my quick links and remove it from my main link bar?

Paul M 05-09-2008 04:31 PM

Change the setting in the options.

beansbaxter 05-09-2008 04:36 PM

I have a large forum running 3.7 and this did NOT work!!!

jw00dy 05-09-2008 04:37 PM

Still a great mod! Thanks Paul, and I love your new version numbers. That makes it soo much easier to keep track of what version of vB the mod is made for.

As always, nice work.

Paul M 05-09-2008 06:29 PM

Quote:

Originally Posted by beansbaxter (Post 1513949)
I have a large forum running 3.7 and this did NOT work!!!

It works on any size forum.

Amm0 05-09-2008 06:43 PM

Great mod.

Edit: Hmm, when I view the list, one or two people come up as just a number, and the link sends me to profileid 0

What's going on there? :P

Paul M 05-09-2008 09:26 PM

Interesting, I would call that a bug - which no one has ever reported before - its counting guest posts in certain circumstances.

You can eliminate them by excluding usergroup 1 in the mod options. I will also fix and update it anyway.

Michael2 05-13-2008 11:39 PM

Installed, works great! I'm not sure I would use it but it would be nice to have the option of putting this information in the forumhome template so that it shows on the main page.


All times are GMT. The time now is 06:05 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
  • Page Generation 0.02175 seconds
  • Memory Usage 1,800KB
  • 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
  • (1)bbcode_code_printable
  • (2)bbcode_php_printable
  • (4)bbcode_quote_printable
  • (1)footer
  • (1)gobutton
  • (1)header
  • (1)headinclude
  • (6)option
  • (1)pagenav
  • (1)pagenav_curpage
  • (2)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