It was agreed that making the change in config.asp was better than making all the changes to the intHotTopicNum variable in the files.
Taken from Gor's other post:
In config.asp change:intHotTopicNum = Application(strCookieURL & "INTHOTTOPICNUM")
to:intHotTopicNum = CInt(Application(strCookieURL & "INTHOTTOPICNUM"))
- David
Edited by - Davio on 27 August 2001 00:52:31