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

 All Forums
 Community Forums
 Graphics & Style in Snitz!
 Missing font face in
 New Topic  Topic Locked
 Printer Friendly
Author Previous Topic Topic Next Topic  

Image
Average Member

Canada
574 Posts

Posted - 06 November 2006 :  19:22:11  Show Profile  Visit Image's Homepage  Send Image an ICQ Message
pop_messengers.asp
line 159 missing face=""" & strDefaultFontFace & """
if (not(strUseExtendedProfile) and InStr(strReferer, "pop_profile.asp") <> 0) then Response.Write("      <p align=""center""><font ??? size=""" & strDefaultFontSize & """><a href=""JavaScript:history.go(-1)"">Return to " & strProfileName & "'s Profile</a></font></p>" & vbNewLine)

pop_mail.asp
line 121 missing face=""" & strDefaultFontFace & """
"
<p><font ??? size=""" & strDefaultFontSize & """><a href=""JavaScript:history.go(-1)"">Go Back To Enter Data</a></font></p>" & vbNewLine

pop_send_to_friend.asp
line 93, 116 missing face=""" & strDefaultFontFace & """
			Response.Write("      <p><font ??? size=""" & strDefaultFontSize & """><a href=""JavaScript:history.go(-1)"">Go Back To Enter Data</a></font></p>" & vbNewLine)

pop_profile.asp
line 1622 missing face=""" & strDefaultFontFace & """
							"    <p align=""center""><font ??? size=""" & strDefaultFontSize & """><a href=""JavaScript:onClick=history.go(-1)"">Go Back To Enter Data</a></font></p>" & vbNewLine



HuwR
Forum Admin

United Kingdom
20584 Posts

Posted - 06 November 2006 :  19:29:20  Show Profile  Visit HuwR's Homepage
they aren't missing at all, they should take the default font face which is opened in inc_header_short.asp on line 88 and closed in inc_footer_short.asp

		"    <div align=""center"">" & vbNewline & _
		"    <font face=""" & strDefaultFontFace & """ size=""" & strDefaultFontSize & """>" & vbNewline
Go to Top of Page

Image
Average Member

Canada
574 Posts

Posted - 09 November 2006 :  17:57:06  Show Profile  Visit Image's Homepage  Send Image an ICQ Message
about pop_profile.asp
there is no inc_footer_short.asp
Go to Top of Page

HuwR
Forum Admin

United Kingdom
20584 Posts

Posted - 09 November 2006 :  18:08:31  Show Profile  Visit HuwR's Homepage
well, that really depends on what struseextended profile is set to, in some circumstance it does use inc_footer_short.asp, but even so it isn't a bug, it is just a design issue.
Go to Top of Page

Image
Average Member

Canada
574 Posts

Posted - 09 November 2006 :  20:58:55  Show Profile  Visit Image's Homepage  Send Image an ICQ Message
oookkkk, what do you thing about the admin_config_members.asp file.
missing 21 </font> tag in admin_config_members.asp
" & getCurrentIcon(strIconSmileQuestion,"","") & "</a>???</td>


a little bit here, a little bit there = big

pop_moderate.asp


line 577 missing
rsSub.close : set rsSub = nothing : exit sub

line 581 missing
rsSub.Close
set rsSub = nothing

line 593 missing
rsSub.Close
set rsSub = nothing

line 610 missing
rsSub.Close
set rsSub = nothing

line 614 missing
rsSub.Close
set rsSub = nothing

==============================
post_info.asp
line 949 missing
rs.close
set rs = nothing
line 1110 missing
rs.close
set rs = nothing


Edited by - Image on 09 November 2006 21:14:22
Go to Top of Page

Davio
Development Team Member

Jamaica
12217 Posts

Posted - 09 November 2006 :  22:12:45  Show Profile
Image, we will address the missing tags, but what does this have to do with "rsSub.close : set rsSub = nothing"?

If that is not related to "Missing font face" please start a new topic in the bug forum.

Support Snitz Forums
Go to Top of Page

HuwR
Forum Admin

United Kingdom
20584 Posts

Posted - 10 November 2006 :  02:57:56  Show Profile  Visit HuwR's Homepage
agreed with Davio, however not closing a recordset is NOT strictly required since asp closes them automatically when the page has finished and therefore not having one is NOT a bug,especially where the line imediately after the one you propose opens a new recordset, it is just good practice to close them when finished with them, but not when you imediately open another.
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.16 seconds. Powered By: Snitz Forums 2000 Version 3.4.07