I don't see a specific forum for posting bugs so I hope this is the right place.
2 very small issues I've found in the last few days after implementing our Web Wiz forums.
1. In default.asp, the following code can produce malformed HTML:
'If RSS feed is enabled then have an RSS button If blnRSS Then Response.Write(" <tr align=""right"">" & _ vbCrLf & " <td colspan=""2""><a href=""RSS_topic_feed.asp" & strQsSID1 & """ target=""_blank""><img src=""" & strImagePath & "rss.png"" border=""0"" title=""" & strTxtRSS & ": " & strTxtNewPostFeed & """ /></a></td>" & _ vbCrLf & " </td>") End If |
Specifically, it assumes 2 columns exist in the enclosing table which is only true if the user is not logged in. When a user is logged in then the previous row has only 1 column. Also, it doesn't include a row closing tag.
2. The image priority_post_locked_icon.gif does not have a transparent background. Easy enough to fix in the ol' image editor, but thought I'd point it out.
That's it - very happy with the features and performance of the system so far!
----------------------------------
EZ-Frag[QODA]
http://www.qoda.net/
Edited by User123 - 13 March 2007 at 5:38am