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

RichardKinser
Snitz Forums Admin

USA
16655 Posts

Posted - 09 September 2002 :  05:56:39  Show Profile
on line #127

find the following:

	fString = ReplaceURLs(fString)
	fString = ReplaceImageTags(fString)
	fString = ReplaceCodeTags(fString)
change it to this:

	if strAllowForumCode = "1" then
		fString = ReplaceURLs(fString)
		fString = ReplaceCodeTags(fString)
		if strIMGInPosts = "1" then
			fString = ReplaceImageTags(fString)
		end if
	end if

Helduin
Starting Member

Germany
44 Posts

Posted - 12 September 2002 :  15:51:33  Show Profile  Visit Helduin's Homepage
...A-hm, this is a feature ;-( for me.

I former used 3.1SR4 & have a lot of topics in "mixed mode" HTML & Forumcode, that produce garbage if I change that code. It definetely *was* a strength of Snitz to have both types implemented at the same time, I think. Could you please direct me to the point where this is discussed - I'm sure it was. Thanks, H

Go to Top of Page

RichardKinser
Snitz Forums Admin

USA
16655 Posts

Posted - 16 September 2002 :  00:13:43  Show Profile
fixed in v3.4.03
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.14 seconds. Powered By: Snitz Forums 2000 Version 3.4.07