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: General / Classic ASP versions(v3.4.XX)
 Logo Powered by Image at Footer - Size
 New Topic  Topic Locked
 Printer Friendly
Author Previous Topic Topic Next Topic  

Andy Humm
Average Member

United Kingdom
908 Posts

Posted - 18 February 2007 :  13:14:50  Show Profile
I have set the Logo_Poweredby.gif image to show in the Admin Config and all I get is a compressed image in the bottom right side of the page. The actual image size is width 142 and height 23.
I have looked at the code of the default page from view source and there appears to be some size parameters included
<td align="right"><font face="Verdana, Arial, Helvetica" size="1"><a href="http://forum.snitz.com/forum/" target="_blank" tabindex="-1"><acronym title="Powered By: Snitz Forums 2000 Version 3.4.06"><img src="logo_powered_by.gif" width="15" height="15" border="0" alt="Powered By: Snitz Forums 2000 Version 3.4.06" title="Powered By: Snitz Forums 2000 Version 3.4.06" /></acronym></a></font></td>

However, there doesn't appear to be any sizing settings in the inc_footer.asp
'## START - REMOVAL, MODIFICATION OR CIRCUMVENTING THIS CODE WILL VIOLATE THE SNITZ FORUMS 2000 LICENSE AGREEMENT
Response.Write "<a href=""http://forum.snitz.com/forum/"" target=""_blank"" tabindex=""-1""><acronym title=""Powered By: " & strVersion & """>"
if strShowImagePoweredBy = "1" then
Response.Write getCurrentIcon("logo_powered_by.gif||","Powered By: " & strVersion,"")
else
Response.Write "Snitz Forums 2000"
end if
Response.Write "</acronym></a></font></td>" & vbNewline
'## END - REMOVAL, MODIFICATION OR CIRCUMVENTING THIS CODE WILL VIOLATE THE SNITZ FORUMS 2000 LICENSE AGREEMENT

I am stuck to find where the sizing is coming from. My website is under profile cool link - Any help would be appreciated

Edited by - Andy Humm on 18 February 2007 13:16:45

pdrg
Support Moderator

United Kingdom
2897 Posts

Posted - 18 February 2007 :  14:23:42  Show Profile  Send pdrg a Yahoo! Message
Just to check - have you added any new code or mods to your site?
Go to Top of Page

HuwR
Forum Admin

United Kingdom
20600 Posts

Posted - 18 February 2007 :  14:44:13  Show Profile  Visit HuwR's Homepage
could you maybe provide us alink so that we can have a look
Go to Top of Page

thermal_seeker
Junior Member

United Kingdom
430 Posts

Posted - 18 February 2007 :  15:19:50  Show Profile
If you remember Huw, we had the exact same problem on my forum. I sent you all the required files and you were unable to find the problem.

Dave

No good at coding, but I can plough a field !!
Go to Top of Page

Andy Humm
Average Member

United Kingdom
908 Posts

Posted - 18 February 2007 :  15:55:05  Show Profile
Mods have been added but it worked okay. I think the only recent mod was SearchLog but I cannot recall if this mod affected the image. It was only recently I noticed.
Link in Profile - Cool Link

Edited by - Andy Humm on 18 February 2007 15:56:02
Go to Top of Page

Andy Humm
Average Member

United Kingdom
908 Posts

Posted - 18 February 2007 :  16:04:56  Show Profile
If you look at the properties of the logo image (rh click)on the default.asp the dimensions are 15 x 15. But the actual image sizing is 142 x 23. I have uploaded another image file with larger dims and pointed the code to it ie
Response.Write getCurrentIcon("newfile.gif||","Powered By: " & strVersion,"")
and still the newfile.gif displays as 15x15 dims
strange!

Go to Top of Page

HuwR
Forum Admin

United Kingdom
20600 Posts

Posted - 18 February 2007 :  16:48:48  Show Profile  Visit HuwR's Homepage
only thing I can thing of is that it is cashing a variable. try the following.

open inc_iconfiles.asp and look for this line
tmpicons = split(fIconName,"|")


add the following 2 lines imediately after the above line

fWidth=""
fHeight=""
Go to Top of Page

Andy Humm
Average Member

United Kingdom
908 Posts

Posted - 18 February 2007 :  16:59:10  Show Profile
Bravo, thanks very much all works now...
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.38 seconds. Powered By: Snitz Forums 2000 Version 3.4.07