vb.org Archive

vb.org Archive (https://vborg.vbsupport.ru/index.php)
-   Member Archives (https://vborg.vbsupport.ru/forumdisplay.php?f=202)
-   -   [RELEASE] Top X number of posters on non vb page (https://vborg.vbsupport.ru/showthread.php?t=2286)

08-06-2000 11:48 PM

Ok ok I know these are getting lame, but I am the type of person that likes all my forum info on the main page. SO if you are too thn here is another for you. :)

This will list the top X posters with the highest post count.

Demo:
http://www.extremeforums.com/include/topposters.inc.php

Code:

<?php
// Set this to the max number top posters to display
$num = 5;

require("config.php");
$db=mysql_connect($servername,$dbusername,$dbpassword);
mysql_select_db($dbname);
$query = "SELECT * FROM user ORDER BY  posts DESC LIMIT $num";
$resultlatest = mysql_query($query,$db);
while ($latest_array = mysql_fetch_array($resultlatest)) {
echo "<FONT SIZE=\"1\" FACE=\"Verdana, Arial, Helvetica, sans-serif\">&nbsp;°
<A HREF=\"http://www.extremeforums.com/forums/member.php?action=getinfo&userid=$latest_array[userid]\">$latest_array[username]</A></FONT><BR>";
}
 
?>

Edit the echo statement and the $num variable as you see fit

~Chris

[Edited by TechTalk on 08-06-2000 at 08:48 PM]

08-23-2000 10:56 AM

thanks again i got this to work at http://animeboards.net/forums/topposters.php3 so can you also include the number of posts made by each member

i.e.

- member (1234)
- member2 (999)

08-23-2000 11:28 AM

Nice ;) Glad you got it working. I also have the numbers on my site but forgot to post the modification.

If anyone is interested:

change:
Code:

while ($latest_array = mysql_fetch_array($resultlatest)) {
echo "<FONT SIZE=\"1\" FACE=\"Verdana, Arial, Helvetica, sans-serif\">&nbsp;°
<A HREF=\"http://www.extremeforums.com/forums/member.php?action=getinfo&userid=$latest_array[userid]\">$latest_array[username]</A></FONT><BR>";
}

to:

Code:

while ($latest_array = mysql_fetch_array($resultlatest)) {
echo "<FONT SIZE=\"1\" FACE=\"Verdana, Arial, Helvetica, sans-serif\">&nbsp;&#176
<A HREF=\"http://www.extremeforums.com/forums/member.php?action=getinfo&userid=$latest_array[userid]\">$latest_array[username]</A>&nbsp;(<i>$latest_array[posts]</i>)</FONT><BR>";
}

~Chris

08-23-2000 12:14 PM

wow.. thanks just about to post a 'To techtalk' thread :D

I did all the hacks you posted at http://animeboards.net/index2.php3 but am missing a Today's Active topics one ... could you share the code you used to include the active topics in there ?

what about most replied to thread as well?

09-06-2000 02:37 PM

is there anyway of making it display the top 10 users that have been active for the past 45 days?


All times are GMT. The time now is 03:16 AM.

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.01014 seconds
  • Memory Usage 1,718KB
  • 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
  • (3)bbcode_code_printable
  • (1)footer
  • (1)gobutton
  • (1)header
  • (1)headinclude
  • (6)option
  • (1)post_thanks_navbar_search
  • (1)printthread
  • (5)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
  • bbcode_fetch_tags
  • bbcode_create
  • bbcode_parse_start
  • bbcode_parse_complete_precache
  • bbcode_parse_complete
  • printthread_post
  • printthread_complete