Author |
Topic |
HuwR
Forum Admin
United Kingdom
20584 Posts |
Posted - 19 December 2005 : 08:42:08
|
does the topic display correctly from forum.asp ?
You are aware that you are using an unsupported beta version of the code ? |
|
|
tribaliztic
Senior Member
Sweden
1532 Posts |
Posted - 19 December 2005 : 08:48:22
|
Yes, it's displayed correctly on forum.asp. What code is from an unsupported beta? =)
|
/Tribaliztic - www.gotlandrace.se -
|
|
|
HuwR
Forum Admin
United Kingdom
20584 Posts |
Posted - 19 December 2005 : 08:53:07
|
quote: Originally posted by tribaliztic
Yes, it's displayed correctly on forum.asp. What code is from an unsupported beta? =)
Your forum code by the looks of it,are you using an internationalised version or did you translate all the source by hand |
|
|
tribaliztic
Senior Member
Sweden
1532 Posts |
Posted - 19 December 2005 : 08:56:06
|
I translated everything a few years ago =) It was a hard work, but I learnt alot from it =)
|
/Tribaliztic - www.gotlandrace.se -
|
|
|
HuwR
Forum Admin
United Kingdom
20584 Posts |
Posted - 19 December 2005 : 09:06:59
|
so at what point did active.asp start to misbehave ? did you add something specific that caused it to stop working correctly? |
|
|
tribaliztic
Senior Member
Sweden
1532 Posts |
Posted - 19 December 2005 : 09:16:34
|
It's been like that for a long time, I usually just edit the topic and replace " with '. I've added and modded so much that I don't know what caused this. The active.asp isn't that much modded though (if modded at all apart from the translation...). I'll try a fresh copy from shn and see what's been modded.
|
/Tribaliztic - www.gotlandrace.se -
|
|
|
tribaliztic
Senior Member
Sweden
1532 Posts |
Posted - 19 December 2005 : 09:24:50
|
Okay, tried to upload a fresh copy of active.asp and it's working.. I'll go trough the code and see if I can find what's causing this. Thanks alot for your help!
|
/Tribaliztic - www.gotlandrace.se -
|
|
|
HuwR
Forum Admin
United Kingdom
20584 Posts |
Posted - 19 December 2005 : 09:35:40
|
I would recomend beyondcompare for doing this, it is an excellent tool |
|
|
tribaliztic
Senior Member
Sweden
1532 Posts |
Posted - 19 December 2005 : 09:38:59
|
UltraEdit is doing a great job also AND I already have it ;) Sorry for taking up your time, I should've downloaded a fresh copy FIRST THEN posting...
|
/Tribaliztic - www.gotlandrace.se -
|
|
|
HuwR
Forum Admin
United Kingdom
20584 Posts |
Posted - 19 December 2005 : 09:47:34
|
That's ok, we are here to help, but we don't allways have a precise answer Glad you got it working anyway. |
|
|
tribaliztic
Senior Member
Sweden
1532 Posts |
Posted - 20 December 2005 : 05:51:00
|
Ok, now I've removed line after line on my file compared to the original file, seems like it's this code that's causing my error: strToolTip = RemoveForumCode(RemoveHTML(Topic_Message)) if RTrim(Len(strToolTip)) > 500 then strToolTip = Left(strToolTip, 500) & "..." end if Response.Write "<span class=""spnMessageText""><a href=""topic.asp?TOPIC_ID=" & Topic_ID & """><acronym title=""" & ChkString(strToolTip, "tooltip") & """>" & ChkString(Topic_Subject,"title") & "</acronym></a></span> </font>" & vbNewLine fString = Replace(fString, """", "#34;") fString = Replace(fString, "'", "#39;") if strShowPaging = "1" then TopicPaging() end if Response.Write " </td>" & vbNewline Response.Write " <td valign=""middle"" align=""center""> <font face=""" & strDefaultFontFace & """ size=""" & strDefaultFontSize & """ color=""" & strForumFontColor & """><span class=""spnMessageText"">" & profileLink(chkString(Member_Name,"display"),Topic_Author) & "</span></font></td>" & vbNewline Response.Write " <td valign=""middle"" align=""center""> <font face=""" & strDefaultFontFace & """ size=""" & strDefaultFontSize & """ color=""" & strForumFontColor & """>" & Topic_Replies & "</font></td>" & vbNewline Response.Write " <td valign=""middle"" align=""center""> <font face=""" & strDefaultFontFace & """ size=""" & strDefaultFontSize & """ color=""" & strForumFontColor & """>" & Topic_View_Count & "</font></td>" & vbNewline
Don't remember if it's from a mod or if it's something I did =)
|
/Tribaliztic - www.gotlandrace.se -
|
|
|
HuwR
Forum Admin
United Kingdom
20584 Posts |
Posted - 20 December 2005 : 06:35:45
|
RemoveForumCode is not a Snitz function, so it is probably the tooltip mod causing your problem |
|
|
tribaliztic
Senior Member
Sweden
1532 Posts |
Posted - 20 December 2005 : 06:37:58
|
Yeah.. Ain't there something that can be done to the code so that it let me have my ":s where I want them? =)
|
/Tribaliztic - www.gotlandrace.se -
|
|
|
tribaliztic
Senior Member
Sweden
1532 Posts |
|
Topic |
|