Hi Guys!
I installed this hack but once I had I realised it gives you the number of visits to a forum as well as the number of visits to a topic.
I don't want this.
I just want to know how many times a topic has been visited.
I tried skipping out the part below but it also removed the number of visits to the last post column on the forum summary.
quote:
********************************
* Open public_forum_summary.pl *
********************************
Find: (~125)
=====
$ForumDesc
Replace with:
=============
$ForumDesc<span id="hitf$x"></span>
How can I remove the number of visits to the forum from the forum summary, or even better how can I stop it counting the number of visits to a forum at all?
Thanks in advance.