PDA

View Full Version : Rank or Title for hightest Poster


deb0
11-06-2004, 11:14 AM
I want to be able to add a title/or rank to the highest poster.

Example: userx with most posts has rank of "grand oracle".

HiDeo
11-06-2004, 01:27 PM
Search the userid with a query and with conditionals bbuserinfo[userid]==userid you display the title !

deb0
11-06-2004, 03:38 PM
uh, I need it to be dynamic, so I don't ever have to set it myself.

HiDeo
11-06-2004, 04:19 PM
Yes, the query will give you the top poster username, userid !

Barrikin
11-06-2004, 07:59 PM
I want to be able to add a title/or rank to the highest poster.

Example: userx with most posts has rank of "grand oracle".


Your best bet is to make a cron script and run it every night.

HiDeo
11-06-2004, 09:01 PM
Why not search for each showthread.php ?