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: Signatures checkbox not working
 Forum Locked  Topic Locked
 Printer Friendly
Author Previous Topic Topic Next Topic  

psstarkey
Starting Member

USA
5 Posts

Posted - 07 April 2003 :  10:02:46  Show Profile
In my profile, I have the Signature checkbox checked by default set to NO, but when I reply, it always checks the signature checkbox.

Ideas?

Reinsnitz
Snitz Forums Admin

USA
3545 Posts

Posted - 07 April 2003 :  10:25:23  Show Profile  Visit Reinsnitz's Homepage
This would be more appropriate in the bug report forum... moving...

Reinsnitz (Mike)
Go to Top of Page

Hamlin
Advanced Member

United Kingdom
2386 Posts

Posted - 07 April 2003 :  13:16:25  Show Profile
It only happens when Allow Dynamic Signatures signatures is set to off, in the admin options.

<asking no one in particular>
Was it checked by default for a reason, when Dynamic Signatures are off?
</asking no one in particular>

You can get round it by re-arranging the if statement structure around line 1058 in post.asp, I don't know if it needs changing elsewhere but it seemed to do it for me.

It if was not done for a reason I post what I changed later.
Go to Top of Page

RichardKinser
Snitz Forums Admin

USA
16655 Posts

Posted - 17 June 2003 :  08:58:27  Show Profile

post.asp


around line #1059 find the following:
		strRqMethod = "Topic" or strRqMethod = "TopicQuote") and strSignatures = "1" and strDSignatures <> "1" then 
			Response.Write	"                <font face=""" & strDefaultFontFace & """ size=""" & strDefaultFontSize & """>" & vbNewLine & _
					"                <input name=""Sig"" type=""checkbox"" value=""yes"" checked>Check here to include your profile signature.<br /></font>" & vbNewLine
		end if
replace the red highlighted lines of code with the following:
			Response.Write	"                <font face=""" & strDefaultFontFace & """ size=""" & strDefaultFontSize & """>" & vbNewLine
		        intSigDefault = getSigDefault(MemberID)
		        Response.Write	"                <input name=""Sig"" type=""checkbox"" value=""yes""" & chkCheckbox(intSigDefault,1,true) & ">Check here to include your profile signature.<br /></font>" & vbNewLine
Go to Top of Page

RichardKinser
Snitz Forums Admin

USA
16655 Posts

Posted - 17 June 2003 :  08:58:55  Show Profile
fixed in v3.4.04
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.16 seconds. Powered By: Snitz Forums 2000 Version 3.4.07