Just an FYI...
I recently installed this on a Windows 2000 Server with IIS 5.0 and it works great. Install worked great, worked the first time (after I re-read the directions... :laugh: ) and I love it.
However, I noticed one problem. I had some test posts in the forum I chose, and I deleted the threads, and it appears that the threads were deleted, but the posts remained. So, they appeared on my home page, even though the didn't really exist.
SOLUTION: Using PhpMyAdmin, I searched the Posts table using the following:
SELECT * From POSTS WHERE isnews = 'Y'
Then, I simply deleted the offending posts manually.
So, overall, it works great!
|