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 |
Jump to:
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
Could you please post a link, or the sourcecode?
#2
<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> <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> <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
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
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
Yes, we are filtering for absolute links, assuming internal links are relative.
Will have a look at that, soon.