Author |
Topic |
|
Freeman II
Junior Member
232 Posts |
Posted - 01 August 2001 : 11:27:20
|
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
|
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
|
|
|
Freeman II
Junior Member
232 Posts |
Posted - 01 August 2001 : 13:00:09
|
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.
|
|
|
HuwR
Forum Admin
United Kingdom
20584 Posts |
Posted - 01 August 2001 : 13:16:03
|
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 ?
|
|
|
Freeman II
Junior Member
232 Posts |
Posted - 01 August 2001 : 13:22:07
|
it didn't appear when i tested it
can someone else try this?
|
|
|
HuwR
Forum Admin
United Kingdom
20584 Posts |
Posted - 01 August 2001 : 18:19:19
|
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.
|
|
|
gor
Retired Admin
Netherlands
5511 Posts |
|
Davio
Development Team Member
Jamaica
12217 Posts |
Posted - 12 November 2001 : 03:10:59
|
*bump*
should be easy to fix...
- David |
|
|
Da_Stimulator
DEV Team Forum Moderator
USA
3373 Posts |
Posted - 12 November 2001 : 03:22:16
|
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 |
|
|
Da_Stimulator
DEV Team Forum Moderator
USA
3373 Posts |
Posted - 12 November 2001 : 03:30:52
|
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 |
|
|
Da_Stimulator
DEV Team Forum Moderator
USA
3373 Posts |
Posted - 12 November 2001 : 03:33:21
|
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 |
|
|
|
Topic |
|