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)
 image
 New Topic  Topic Locked
 Printer Friendly
Author Previous Topic Topic Next Topic  

goofyguy620
New Member

USA
84 Posts

Posted - 17 March 2010 :  07:52:11  Show Profile  Send goofyguy620 a Yahoo! Message
Hi,

I put my logo in the "Title Image Location" and my logo went huge? Can you show me how to set the width / height for the logo so it can normal?

Please Advice,
Thanks,

Jimmy

AnonJr
Moderator

United States
5768 Posts

Posted - 17 March 2010 :  08:34:33  Show Profile  Visit AnonJr's Homepage
The forum currently assumes that you've already used your image editing program of choice to properly size the logo. You have two options:

1. Use an image editing program to re-size the logo appropriately (a.k.a. the better option)

2. Edit inc_header.asp around line line 280 find
getCurrentIcon(strTitleImage & "||",strForumTitle,"")
and add the parts in red:
getCurrentIcon(strTitleImage & "|width|height",strForumTitle,"")
(a.k.a. not the best option)


Option one will improve your page load time as visitors won't have to download a big freaking image.
Go to Top of Page

goofyguy620
New Member

USA
84 Posts

Posted - 17 March 2010 :  20:33:20  Show Profile  Send goofyguy620 a Yahoo! Message
Hello,

I set the width and height it gave me an error page,

getCurrentIcon(strTitleImage & "|width=75|height=50",strForumTitle,"")

am I doing something wrong?

Please Advice,
Thanks

Jimmy
Go to Top of Page

leatherlips
Senior Member

USA
1838 Posts

Posted - 18 March 2010 :  05:24:48  Show Profile  Visit leatherlips's Homepage
Do this:
getCurrentIcon(strTitleImage & "|75|50",strForumTitle,"")


But like AnonJr said, it is MUCH better to edit the graphic to the size you want in an image editing program. One very good free one is Irfanview. With it you can Resize your image to the size you need. Editing the graphic is better because the file size will also be reduced.

If you simply take a large image and change its dimensions the file size will still be large. Your users will always have to wait for it to load which will get annoying. A smaller file size will load much more quickly.

Mangione Magic Forum - The Music of Chuck Mangione

My Mods: Googiespell MOD | Link To Reply MOD | Petition MOD | Contact Page MOD | Share This Topic MOD | MP3 MOD | PageEar MOD | Google Viewer MOD
Go to Top of Page

goofyguy620
New Member

USA
84 Posts

Posted - 18 March 2010 :  07:37:04  Show Profile  Send goofyguy620 a Yahoo! Message
Hi leatherlips, AnonJr

The Logo I am using is an animation.gif, the software setting when save only have 2 options, either set the size to the max which will fill almost half of the size of a 17" screen or set the next smaller size below that is 288pt or lower.. That's why I can't get the size I wanted.

I took out the "width/height and adjust the "number" only in the getCurrentIcon.. Is all good!!!

Thanks for your Help....

Manny Thanks again!!


Jimmy

Edited by - goofyguy620 on 18 March 2010 07:43:48
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.5 seconds. Powered By: Snitz Forums 2000 Version 3.4.07