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

 All Forums
 Snitz Forums 2000 DEV-Group
 DEV Bug Reports (Closed)
 V33(.02)+V33(.03) BUG Double Quote
 Forum Locked  Topic Locked
 Printer Friendly
Author Previous Topic Topic Next Topic  

Freeman II
Junior Member

232 Posts

Posted - 01 August 2001 :  11:27:20  Show Profile
you guys forgot the fix this in post_info.asp

check this line
<img src="icon_blank.gif" border="0"><img src="icon_bar.gif" border="0"><img src="icon_folder_open_topic.gif" border="0"> <a href="<% =Request.Form("refer") %>"><% =Request.Form("Topic_Title")%></a>


and check functions_inc.asp
chkstring,hidden


Edited by - freeman II on 01 August 2001 11:45:16

Edited by - freeman II on 01 August 2001 12:05:31

HuwR
Forum Admin

United Kingdom
20584 Posts

Posted - 01 August 2001 :  12:37:59  Show Profile  Visit HuwR's Homepage
Maybe you should be more specific, there is no line like this in post_info, this is the nearest match I could find


Response.write "<img src=""" & strImageURL & "icon_blank.gif"" border=""0""><img src=""" & strImageURL & "icon_bar.gif"" border=""0""><img src=""" & strImageURL & "icon_folder_open_topic.gif"" border=""0""> <a href=""" & Request.Form("refer") & """>" & ChkString(Request.Form("Topic_Title"),"title") & "</a>"


It does not look like yours ?

quote:

and check functions_inc.asp
chkstring,hidden



Check what exactly.

It is hard work enough, answerring your post and bug fixing, without having to try and decipher cryptic messages


Go to Top of Page

Freeman II
Junior Member

232 Posts

Posted - 01 August 2001 :  13:00:09  Show Profile
just post any topic with double quotes in the subject line, then edit this topic. it shows the correct subject line with " ". hit post changes it redirects you to post_inc.asp. look at the navigation bar at the top, the text inside the quotes is missing.

Go to Top of Page

HuwR
Forum Admin

United Kingdom
20584 Posts

Posted - 01 August 2001 :  13:16:03  Show Profile  Visit HuwR's Homepage
quote:

just post any topic with double quotes in the subject line, then edit this topic. it shows the correct subject line with " ". hit post changes it redirects you to post_inc.asp. look at the navigation bar at the top, the text inside the quotes is missing.





? it looks ok to me ?

Go to Top of Page

Freeman II
Junior Member

232 Posts

Posted - 01 August 2001 :  13:22:07  Show Profile
it didn't appear when i tested it

can someone else try this?

Go to Top of Page

HuwR
Forum Admin

United Kingdom
20584 Posts

Posted - 01 August 2001 :  18:19:19  Show Profile  Visit HuwR's Homepage
quote:

it didn't appear when i tested it

can someone else try this?




I now see what you mean, it's just that I never look at this screen while it is redirecting.

Go to Top of Page

gor
Retired Admin

Netherlands
5511 Posts

Posted - 16 August 2001 :  16:13:56  Show Profile  Visit gor's Homepage
Fix ?

Pierre
Join a Snitz Mailinglist
Go to Top of Page

Davio
Development Team Member

Jamaica
12217 Posts

Posted - 12 November 2001 :  03:10:59  Show Profile
*bump*

should be easy to fix...

- David
Go to Top of Page

Da_Stimulator
DEV Team Forum Moderator

USA
3373 Posts

Posted - 12 November 2001 :  03:22:16  Show Profile  Send Da_Stimulator an AOL message  Send Da_Stimulator a Yahoo! Message
Around line 473 of inc_functions.asp...


if fField_Type = "title" then
if strAllowHTML <> "1" then
fString = HTMLEncode(fString)
end if
if strBadWordFilter = "1" then
fString = chkBadWords(fString)
end if
fString = Replace(fString, Chr(34), String(4, Chr(34))) '- didnt work
chkString = fString
exit function
end if


???

----
-Eric (da_stimulator)
Stims Snitz Test area - Running 3.3.03, 4 beta, Huw's code, and Davio's code
Need a Mod? Check out the Mod Resource

Edited by - da_stimulator on 12 November 2001 03:25:13

Edited by - da_stimulator on 12 November 2001 03:34:13
Go to Top of Page

Da_Stimulator
DEV Team Forum Moderator

USA
3373 Posts

Posted - 12 November 2001 :  03:30:52  Show Profile  Send Da_Stimulator an AOL message  Send Da_Stimulator a Yahoo! Message
that fix didnt work, just tested it....

trying to figure out why.

----
-Eric (da_stimulator)
Stims Snitz Test area - Running 3.3.03, 4 beta, Huw's code, and Davio's code
Need a Mod? Check out the Mod Resource
Go to Top of Page

Da_Stimulator
DEV Team Forum Moderator

USA
3373 Posts

Posted - 12 November 2001 :  03:33:21  Show Profile  Send Da_Stimulator an AOL message  Send Da_Stimulator a Yahoo! Message
nevermind, figured it out... cuz I didnt UPLOAD the changed file LOL - anyway didnt work anyway.... it only worsened it and added about 4 quotes already to the title while editing.

----
-Eric (da_stimulator)
Stims Snitz Test area - Running 3.3.03, 4 beta, Huw's code, and Davio's code
Need a Mod? Check out the Mod Resource
Go to Top of Page
  Previous Topic Topic Next Topic  
 Forum Locked  Topic Locked
 Printer Friendly
Jump To:
Snitz Forums 2000 © 2000-2021 Snitz™ Communications Go To Top Of Page
This page was generated in 0.16 seconds. Powered By: Snitz Forums 2000 Version 3.4.07