Snitz Forums 2000
Snitz Forums 2000
Home | Profile | Register | Active Topics | Members | Search | FAQ
Username:
Password:
Save Password
Forgot your Password?

 All Forums
 Help Groups for Snitz Forums 2000 Users
 Help: MOD Implementation
 Dynamic Sig(Bug?)
 New Topic  Topic Locked
 Printer Friendly
Author Previous Topic Topic Next Topic  

Sniper3dr
Starting Member

USA
32 Posts

Posted - 18 May 2002 :  18:48:36  Show Profile  Visit Sniper3dr's Homepage  Send Sniper3dr an ICQ Message
After I implemented the Dynamic Sig mod, the "check" for the "Check here to include your profile signature." is not automatically checked.

I was curious if there is a "fix" for this, or where can I edit the code so the box is checked.

Thank you!


-----
Alex "Sniper" Togstad
News and Review Editor
Files Retreat :: http://files.3dretreat.com
3d Retreat :: www.3dretreat.com

Sniper3dr
Starting Member

USA
32 Posts

Posted - 22 May 2002 :  18:39:55  Show Profile  Visit Sniper3dr's Homepage  Send Sniper3dr an ICQ Message
The Fix:

Around line 853 in post.asp you will find this line:

<input name="Sig" type="checkbox" value="yes"<% If intSig = 1 Then Response.Write " checked" End If %>>Check here to include your profile signature.<br>


Replace it with:
 
<input name="Sig" type="checkbox" value="yes" checked<% If intSig = 1 Then Response.Write " checked" End If %>>Check here to include your profile signature.<br>


-----
Alex "Sniper" Togstad
News and Review Editor
Files Retreat :: http://files.3dretreat.com
3d Retreat :: www.3dretreat.com
Go to Top of Page
  Previous Topic Topic Next Topic  
 New Topic  Topic Locked
 Printer Friendly
Jump To:
Snitz Forums 2000 © 2000-2021 Snitz™ Communications Go To Top Of Page
This page was generated in 0.29 seconds. Powered By: Snitz Forums 2000 Version 3.4.07