Go Back   vBulletin Setup > vBulletinSetup Information > vBulletin Questions


Please Register to get full access to the forums.
Post New Thread  Reply



#1   01-16-2008, 08:24 PM
PC101 has a spectacular aura about Join Date: Dec 2006 Posts: 335
Lost my favicon...


Evenin,

I was trying to change my favicon and seem to have gotten rid of the old one and now can't get the new one loaded. Following the directions found here...

Favicon Generator

Scroll down to "How to use a favicon in your site" ... I put the following code...

Code:
<link rel="shortcut icon" href="http://www.pc101.com/forum/images/favicon.ico" />
<link rel="icon" http://www.pc101.com/forum/images/favicon.ico" />
under the
Code:
<head>
section of my forumhome template but it doesn't seem to be working. I thought this was how I did it before but it doesn't appear to be the case. So... where did I go wrong? :waiting2:

Thanks!

Lyte
Quote   |  



#2   01-16-2008, 08:26 PM
Send a message via AIM to Brandon Send a message via MSN to Brandon Send a message via Yahoo to Brandon Brandon is a glorious beacon of lightBrandon is a glorious beacon of lightBrandon is a glorious beacon of lightBrandon is a glorious beacon of light Join Date: Jul 2006 Posts: 9,827 Location: Topeka, KS
Re: Lost my favicon...


I don't think you need to put that code anywhere, just upload the ico to the root ?
--------------------
Brandon Sheley / vBulletin Setup Staff
Check out our Newsletter for the latest vB and SEO news.
Are you looking for vBulletin work to be done on your forums ?
Would you like to Help Support vBulletin Setup.

Please do not PM me for support, that's what the forums are for.
Have you heard about Crowdgather?
Find it on Forums


Stay up to date by installing our Tool Bar
Quote   |  



#3   01-16-2008, 08:27 PM
PC101 has a spectacular aura about Join Date: Dec 2006 Posts: 335
Re: Lost my favicon...


Yeah, I thought that but wasn't sure... there's no
Code:
<head>
section there. Lemme give that a shot too.... I'll report back!

Lyte
Quote   |  



#4   01-16-2008, 08:29 PM
Send a message via AIM to Brandon Send a message via MSN to Brandon Send a message via Yahoo to Brandon Brandon is a glorious beacon of lightBrandon is a glorious beacon of lightBrandon is a glorious beacon of lightBrandon is a glorious beacon of light Join Date: Jul 2006 Posts: 9,827 Location: Topeka, KS
Re: Lost my favicon...


Quote:
Originally Posted by PC101 View Post
Yeah, I thought that but wasn't sure... there's no
Code:
<head>
section there. Lemme give that a shot too.... I'll report back!

Lyte
sounds good,

btw.. I like that "class in session" area with the clickable images
--------------------
Brandon Sheley / vBulletin Setup Staff
Check out our Newsletter for the latest vB and SEO news.
Are you looking for vBulletin work to be done on your forums ?
Would you like to Help Support vBulletin Setup.

Please do not PM me for support, that's what the forums are for.
Have you heard about Crowdgather?
Find it on Forums


Stay up to date by installing our Tool Bar
Quote   |  



#5   01-16-2008, 08:34 PM
PC101 has a spectacular aura about Join Date: Dec 2006 Posts: 335
Re: Lost my favicon...


Quote:
Originally Posted by Brandon View Post
sounds good, btw.. I like that "class in session" area with the clickable images
Thanks, it's different.

Well, I stuck this...

Code:
<link rel="shortcut icon" href="http://www.pc101.com/forum/images/favicon.ico" />
<link rel="icon" http://www.pc101.com/forum/images/favicon.ico" />
in the header template, right at the top, before anything else. It still doesn't appear to be working.

Lyte
Quote   |  



#6   01-16-2008, 09:01 PM
ARealRedneck is a jewel in the roughARealRedneck is a jewel in the rough Join Date: Dec 2006 Posts: 797 Location: KY
Re: Lost my favicon...


Quote:
The original means of defining a favicon was by placing a file called favicon.ico in the root directory of a webserver. This would then automatically be used in Internet Explorer's favorites (bookmarks) display. Later, however, a more flexible system was created, using HTML to indicate the location of an icon for any given page. This is achieved using the link element like: <link rel="shortcut icon" href="/favicon.ico" /> in the <head> section of the document. In this way, any appropriately sized (16×16 pixels or larger) image can be used, and although many still use the .ico format, other browsers now also support the GIF and PNG image formats.

For optimal browser support, the following rules should be obeyed:
  • Include both element types:
    <link rel="shortcut icon" href="http://example.com/favicon.ico" />
    <link rel="icon" href="http://example.com/favicon.ico" />
  • The link elements must be inside the head element (between <head> and </head>) in the HTML.
  • For XHTML, the link element must be empty (terminated by /> )
  • The href can, but need not, point to the location /favicon.ico. It could equally well point anywhere else on your site that is convenient.
  • The image can be an ICO, PNG or GIF.
  • The .ico file format will be read correctly by most browsers.
Note: A file called favicon.ico and located in the document root directory will also be found by some browsers which do not process the link elements, even if it is not linked from anywhere on your site.
I am sure you still have to upload to your root directory..
--------------------
Jason / vBulletin Setup Staff
Check out our Newsletter for the latest vB and SEO news.
Are you looking for vBulletin work to be done on your forums ?
Would you like to Help Support vBulletin Setup.
Do not PM me asking for help with your forum, this is what the forum is for.
Truck Drivers and the Industry

Quote   |  



#7   01-16-2008, 09:06 PM
PC101 has a spectacular aura about Join Date: Dec 2006 Posts: 335
Re: Lost my favicon...


Quote:
Originally Posted by ARealRedneck View Post
I am sure you still have to upload to your root directory..
I uploaded it to...

Code:
http://www.pc101.com/favicon.ico
and also to...

Code:
http://www.pc101.com/forum/images/favicon.ico
Did I put it in the wrong place?

Lyte
Quote   |  



#8   01-16-2008, 09:10 PM
ARealRedneck is a jewel in the roughARealRedneck is a jewel in the rough Join Date: Dec 2006 Posts: 797 Location: KY
Re: Lost my favicon...


This link shows your icon. So it must be in the right place..

http://www.pc101.com/forum/images/favicon.ico

What browser are you using, because mine would show up in FF but not IE....
--------------------
Jason / vBulletin Setup Staff
Check out our Newsletter for the latest vB and SEO news.
Are you looking for vBulletin work to be done on your forums ?
Would you like to Help Support vBulletin Setup.
Do not PM me asking for help with your forum, this is what the forum is for.
Truck Drivers and the Industry

Quote   |  



#9   01-16-2008, 09:16 PM
PC101 has a spectacular aura about Join Date: Dec 2006 Posts: 335
Re: Lost my favicon...


EDIT...

Okay, I just realized something! It's showing up for the forum...

PC101 - Free Tech Help for Windows XP, Vista, 2000, 98 and more!

but not the homepage!

So, it has to be something to do with VBAdvanced. Any suggestions??

Thanks!

Lyte

Last edited by PC101; 01-16-2008 at 09:46 PM.
Quote   |  



#10   01-16-2008, 10:24 PM
Send a message via AIM to Brandon Send a message via MSN to Brandon Send a message via Yahoo to Brandon Brandon is a glorious beacon of lightBrandon is a glorious beacon of lightBrandon is a glorious beacon of lightBrandon is a glorious beacon of light Join Date: Jul 2006 Posts: 9,827 Location: Topeka, KS
Re: Lost my favicon...


If you want the .ico image to show on the root page, you'll want to put it in the root directory.
If you want it to show in the forums folder, well you'll place it in the forum folder/
If you look, you'll see we have a blue orb on the forums pages, and a blue swoosh on the home page.
I have one in the root, and another in the forum/ folder
--------------------
Brandon Sheley / vBulletin Setup Staff
Check out our Newsletter for the latest vB and SEO news.
Are you looking for vBulletin work to be done on your forums ?
Would you like to Help Support vBulletin Setup.

Please do not PM me for support, that's what the forums are for.
Have you heard about Crowdgather?
Find it on Forums


Stay up to date by installing our Tool Bar
Quote   |  
Post New Thread  Reply
vBulletin Setup > vBulletinSetup Information > vBulletin Questions


Tags
favicon

Thread Tools
Display Modes

 
Posting Rules
You may not post new threads
You may not post replies
You may not post attachments
You may not edit your posts

BB code is On
Smilies are On
[IMG] code is On
HTML code is Off
Trackbacks are On
Pingbacks are On
Refbacks are On

Similar Threads
Thread Thread Starter Forum Replies Last Post
Lost all links keithsan vBulletin SEO Tips and SEO Questions 2 09-05-2007 06:05 AM
Completely Lost! PropertyHogs vBulletin Questions 12 06-05-2007 10:39 PM
file lost terry brian Computer Tech Information 5 05-22-2007 11:20 AM
Lost Gurus Adam Free vBulletin Link Directory 1 02-19-2007 02:21 PM


All times are GMT -6. The time now is 09:36 PM.

vBulletin Setup, vBulletin Setup Forums, vBulletin Services, vBulletin Blogs, vBulletin SEO, vBulletin Questions, vBulletin Skins, Styles, Templates
vBulletin Hacks / Modifications, vBulletin Monetization, Blogs, vBulletin Link Directory,Quality Link Directory