Notes: This file is a modified version of admin_count.asp from Snitz 3.4.07. No other MODs are accounted for in this release.
First Release: Version 1.0 (December 03, 2009)
Updates: Version 1.1 (December 08, 2009) - Added an additional counts area to distinguish between the "Category" count totals and "All Forums" count totals.
Installation:
admin_home.asp
In admin_home.asp find this:
" <LI><span class=""spnMessageText""><a href=""admin_count.asp"">Update Forum Counts</a></span></LI>" & vbNewLine
Allows the administrator to update the topic and reply counts of individual Categories.
Files:
File zipped: admin_count_category.zip
File unzipped: admin_count_category.asp
Notes:
This file is a modified version of admin_count.asp from Snitz 3.4.07. No other MODs are accounted for in this release.
First Release:
Version 1.0 (December 03, 2009)
Updates:
Version 1.1 (December 08, 2009) - Added an additional counts area to distinguish between the "Category" count totals and "All Forums" count totals.
Installation:
admin_home.asp
In admin_home.asp find this:
" <LI><span class=""spnMessageText""><a href=""admin_count.asp"">Update Forum Counts</a></span></LI>" & vbNewLine
after that add the following:
Response.Write "<li><span class=""spnMessageText""><a href=""admin_count_category.asp?update=cat"">Update Category Counts</a></span></li>"
admin_count_category.asp
If you want the leader lines after the results to look the same as a standard Snitz install, then change BlinkLeaderLines to zero (0).