I modified the
topic_icon_inc.asp file to include the icons that I want to use. I did this like this exerpt...
saryTopicIcon(4,1) = "debate"
saryTopicIcon(4,2) = "smileys/7debate.gif"
saryTopicIcon(5,1) = "disagree"
saryTopicIcon(5,2) = "smileys/7disagree.gif"
saryTopicIcon(6,1) = "exclamation"
saryTopicIcon(6,2) = "smileys/7exclamation.gif"
However, I noticed that when I update a post if any of the filenames are longer than 8 characters, I get an error. If it's 8 or fewer, it works fine. What's the story here?
This is this error I get for icon filenames longer than 8 characters... (I did not modify the edit_post.asp file referenced in the error below by the way.)
SELECT tblThread.Thread_ID, tblThread.Author_ID, tblThread.Message, tblThread.Show_signature, tblThread.IP_addr, tblThread.Hide, tblThread.File_uploads FROM tblThread WITH (ROWLOCK) WHERE tblThread.Thread_ID=8;
Microsoft OLE DB Provider for SQL Server error '80040e21'
Multiple-step OLE DB operation generated errors. Check each OLE DB status value, if available. No work was done.
/forum/edit_post.asp, line 700
Edited by simkissrdns - 18 March 2007 at 4:25am