PDA

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


heynurse
26 Jun 2001, 09:03
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
28 Jun 2001, 04:00
Thread count = $foruminfo[threadcount]
Posts = $foruminfo[replycount]

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

heynurse
28 Jun 2001, 04:18
cool, thanks luke