I'm just finishing up a site integration of WebWiz (
http://www.heatofbattle.net/new/) and the last thing I want to do is query the Active Topics to find two things:
1. How many topics have been posted in since the last visit.
2. If any of these topics are from a certain Category.
The category-specific query is easy once I figure out a good way to finish goal #1. I'm wondering if anyone has any suggestions towards the logic for this? My initial thought is to execute a complete Active Topics process (without Response.write) and count the amount of loops. The topics per page and great amount of code necessary for this leads me to believe that there's another solution that I'm missing.
Thanks in advance!