The Forum has been Updated
The code has been upgraded to the latest .NET core version. Please check instructions in the Community Announcements about migrating your account.
This is an oldie topicOkay now is this ToolTip up again i have get help from image fore two years ago that time it works great at my forums in default.asp but since or lot of update from images that dont works at my defaultasp anymore mybi one of the members her can tell me whay.
http://forum.snitz.com/forum/topic.asp?ARCHIVE=true&TOPIC_ID=37750&SearchTerms=mouseover
I have add this to line 265 at my default.asp
"F.F_DESCRIPTION, T.T_SUBJECT, T.T_MESSAGE, F.F_TOPIC_AUTH " & _
To line 425
'-#-ToolTip-#- add
fT_MESSAGE = 23
'-#-ToolTip-#- end
fF_TOPIC_AUTH = 24
To line 492
'-#-ToolTip-#- add
Topic_Message = allForumData(fT_MESSAGE,iForum)
'-#-ToolTip-#- end
At line 616
' Response.Write " <a href=""topic.asp?" & PageLink & "TOPIC_ID=" & ForumLastPostTopicID & AnchorLink & ForumLastPostReplyID & """ title=""" & ForumTopicSubject & """>"
'-#-ToolTip-#- add Response.Write " <a href=""topic.asp?" & PageLink & "TOPIC_ID=" & ForumLastPostTopicID & AnchorLink & ForumLastPostReplyID & """ title=""Subject: " & ForumTopicSubject & CHR(13) & CHR(10) & CHR(13) & "Message: " & ChkString(left(RemoveForumCode(RemoveHTML(Topic_Message)), 150), "tooltip") & """>"
'-#-ToolTip-#- end
Or again at line 625
' Response.Write " <a href=""topic.asp?TOPIC_ID=" & ForumLastPostTopicID & """ title=""" & ForumTopicSubject & """>"
'-#-ToolTip-#- add
Response.Write " <a href=""topic.asp?TOPIC_ID=" & ForumLastPostTopicID & """ title=""Subject: " & ForumTopicSubject & CHR(13) & CHR(10) & CHR(13) & "Message: " & ChkString(left(RemoveForumCode(RemoveHTML(Topic_Message)), 150), "tooltip") & """>"
'-#-ToolTip-#- end
I can se the tooltip works fine in active.asp or forums.asp but i want this to works at my default, default_category, mybi at default_forum or forum_category anybodys help is greath to get this addon up and works again.
Ofcourse i send the files to this members there can help just renember the files is a older images css files and i can't get help from that forums anymore ( Yes i am ben banned after 4 years works there ) and whay i can't get update to,, yes one way to say thanks fore the help,, wonderfull disable future update or bann the users.
<