View Full Version : Problems with my favicon
Finger78
05-06-2007, 07:28 AM
Now before you just start posting the 20 links to all the other favicon threads please read this.
I have a favicon on my main Joomla site and it works great, however for my vBA and forums I cannot get the favicon to show at all.
I think I've added this (both separately and combined) to pretty much ever template I think it might be relevant (Header, headerinclude, etc etc)
<link rel="shortcut icon" href="favicon.ico" />
I have also tried entering in the exact address to no avail.
I've also tried 3 separate browsers and several computers, cleared cache etc and it STILL wont show.
I've also uploaded the frickin ico to like every folder on my site to try to get it working.
It just shows a blank icon and I cannot figure out how the hell to get it working.
www.err32.com (icon I'm using in action)
www.err32.com/forums (blank, not working)
Dismounted
05-06-2007, 07:33 AM
Look at the source, this is what is displayed for the favicon.
<link rel="shortcut icon" href=".ico" />
Lynne
05-06-2007, 03:06 PM
On the page that is working, you have this:
<link rel="shortcut icon" href="http://www.err32.com/images/favicon.ico" />
On the page that doesn't work, you have this:
<link rel="shortcut icon" href=".ico" />
Have you tried putting the code that works into the non-working page? Also, you may have to clear your cache after changing the code to see if it's working.
Finger78
05-06-2007, 08:44 PM
The odd this is that the icon works in the admin portion of vB but not on the actual forums etc, and as I already stated I cleared the cache like 20 times and on several computers.
And I dont know why it didnt display the proper source but all of the coding was indeed correct within the templates:
<link rel="shortcut icon" href="favicon.ico" />
I tried changing it to:
<link rel="shortcut icon" href="http://www.err32.com/images/favicon.ico" />
I do not understand whats going on
Lynne
05-07-2007, 04:05 PM
Right now (you've changed it since I last looked), this is what your source code says for the second, non working link:
<link rel="shortcut icon" href="http://www.err32.com/images/.ico" />
and that will definitely not work (as you can see).
Just as an FYI, I have a favicon.ico located in both my root (public_html) and my forums (public_html/forums) and I have no html link to them in my source and they show up just fine since they are named the default name of "favicon.ico". So, you may want to just take out the link and see what happens.
Finger78
05-07-2007, 05:47 PM
What your seeing is NOT what I have in my code, it does in fact have a proper link to the favicon.
By your suggestion I removed all coding to the favicon in all the templates and now I got it working.
Wish someone would have just said I needed to drop in the ico into certain folders and nothing more need be done lol, woulkd have saved me a lot of time.
Thanks
TrannyD?LL?
05-10-2007, 11:16 PM
The error is always between the keyboard and the chair.
Thanks for starting this thread and saving me time.
mccollin
05-11-2007, 03:30 AM
I had the same problem... worked fine with vB 3.5.4 with the code in the headinclude template, but with 3.6.5, it had to be removed to see the favicon. It must be backwards day!
vBulletin® v3.8.12 by vBS, Copyright ©2000-2025, vBulletin Solutions Inc.