PDA

View Full Version : total thread and post count for each forum


heynurse
06-26-2001, 08:03 AM
I dont know if this has been suggested or not, but here it goes.

I would like to see the option/hack of having each forum showing how many post threads it has, similar to how the main VB page shows:

Total Threads: 7925 | Total Posts: 37903

It would also be nice to see Total page views also. Maybe Also monthly or weekly stats options would be cool too. I have no idea if this would be feasible or not, but this info would be great to have.

I'd love to hear what others think.

Wayne Luke
06-28-2001, 03:00 AM
Thread count = $foruminfo[threadcount]
Posts = $foruminfo[replycount]

The rest would require some code hacking but that should get you started.

heynurse
06-28-2001, 03:18 AM
cool, thanks luke