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 Discussions (General)
 </a> ???
 New Topic  Topic Locked
 Printer Friendly
Next Page
Author Previous Topic Topic Next Topic
Page: of 2

Image
Average Member

Canada
574 Posts

Posted - 22 April 2004 :  17:04:56  Show Profile  Visit Image's Homepage  Send Image an ICQ Message
I found this </a>

In admin_members.asp


		"                <td align=""center"" bgcolor=""" & strHeadCellColor & """><b><font face=""" & strDefaultFontFace & """ size=""" & strDefaultFontSize & """ color=""" & strHeadFontColor & """>Member Since</font></b></a></td>" & vbNewLine & _
		"                <td align=""center"" bgcolor=""" & strHeadCellColor & """><b><font face=""" & strDefaultFontFace & """ size=""" & strDefaultFontSize & """ color=""" & strHeadFontColor & """>Last Post</font></b></a></td>" & vbNewLine & _
		"                <td align=""center"" bgcolor=""" & strHeadCellColor & """><b><font face=""" & strDefaultFontFace & """ size=""" & strDefaultFontSize & """ color=""" & strHeadFontColor & """>Last Visit</font></b></a></td>" & vbNewLine & _


In admin_member_search.asp

				"                <td align=""center"" bgcolor=""" & strHeadCellColor & """><b><font face=""" & strDefaultFontFace & """ size=""" & strFooterFontSize & """ color=""" & strHeadFontColor & """>Member Since</font></b></a></td>" & vbNewLine & _
				"                <td align=""center"" bgcolor=""" & strHeadCellColor & """><b><font face=""" & strDefaultFontFace & """ size=""" & strFooterFontSize & """ color=""" & strHeadFontColor & """>Last Post</font></b></a></td>" & vbNewLine & _
				"                <td align=""center"" bgcolor=""" & strHeadCellColor & """><b><font face=""" & strDefaultFontFace & """ size=""" & strFooterFontSize & """ color=""" & strHeadFontColor & """>Last Visit</font></b></a></td>" & vbNewLine & _

RichardKinser
Snitz Forums Admin

USA
16655 Posts

Posted - 22 April 2004 :  20:30:52  Show Profile
You can remove them. They are a result of using a different file as a basis, and not removing all of the excess code. Good catch. Was the </a> causing some sort of problem?
Go to Top of Page

Davio
Development Team Member

Jamaica
12217 Posts

Posted - 23 April 2004 :  02:22:12  Show Profile
Probably not. Might have been updating his portal to the 3.4.04 version and saw it. Who knows.
But good catch.

Support Snitz Forums
Go to Top of Page

Image
Average Member

Canada
574 Posts

Posted - 23 April 2004 :  15:39:14  Show Profile  Visit Image's Homepage  Send Image an ICQ Message
quote:
Was the </a> causing some sort of problem?

Not at all.

I have started working on a translation for a new multi-language forum and I have to read every lines.
I saw these Tag </a> doing nothing. I also saw other errors of the same king but I did not keep track them.
They don't seem to cause problems...yet.

Edited by - Image on 23 April 2004 15:42:00
Go to Top of Page

Image
Average Member

Canada
574 Posts

Posted - 25 April 2004 :  17:40:11  Show Profile  Visit Image's Homepage  Send Image an ICQ Message
In Admin_Forums.asp line 164

"This is <B><STRONG>NOT</STRONG></B> reversable."

change to:
"This is <B><STRONG>NOT</STRONG></B> reversible."

Reversable is not in Webster's dictionairy.


??????
In pop_printer_friendly.asp there is 12 different <font face=, size=, color=, > but only 5 </font>

Can somebody check that, please.

Go to Top of Page

Image
Average Member

Canada
574 Posts

Posted - 29 April 2004 :  19:54:51  Show Profile  Visit Image's Homepage  Send Image an ICQ Message
In Pop_Config_Help.asp line 62
				"                Table Name Prefix is used if you have multiple versions of the forum running in the same database. This way you can name the tables differently and still use one user to connect. (eg. FORUM_ and FORUM2_)</font>" & vbNewLine & _

change to: delete </font>
				"                Table Name Prefix is used if you have multiple versions of the forum running in the same database. This way you can name the tables differently and still use one user to connect. (eg. FORUM_ and FORUM2_)" & vbNewLine & _


In Pop_Lock.asp line 274
			response.write	"                <td bgColor=""" & strPopUpTableColor & """ align=""right""><b><font face=""" & strDefaultFontFace & """ size=""" & strDefaultFontSize & """>Do not Archive</font></td>" & vbNewLine & _

change to: add </b>
			response.write	"                <td bgColor=""" & strPopUpTableColor & """ align=""right""><b><font face=""" & strDefaultFontFace & """ size=""" & strDefaultFontSize & """>Do not Archive</font></b></td>" & vbNewLine & _


In Admin_Mod_Dbsetup2.asp
line 367 - Table created succesfully
line 490 - Value(s) updated succesfully
line 522 - Value(s) updated succesfully
line 571 - Table dropped succesfully

Replace succesfully
With successfully

In Admin_Mod_Dbsetup.asp
line 224 - The dbs file was succesfully deleted.
line 335 - Table created succesfully
line 458 - Value(s) updated succesfully
line 490 - Value(s) updated succesfully
line 514 - Value(s) updated succesfully
line 538 - Table dropped succesfully

Replace succesfully
With successfully

In Setup.asp
line 169 - The forum setup has been completed succesfully.

Replace succesfully
With successfully



Go to Top of Page

Image
Average Member

Canada
574 Posts

Posted - 05 May 2004 :  20:48:06  Show Profile  Visit Image's Homepage  Send Image an ICQ Message
In pop_open.asp line 84 and 88

Replace Back
With Go Back to Re-Authenticate


In pop_profile.asp line 272

Replace
				Response.Write	"                <td valign=""top"" align=""left"" bgcolor=""" & strHeadCellColor & """> <a href=""pop_profile.asp?mode=Modify&ID=" & rs("MEMBER_ID") & "&name=" & ChkString(rs("M_NAME"),"urlpath") & """><font face=""" & strDefaultFontFace & """ size=""" & strDefaultFontSize & """ color=""" & strHeadFontColor & """><b>" & ChkString(rs("M_NAME"),"display") & "</a></b></font></td>" & vbNewLine

With
				Response.Write	"                <td valign=""top"" align=""left"" bgcolor=""" & strHeadCellColor & """><font face=""" & strDefaultFontFace & """ size=""" & strDefaultFontSize & """ color=""" & strHeadFontColor & """><b> <a href=""pop_profile.asp?mode=Modify&ID=" & rs("MEMBER_ID") & "&name=" & ChkString(rs("M_NAME"),"urlpath") & """>" & ChkString(rs("M_NAME"),"display") & "</a></b></font></td>" & vbNewLine


line 764 delete </b>
					"                <td bgColor=""" & strPopUpTableColor & """><font face=""" & strDefaultFontFace & """ size=""" & strHeaderFontSize & """>" & Session(strCookieURL & "userid") & "</font></b></td>" & vbNewLine & _


line 1266 and 1559

Replace
							Response.Write	""">Back To Forum</a>" & vbNewLine

With
							Response.Write	""">Back To Forum</a></font></p>" & vbNewLine



In post_info.asp
line 1472 Add: can
Replace Only an Admin or a Moderator change this web link
With Only an Admin or a Moderator can change this web link

line 1815
Replace
				"      <p align=""center""><font face=""" & strDefaultFontFace & """ size=""" & strDefaultFontSize & """><a href=""" & chkString(Request.Form("refer"),"refer") & """>Back To Forum</font></a></p>" & vbNewLine

With
				"      <p align=""center""><font face=""" & strDefaultFontFace & """ size=""" & strDefaultFontSize & """><a href=""" & chkString(Request.Form("refer"),"refer") & """>Back To Forum</a></font></p>  " & vbNewLine



In Register.asp line 93, 98, 196, 656, 661.
Replace Back To Forum</font></a></p>
With Back To Forum</a></font></p>



In search.asp line 491
Replace
							"                <td height=""20"" colspan=""6"" bgcolor=""" & strCategoryCellColor & """ valign=""middle""><font face=""" & strDefaultFontFace & """ size=""" & strDefaultFontSize & """ color=""" & strCategoryFontColor & """><a href=""default.asp?CAT_ID=" & Forum_Cat_ID & """><font face=""" & strDefaultFontFace & """ size=""" & strDefaultFontSize & """ color=""" & strCategoryFontColor & """><b>" & ChkString(Cat_Name,"display") & "</b></font></a> / <a href=""forum.asp?FORUM_ID=" & Forum_ID & """><font face=""" & strDefaultFontFace & """ size=""" & strDefaultFontSize & """ color=""" & strCategoryFontColor & """><b>" & ChkString(Forum_Subject,"display") & "</b></font></a></td>" & vbNewline & _

With
							"                <td height=""20"" colspan=""6"" bgcolor=""" & strCategoryCellColor & """ valign=""middle""><font face=""" & strDefaultFontFace & """ size=""" & strDefaultFontSize & """ color=""" & strCategoryFontColor & """><a href=""default.asp?CAT_ID=" & Forum_Cat_ID & """><font face=""" & strDefaultFontFace & """ size=""" & strDefaultFontSize & """ color=""" & strCategoryFontColor & """><b>" & ChkString(Cat_Name,"display") & "</b></font></a> / <a href=""forum.asp?FORUM_ID=" & Forum_ID & """><font face=""" & strDefaultFontFace & """ size=""" & strDefaultFontSize & """ color=""" & strCategoryFontColor & """><b>" & ChkString(Forum_Subject,"display") & "</b></font></a></font></td>" & vbNewline & _


line 588 Add: </font>
Replace
		Response.Write	"      <p align=""center""><font face=""" & strDefaultFontFace & """ size=""" & strHeaderFontSize & """>You must enter keywords</p>" & vbNewLine & _
				"      <p align=""center""><font face=""" & strDefaultFontFace & """ size=""" & strDefaultFontSize & """><a href=""JavaScript:history.go(-1)"">Back To Search Page</a></p>" & vbNewLine & _

With
		Response.Write	"      <p align=""center""><font face=""" & strDefaultFontFace & """ size=""" & strHeaderFontSize & """>You must enter keywords</font></p>" & vbNewLine & _
				"      <p align=""center""><font face=""" & strDefaultFontFace & """ size=""" & strDefaultFontSize & """><a href=""JavaScript:history.go(-1)"">Back To Search Page</a></font></p>" & vbNewLine & _




Edited by - Image on 05 May 2004 21:09:36
Go to Top of Page

laser
Advanced Member

Australia
3859 Posts

Posted - 05 May 2004 :  21:01:56  Show Profile
quote:
line 1472 Add: can
Replace Only an Admin or a Moderator change this web link
With Only an Admin or a Moderator change can this web link

nah, I'll stick with my version I think
Go to Top of Page

Image
Average Member

Canada
574 Posts

Posted - 01 June 2004 :  17:35:01  Show Profile  Visit Image's Homepage  Send Image an ICQ Message
In setup.asp line 186 add <p> and <p>
			"    <td bgColor=""#9FAFDF"" align=""center"">" & vbNewLine & _
			"    <p><font face=""Verdana, Arial, Helvetica"" size=""2"">" & vbNewLine & _
			"    <b>Congratulations!!</b><br />" & vbNewLine & _
			"    The forum setup has been completed succesfully.<br />" & vbNewLine & _
			"    You can now start using Snitz Forums 2000.</font></p>" & vbNewLine & _
			"    <p><font face=""Verdana, Arial, Helvetica"" size=""2"">" & vbNewLine & _
			"    If you have questions or remarks you can visit us at: <a href=""http://forum.snitz.com"">http://forum.snitz.com</a></font></p>" & vbNewLine & _
			"    <p><font face=""Verdana, Arial, Helvetica"" size=""2"">" & vbNewLine & _
			"    You can also post the address of your forum there<br />" & vbNewLine & _
			"    so others can come and visit you." & vbNewLine & _
			"    </font></p></td>" & vbNewLine & _


Line 412 Delete </font> tag
		Response.Write	"    </td>" & vbNewLine & _


Line 3460 Delete </font> tag
Replace
				"</table>" & vbNewLine & _
				"</form>" & vbNewLine & _
				"</font>" & vbNewLine
	end if

With
				"</table>" & vbNewLine & _
				"</form>" & vbNewLine
	end if



Line 668, 1083, 1195, 1269, 1299, 1351, 2037, 2107, 2147, 3374, 3429, 3493, 3580 Delete <b> tag
				Response.Write("    <td bgColor=""#9FAFDF"" align=""left""><font face=""Verdana, Arial, Helvetica"" size=""2"">Can't add default values for new fields in CONFIG table!<b></font></td>" & vbNewLine)



Line 3669 Add </font> tag
				"    This might not be the same user as you use in your connectionstring !</font></p>" & vbNewLine & _



Line 3677 Delete </font> tag
				"          <td align=""left""><input type=""password"" name=""DBPassword"" size=""25"" style=""width:150px;""></font></td>" & vbNewLine & _



Line 3801
Replace
Click here to goto the Forum

With
Click here to go to the Forum


line 1236, 1299
Replace
ALLOWED_MEMBER

With
ALLOWED_MEMBERS


========================================

In Setup_login.asp line 123 Delete </font> tag
Replace
				"</table>" & vbNewLine & _
				"</form>" & vbNewLine & _
				"</font>" & vbNewLine
	end if

With
				"</table>" & vbNewLine & _
				"</form>" & vbNewLine
	end if


=========================================

In faq.asp Line 150 Add </font> tag
			"                  </table></font></p>" & vbNewLine & _


=========================================

In admin_config_groupcats.asp Line 566 Add </font> tag
				"                </UL></font></td>" & vbNewLine & _


Line 103, 198, 215, 280, 313, 480, 483, 551
Replace </font></a>

With </a></font>



Go to Top of Page

Davio
Development Team Member

Jamaica
12217 Posts

Posted - 01 June 2004 :  19:04:11  Show Profile
Can we move this post to the DEV Discussions forum? So these changes can be implemented in a future version.

Support Snitz Forums
Go to Top of Page

Image
Average Member

Canada
574 Posts

Posted - 10 June 2004 :  16:24:30  Show Profile  Visit Image's Homepage  Send Image an ICQ Message
In admin_home.asp line 68
Replace accessable
With accessible

					"You should consider moving the database from <b>" & Server.MapPath("snitz_forums_2000.mdb") & "</b> to a directory not directly accessable via a URL" & _


===================
in Login.asp line 111 and 122
Delete size=""20""
		"                            <input type=""text"" name=""Name"" size=""20""  maxLength=""25"" tabindex=""1"" value="""" style=""width:150px;""></td>" & vbNewLine & _


===================
In pop_messengers.asp line 107 and 111
Change
size=""20""
With
style=""width:150px;""

===================
In pop_profile.asp line 891, 901
Delete size=""20""

line 770, 774
Delete size=""25""

===================
In pop_subscription.asp line 110 and 114
Change
size=""20""
With
style=""width:150px;""

===================
In pop_open.asp line 234
Change
type=""Text""
With
type=""text""

===================

In setup.asp line 3673, 3677, 3691, 3695, 3699
Delete size=""25""

size=""25"" style=""width:150px;""

[b]===================[/b
]







Edited by - Image on 20 October 2004 14:54:58
Go to Top of Page

Image
Average Member

Canada
574 Posts

Posted - 16 June 2004 :  17:05:22  Show Profile  Visit Image's Homepage  Send Image an ICQ Message
In admin_config_features.asp

All line (34)
" & getCurrentIcon(strIconSmileQuestion,"","") & "</a></td>" & vbNewLine & _

Missing </font> Tag
" & getCurrentIcon(strIconSmileQuestion,"","") & "</a></font></td>" & vbNewLine & _



Go to Top of Page

redbrad0
Advanced Member

USA
3725 Posts

Posted - 16 June 2004 :  22:25:21  Show Profile  Visit redbrad0's Homepage  Send redbrad0 an AOL message
Wow image, is this who can find the most missing tags?

Brad
Oklahoma City Online Entertainment Guide
Oklahoma Event Tickets
Go to Top of Page

RichardKinser
Snitz Forums Admin

USA
16655 Posts

Posted - 20 September 2004 :  23:47:01  Show Profile
quote:
Originally posted by Image

in Login.asp line 111 and 122
Delete size=""20""
		"                            <input type=""text"" name=""Name"" size=""20""  maxLength=""25"" tabindex=""1"" value="""" style=""width:150px;""></td>" & vbNewLine & _


===================
In pop_messengers.asp line 107 and 111
Change
size=""20""
With
style=""width:150px;""

===================
In pop_profile.asp line 891, 901
Delete size=""20""

line 770, 774
Delete size=""25""

===================
In pop_subscription.asp line 110 and 114
Change
size=""20""
With
style=""width:150px;""

===================

In setup.asp line 3673, 3677, 3691, 3695, 3699
Delete size=""25""

size=""25"" style=""width:150px;""

===================

size= was left in for browsers that don't support inline styles...
Go to Top of Page

RichardKinser
Snitz Forums Admin

USA
16655 Posts

Posted - 20 September 2004 :  23:54:26  Show Profile
fixes implemented in v3.4.05
Go to Top of Page

sr_erick
Senior Member

USA
1318 Posts

Posted - 23 September 2004 :  16:22:54  Show Profile  Visit sr_erick's Homepage  Send sr_erick a Yahoo! Message
I think I found one as I was working some CSS stuff into default.asp

In default.asp around line 470, this section:


							'##### This code will specify whether or not to show the forums under a category #####
							HideForumCat = strUniqueID & "HideCat" & CatID
				 			if Request.Cookies(HideForumCat) = "Y" then
						        	Response.Write	"<a href=""" & ScriptName & "?" & HideForumCat & "=N"">" & getCurrentIcon(strIconPlus,"Expand This Category","") & "</a>"
							else
					       			Response.Write	"<a href=""" & ScriptName & "?" & HideForumCat & "=Y"">" & getCurrentIcon(strIconMinus,"Collapse This Category","") & "</a>"
							end if
							if Cat_ID = "" then
								Response.Write	" <a href=""default.asp?CAT_ID=" & CatID & """ title=""View only the Forums in this Category""><font face=""" & strDefaultFontFace & """ size=""" & strDefaultFontSize & """ color=""" & strCategoryFontColor & """><b>" & ChkString(CatName,"display") & "</b></font></a>  </td>" & vbNewline
							else
								Response.Write 	" <font face=""" & strDefaultFontFace & """ size=""" & strDefaultFontSize & """ color=""" & strCategoryFontColor & """><b>" & ChkString(CatName,"display") & "</b></font>  </td>" & vbNewline
							end if
							'##### Above code will specify whether or not to show the forums under a category #####


There are too many " in there.




Erick
Snowmobile Fanatics


Edited by - sr_erick on 23 September 2004 16:25:02
Go to Top of Page
Page: of 2 Previous Topic Topic Next Topic  
Next Page
 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.23 seconds. Powered By: Snitz Forums 2000 Version 3.4.07