PDA

View Full Version : How can I find out how many messages have been read


mcyates
02-15-2003, 06:51 PM
How can I find out how many messages have been read in total on my forum in a day? Is there a hack out for it?

Logician
02-18-2003, 09:03 AM
no you can not get results per day basis (unless you code a hack that saves it in db) because vb database does not save daily read counts in any form. But if average is enough for you you can get total read count then divide it to X days and display this info

mcyates
02-22-2003, 01:42 PM
what code will i mhave to put on the site to make this show?