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)
 post.asp Preview
 Forum Locked  Topic Locked
 Printer Friendly
Previous Page
Author Previous Topic Topic Next Topic
Page: of 2

HuwR
Forum Admin

United Kingdom
20584 Posts

Posted - 20 February 2001 :  16:45:57  Show Profile  Visit HuwR's Homepage
Richard,

this is the inc_functions from the forum_new directory. it is not the one running this forum, but it is the same as the one in my alpha download.

http://195.149.32.155/snitzmods/inc_functions.txt

Go to Top of Page

RichardKinser
Snitz Forums Admin

USA
16655 Posts

Posted - 20 February 2001 :  16:53:04  Show Profile
I've got that one.
Go to Top of Page

HuwR
Forum Admin

United Kingdom
20584 Posts

Posted - 20 February 2001 :  16:57:00  Show Profile  Visit HuwR's Homepage
um, so why don't it work

Go to Top of Page

RichardKinser
Snitz Forums Admin

USA
16655 Posts

Posted - 20 February 2001 :  16:57:55  Show Profile
the problem is the exit function, it never gets to the docode section.
Go to Top of Page

HuwR
Forum Admin

United Kingdom
20584 Posts

Posted - 20 February 2001 :  17:00:45  Show Profile  Visit HuwR's Homepage
ah yes, that would certainly cause it a problem, I wastoo busy looking at the preview, an didn't notice the exit.

guess we should remove that as well as the second bit of code

Go to Top of Page

RichardKinser
Snitz Forums Admin

USA
16655 Posts

Posted - 20 February 2001 :  17:01:49  Show Profile
I think we should leave this as is:


elseif fField_Type = "preview" then
if strAllowHTML <> "1" then
fString = HTMLEncode(fString)
end if


and then change this:


if fField_Type = "title" or _
fField_Type = "preview" then
if strAllowHTML <> "1" then
fString = HTMLEncode(fString)
end if
ChkBadWords(fString)
ChkString = fString
exit function
end if


to this:


if fField_Type = "title" then
if strAllowHTML <> "1" then
fString = HTMLEncode(fString)
end if
ChkBadWords(fString)
ChkString = fString
exit function
end if


Edited by - Richard Kinser on 20 February 2001 17:02:52
Go to Top of Page

kycable
New Member

USA
82 Posts

Posted - 20 February 2001 :  20:35:21  Show Profile  Visit kycable's Homepage  Send kycable an AOL message
Wow.... Do I know how to get something started?

I have a question... I can not see what the actual "preview" does exactally, am I missing something that it changes, does it do something differently then "message"




If you can't beat your computer at chess, try kickboxing.


KYCable
http://www.webzonecomplete.com
Go to Top of Page

Reinsnitz
Snitz Forums Admin

USA
3545 Posts

Posted - 20 February 2001 :  22:26:05  Show Profile  Visit Reinsnitz's Homepage  Send Reinsnitz an AOL message  Send Reinsnitz an ICQ Message  Send Reinsnitz a Yahoo! Message
fixed in the source of sf2k_31sr5a8.zip

Reinsnitz (Mike)
><)))'>
"Therefore go and make disciples of all nations,..." Matthew 28:19a
Go to Top of Page
Page: of 2 Previous Topic Topic Next Topic  
Previous Page
 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.17 seconds. Powered By: Snitz Forums 2000 Version 3.4.07