The Arcive of Official vBulletin Modifications Site.It is not a VB3 engine, just a parsed copy! |
|
#1
|
||||
|
||||
Most posts in the last ## days?
Is there a hack that's just like the Top ## posters list, but only counts the last ## days of posts, 30 days for example? That would be an easy way to see who's currently the most active members.
|
#2
|
||||
|
||||
You also could use the who was online hack,
an active user isn;t a poster always |
#3
|
||||
|
||||
$DB_site->query("SELECT DISTINCT(userid),COUNT(postid) AS posts
FROM post WHERE userid > 0 AND post.dateline>=".(time()-24*3600*30)." GROUP BY userid ORDER BY posts DESC "); |
#4
|
|||
|
|||
Just out of curiousity ... where do you put this ???
I need something like this ... I have give aways every week for the top 5 posters and I'd like something to do this easier. Thanks |
#5
|
||||
|
||||
you have to put it onto the script where you want to have it..
|
|
|
X vBulletin 3.8.12 by vBS Debug Information | |
---|---|
|
|
More Information | |
Template Usage:
Phrase Groups Available:
|
Included Files:
Hooks Called:
|