Mike just look at the section in question everytime you post a topic or reply, it will be blank. I'm not sure if it's a missing > (there wansn't a missing one it my copy) or if it's the format the the topic title is being displayed in. I changed it on my forum and it works now.
This is how it is on the end of line #1282:
<% =Request.Form("Topic_Title")%></a>
this is what I changed it to:
<% =ChkString(Request.Form("Topic_Title"),"display") %></a>
or, if you want it filtered for badwords:
<% =formatStr(ChkString(Request.Form("Topic_Title"),"display")) %>
Edited by - Richard Kinser on 29 January 2001 23:28:24