its a great hack, i really love it and have installed it on all forums.
i want to request one feature, its small but i wasnt able to make that change as am not a php guy.
please note, there is one serious issue with use of this hack. A search engine robot, like Googlebot, MSN bot and Yahoo SE robot will not be able to see content of page. These bots will see lot of pages, but wont be able to see the actual content on the page. So they will see that all pages have a similar message of >> your post count should be more than 1.
This will cause deletion of pages from their search index and will result in no traffic on site from Search Engines.
I see one solution to this situation
We can allow those visitors where the user agent is Googlebot or msnbot
I saw one code of this nature at one other application, maybe that can give you an idea to improve the hack
<%
bstring = lcase(Request.ServerVariables("HTTP_USER_AGENT"))
If instr(bstring, "googlebot") > 0 then
If isEvents then Call logEvent("Custom1", "Googlebot was here", Empty, Empty, Empty, Empty)
End If
%>
Thanks a lot in advance.
Hope to see these changes happening