I get that when I go to the active topics. And I have anything below Last 6 Hours selected as the filter. If I have last visit or mins up to Last 6 Hours I am fine. But Last 6 hours and up I get the error. Very strange.
Well I fixed it. Instead of doing this: fT_LAST_POST_REPLY_ID = 18 fLAST_POST_AUTHOR_NAME = 19 fT_MSGICON = 20
I just placed the fT_MSGICON = at the end and numbered it 22 since there are others there. Well I looked over the code and seen that I installed everything but that part as per instructions. Well now it works. I dont see what the big deal was but I am not an ASP expert.
Have you made other changes to active.asp? If so, that could be the cause of the error you recieved. The numbering is in which order the field is collected from the db, and if you just added the Msg Icon addition for the sql-query at the end, you have to do the same when assigning a variable to fT_MSGICON (and not use the example given in the readme).
I would like to add some functionality to this MOD. I think it would be great to have an "alt" defined when you mouse over the icons. has anyone else done anything like this?
As MarkJH just pointed out in this topic, if you use the quick reply feature then no message icon (not even the standard icon) is included with the post. I kind of like this as it gives me a way to determine how many users are using the quick Reply and also encourages users to use the regular reply function if they want added features. However, maybe someone has a solution for Mark who wants the standard icon included with the quick reply.