Snitz Forums 2000
Snitz Forums 2000
Home | Profile | Register | Active Topics | Members | Search | FAQ
Username:
Password:
Save Password
Forgot your Password?

 All Forums
 Help Groups for Snitz Forums 2000 Users
 Help: MOD Implementation
 what is converting "?
 New Topic  Topic Locked
 Printer Friendly
Previous Page
Author Previous Topic Topic Next Topic
Page: of 2

HuwR
Forum Admin

United Kingdom
20584 Posts

Posted - 19 December 2005 :  08:42:08  Show Profile  Visit HuwR's Homepage
does the topic display correctly from forum.asp ?

You are aware that you are using an unsupported beta version of the code ?
Go to Top of Page

tribaliztic
Senior Member

Sweden
1532 Posts

Posted - 19 December 2005 :  08:48:22  Show Profile  Visit tribaliztic's Homepage  Send tribaliztic an ICQ Message
Yes, it's displayed correctly on forum.asp.
What code is from an unsupported beta? =)

/Tribaliztic
- www.gotlandrace.se -
Go to Top of Page

HuwR
Forum Admin

United Kingdom
20584 Posts

Posted - 19 December 2005 :  08:53:07  Show Profile  Visit HuwR's Homepage
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
Go to Top of Page

tribaliztic
Senior Member

Sweden
1532 Posts

Posted - 19 December 2005 :  08:56:06  Show Profile  Visit tribaliztic's Homepage  Send tribaliztic an ICQ Message
I translated everything a few years ago =) It was a hard work, but I learnt alot from it =)

/Tribaliztic
- www.gotlandrace.se -
Go to Top of Page

HuwR
Forum Admin

United Kingdom
20584 Posts

Posted - 19 December 2005 :  09:06:59  Show Profile  Visit HuwR's Homepage
so at what point did active.asp start to misbehave ? did you add something specific that caused it to stop working correctly?
Go to Top of Page

tribaliztic
Senior Member

Sweden
1532 Posts

Posted - 19 December 2005 :  09:16:34  Show Profile  Visit tribaliztic's Homepage  Send tribaliztic an ICQ Message
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 -
Go to Top of Page

tribaliztic
Senior Member

Sweden
1532 Posts

Posted - 19 December 2005 :  09:24:50  Show Profile  Visit tribaliztic's Homepage  Send tribaliztic an ICQ Message
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 -
Go to Top of Page

HuwR
Forum Admin

United Kingdom
20584 Posts

Posted - 19 December 2005 :  09:35:40  Show Profile  Visit HuwR's Homepage
I would recomend beyondcompare for doing this, it is an excellent tool
Go to Top of Page

tribaliztic
Senior Member

Sweden
1532 Posts

Posted - 19 December 2005 :  09:38:59  Show Profile  Visit tribaliztic's Homepage  Send tribaliztic an ICQ Message
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 -
Go to Top of Page

HuwR
Forum Admin

United Kingdom
20584 Posts

Posted - 19 December 2005 :  09:47:34  Show Profile  Visit HuwR's Homepage
That's ok, we are here to help, but we don't allways have a precise answer
Glad you got it working anyway.
Go to Top of Page

tribaliztic
Senior Member

Sweden
1532 Posts

Posted - 20 December 2005 :  05:51:00  Show Profile  Visit tribaliztic's Homepage  Send tribaliztic an ICQ Message
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 -
Go to Top of Page

HuwR
Forum Admin

United Kingdom
20584 Posts

Posted - 20 December 2005 :  06:35:45  Show Profile  Visit HuwR's Homepage
RemoveForumCode is not a Snitz function, so it is probably the tooltip mod causing your problem
Go to Top of Page

tribaliztic
Senior Member

Sweden
1532 Posts

Posted - 20 December 2005 :  06:37:58  Show Profile  Visit tribaliztic's Homepage  Send tribaliztic an ICQ Message
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 -
Go to Top of Page

tribaliztic
Senior Member

Sweden
1532 Posts

Posted - 21 December 2005 :  04:38:19  Show Profile  Visit tribaliztic's Homepage  Send tribaliztic an ICQ Message
Seems SH had the same problems =)

http://www.shnforum.com/forum/topic.asp?TOPIC_ID=3404&SearchTerms=active,tooltip

/Tribaliztic
- www.gotlandrace.se -
Go to Top of Page
Page: of 2 Previous Topic Topic Next Topic  
Previous Page
 New Topic  Topic Locked
 Printer Friendly
Jump To:
Snitz Forums 2000 © 2000-2021 Snitz™ Communications Go To Top Of Page
This page was generated in 0.25 seconds. Powered By: Snitz Forums 2000 Version 3.4.07