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)
 BUG+FIX (3.1sr4): Wierd error in Preview Screen
 Forum Locked  Topic Locked
 Printer Friendly
Author Previous Topic Topic Next Topic  

frankie
Junior Member

Vatican City
304 Posts

Posted - 29 December 2000 :  00:05:31  Show Profile  Visit frankie's Homepage  Send frankie an AOL message  Send frankie an ICQ Message  Send frankie a Yahoo! Message
When I try to post something or try to use the smilies icon in the post.asp page I get a message box error that says: class not registered. Was working fine, don't know what to do?!!

Thoughts?!!

Note: It even does this when I try to use the snitz forum site.

I openned the debug window and it pointed me
to a javascript function line (different line in each case):

function openWindow2(url) {
popupWin = window.open(url,'new_page','width=400,height=450')
}
!!!



ô¿~

Edited by - frankie on 29 December 2000 00:07:42
[moved by admin on 01/02/2001]

RichardKinser
Snitz Forums Admin

USA
16655 Posts

Posted - 29 December 2000 :  03:28:19  Show Profile
frankie,

On my forum this is what I did:

I added this:

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


right underneath this:

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


this is at approximately line # 412


Then at approximately line # 500

remove this code:

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


that fixed it on my forum.
Go to Top of Page

frankie
Junior Member

Vatican City
304 Posts

Posted - 29 December 2000 :  12:40:54  Show Profile  Visit frankie's Homepage  Send frankie an AOL message  Send frankie an ICQ Message  Send frankie a Yahoo! Message
Like I said once before "Richard is the King".

What actually your reply did was that it fixed the html problem I had when I previewd my posts or replies in the preview screen.

The problem I stated above was due to a missing scripting engine in my IE5.5 browser I fixed after I reinstalled the browser.

Thanks Richard

Note: Isn't about time for you guys to fix this problem on this forum here (for my surprise it still exists here).

ô¿~
Go to Top of Page

RichardKinser
Snitz Forums Admin

USA
16655 Posts

Posted - 29 December 2000 :  13:09:17  Show Profile
Only Mike and Gor(and Tim Teal) have access to the forum code here on the support forum.
Go to Top of Page

Reinsnitz
Snitz Forums Admin

USA
3545 Posts

Posted - 02 January 2001 :  22:16:22  Show Profile  Visit Reinsnitz's Homepage  Send Reinsnitz an AOL message  Send Reinsnitz an ICQ Message  Send Reinsnitz a Yahoo! Message
Richard,

I'm not finding these lines in the post.asp file... (elseif fField_Type = "message" then)

am I missing something? Just need the file name in question.


Reinsnitz (Mike)
><)))'>
"The glory of young men is their strength, and the honor of old men is their gray hair." - Proverbs 20:29
Go to Top of Page

frankie
Junior Member

Vatican City
304 Posts

Posted - 02 January 2001 :  22:30:29  Show Profile  Visit frankie's Homepage  Send frankie an AOL message  Send frankie an ICQ Message  Send frankie a Yahoo! Message
inc_functions.asp


ô¿~
Go to Top of Page

Reinsnitz
Snitz Forums Admin

USA
3545 Posts

Posted - 02 February 2001 :  23:11:03  Show Profile  Visit Reinsnitz's Homepage  Send Reinsnitz an AOL message  Send Reinsnitz an ICQ Message  Send Reinsnitz a Yahoo! Message
added to the source of sf2k_31sr5a2.zip

Reinsnitz (Mike)
><)))'>
"Blessed are those who hear the word of God and obey it." - Luke 11:28
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.13 seconds. Powered By: Snitz Forums 2000 Version 3.4.07