favicon image appears next to internal links containing $base_url too

nirvanajyothi - August 24, 2008 - 10:07
Project:URL Icon
Version:HEAD
Component:Code
Category:support request
Priority:normal
Assigned:sanduhrs
Status:active
Description

The favicon is displayed next to the internal links i have in my footer .As my site doesnt have a favicon a white outlined box is shown.This happens only in IE 6 and not in firefox.Can this be fixed?Can a configuration option be setup to hide favicons for selected links?

#1

sanduhrs - August 24, 2008 - 14:21

Could you please post a link, or the sourcecode?

#2

nirvanajyothi - August 25, 2008 - 15:58

<p><a href="http://www.mysite.com/an/about-us">About us <img src="/sites/all/modules/urlicon/favicon.ico"  alt="" title="favicon" class="urlicon urlicon-www_mysite_com" /></a>&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp; <a href="http://www.mysite.com/an/contact-us">Contact us <img src="/sites/all/modules/urlicon/favicon.ico"  alt="" title="favicon" class="urlicon urlicon-www_mysite_com" /></a>&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp; <a href="http://www.mysite.com/an/disclaimer">Disclaimer <img src="/sites/all/modules/urlicon/favicon.ico"  alt="" title="favicon" class="urlicon urlicon-www_mysite_com" /></a></p>

is from IE 6 .

The links which have no favicons show the white outline square too like the internal links in my footer.

also had another different error today...have reported it as a bug http://drupal.org/node/299748.

#3

sanduhrs - October 6, 2008 - 20:53
Status:active» closed

I still can't reproduce this.
The code you have in your footer normally is not affected by any filter. Only nodes and comments are filtered, as far as I know.
Please reopen, if you have additional information.

#4

Roi Danton - October 21, 2008 - 09:40
Title:favicon boxes shown next to internal links too in Internet Explorer» favicon image appears next to internal links containing $base_url too
Status:closed» active

I reopen it though my issue is slightly different.

I'm using a custom filter for internal links and prepend $base_url so it is $base_url/$node->path.

Unfortunately the fav appears next to those links, too. You should exclude links with $base_url in the path from the marked links or give an option at the filter settings (for those who like their own favicon ;) ).

#5

sanduhrs - October 21, 2008 - 09:45
Version:6.x-2.0» HEAD
Assigned to:Anonymous» sanduhrs

Yes, we are filtering for absolute links, assuming internal links are relative.
Will have a look at that, soon.

 
 

Drupal is a registered trademark of Dries Buytaert.