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)
 (v3.4.03) BUG+FIX: inc_func_common.asp
 Forum Locked  Topic Locked
 Printer Friendly
Author Previous Topic Topic Next Topic  

this.suxx
Starting Member

1 Posts

Posted - 13 December 2002 :  05:53:30  Show Profile
always pain in the a. with snitz+opera...

this bug made opera sometimes view comments after quote in strange size or not at all (!!). problem is wrong tag order...

open inc_func_common.asp

find: </blockquote id=""quote""></font id=""quote"">

replace with: </font id=""quote""></blockquote id=""quote"">

Edited by - Davio on 15 March 2003 21:49:56

Steve D.
Average Member

USA
640 Posts

Posted - 12 February 2003 :  14:44:49  Show Profile  Visit Steve D.'s Homepage  Send Steve D. a Yahoo! Message
If you do this you also need to change inc_func_posting.asp or [ /quote] tag will not be substituted and you can't quote a quote.

change this line...

		fString = replace(fString, "<hr height=""1"" noshade id=""quote""></blockquote id=""quote""></font id=""quote"">","[/quote]", 1, -1, 1)

to this


		fString = replace(fString, "<hr height=""1"" noshade id=""quote""></font id=""quote""></blockquote id=""quote"">","[/quote]", 1, -1, 1)

Swing Dancing Video Clips - It's All Swing! Forum
Go to Top of Page

Aaron S.
Average Member

USA
985 Posts

Posted - 09 March 2003 :  16:37:27  Show Profile  Visit Aaron S.'s Homepage
I noticed this in the old forum version, and I had hoped this was fixed with 3.4.

There are a number of these in which the tage aren't properly closed.

I.e.

<tagA><tagB> </tagA></tagB>

I am just now trying to move my forums to 3.4, so I'll find these and post them here.

--Aaron

DOWNLOAD GREAT NEW MODS HERE
Go to Top of Page

RichardKinser
Snitz Forums Admin

USA
16655 Posts

Posted - 09 March 2003 :  16:46:24  Show Profile
changing them, when it really isn't that big of a deal, will only cause existing posts to get messed up.
Go to Top of Page

Aaron S.
Average Member

USA
985 Posts

Posted - 09 March 2003 :  16:50:30  Show Profile  Visit Aaron S.'s Homepage
Steve... you should add your line under the first NOT replace it.

If you replace it then old posts won't replace correctly.

--Aaron

DOWNLOAD GREAT NEW MODS HERE
Go to Top of Page

RichardKinser
Snitz Forums Admin

USA
16655 Posts

Posted - 09 March 2003 :  17:03:33  Show Profile
ok, so:
inc_func_common.asp

find the following on line #429:
		fString = doCode(fString, "[quote]", "[/quote]", "<blockquote id=""quote""><font size=""" & strFooterFontSize & """ face=""" & strDefaultFontFace & """ id=""quote"">quote:<hr height=""1"" noshade id=""quote"">", "<hr height=""1"" noshade id=""quote""></blockquote id=""quote""></font id=""quote"">")
and replace it with this:
		fString = doCode(fString, "[quote]", "[/quote]", "<blockquote id=""quote""><font size=""" & strFooterFontSize & """ face=""" & strDefaultFontFace & """ id=""quote"">quote:<hr height=""1"" noshade id=""quote"">", "<hr height=""1"" noshade id=""quote""></font id=""quote""></blockquote id=""quote"">")


inc_func_posting.asp

find the following on line #102:
		fString = replace(fString, "<hr height=""1"" noshade id=""quote""></blockquote id=""quote""></font id=""quote"">","[/quote]", 1, -1, 1)
and replace it with this:
		fString = replace(fString, "<hr height=""1"" noshade id=""quote""></font id=""quote""></blockquote id=""quote"">","[/quote]", 1, -1, 1)

		'## left for compatibility with older versions of the forum
		fString = replace(fString, "<hr height=""1"" noshade id=""quote""></blockquote id=""quote""></font id=""quote"">","[/quote]", 1, -1, 1)
		'##
Go to Top of Page

Aaron S.
Average Member

USA
985 Posts

Posted - 09 March 2003 :  17:05:08  Show Profile  Visit Aaron S.'s Homepage
This applies to previous versions too!

--Aaron

DOWNLOAD GREAT NEW MODS HERE
Go to Top of Page

Davio
Development Team Member

Jamaica
12217 Posts

Posted - 09 March 2003 :  22:35:51  Show Profile
Fixed in 3.4.04

Support Snitz Forums
Go to Top of Page

Deleted
deleted

4116 Posts

Posted - 15 March 2003 :  20:55:41  Show Profile
Fixed in v4b04 alpha 04

Stop the WAR!
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.18 seconds. Powered By: Snitz Forums 2000 Version 3.4.07