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) DR: Forum Code in Signatures.
 Forum Locked  Topic Locked
 Printer Friendly
Author Previous Topic Topic Next Topic  

Reinsnitz
Snitz Forums Admin

USA
3545 Posts

Posted - 09 May 2003 :  13:24:18  Show Profile  Visit Reinsnitz's Homepage  Send Reinsnitz an AOL message  Send Reinsnitz an ICQ Message  Send Reinsnitz a Yahoo! Message
There is no popup window next to the signature field in the profile area for users to see what forum code they can use in their signatures. Everyplace else forum code is used there is a link

Reinsnitz (Mike)

laser
Advanced Member

Australia
3859 Posts

Posted - 09 May 2003 :  17:59:23  Show Profile
There is a preview button that creates a popup window.
Go to Top of Page

Dave.
Senior Member

USA
1037 Posts

Posted - 09 May 2003 :  20:59:09  Show Profile
He means that there is no link that explains how forum code can be used I think. Example is how it says This here:


* HTML is OFF
* Forum Code is ON

Go to Top of Page

Carefree
Advanced Member

Philippines
4207 Posts

Posted - 10 May 2003 :  12:54:23  Show Profile
Easy fix:

in "inc_profile.asp", look for these lines (appx 416-422):


		Response.Write	"                    <script language=""JavaScript"" type=""text/javascript"" src=""inc_code.js""></script>" & vbNewLine & _
				"                    <tr>" & vbNewLine & _
				"                      <td bgColor=""" & strPopUpTableColor & """ align=""right"" valign=""top"" nowrap><b><font face=""" & strDefaultFontFace & """ size=""" & strDefaultFontSize & """>Signature: </font></b><br />" & vbNewLine & _
				"                      <span style=""font-size: 4px;""><br /></span>" & vbNewLine & _
				"                      <input name=""Preview"" type=""button"" value=""Preview"" onclick=""OpenSigPreview()""> </td>" & vbNewLine & _
				"                      <td bgColor=""" & strPopUpTableColor & """><textarea name=""Sig"" cols=""25"" rows=""4"">" & Trim(cleancode(strTxtSig)) & "</textarea></td>" & vbNewLine & _
				"                    </tr>" & vbNewLine



Modify like this:


		Response.Write	"                    <script language=""JavaScript"" type=""text/javascript"" src=""inc_code.js""></script>" & vbNewLine & _
				"                    <tr>" & vbNewLine & _
				"                      <td bgColor=""" & strPopUpTableColor & """ align=""right"" valign=""top"" nowrap><b><font face=""" & strDefaultFontFace & """ size=""" & strDefaultFontSize & """>Signature: </font></b><br />" & vbNewLine & _
				"                      <span style=""font-size: 4px;""><br />" & vbNewLine & _
				"                      <input name=""Preview"" type=""button"" value=""Preview"" onclick=""OpenSigPreview()""> " & vbNewLine	
				if strAllowForumCode = "1" then 
					Response.Write	"<br /><font size=""" & strDefaultFontSize & """>* <a href=""JavaScript:openWindow6('pop_forum_code.asp')"">Forum Code</a></font></span>" & vbNewLine
					Response.Write	"</td>" & vbNewLine
				end if
		Response.Write	"                      </td><td bgColor=""" & strPopUpTableColor & """><textarea name=""Sig"" cols=""25"" rows=""4"">" & Trim(cleancode(strTxtSig)) & "</textarea></td>" & vbNewLine & _
				"                    </tr>" & vbNewLine
Go to Top of Page

RichardKinser
Snitz Forums Admin

USA
16655 Posts

Posted - 17 June 2003 :  10:36:54  Show Profile
modified in v3.4.04 (used different code than above though)
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.15 seconds. Powered By: Snitz Forums 2000 Version 3.4.07