Logo Questions Linux Laravel Mysql Ubuntu Git Menu
 

Change favicon in DotNetNuke portal

I'm managing several DotNetNuke portals (as well as the main hosting itself). All of the portals have the default DNN icon in the address and when they're bookmarked. I want to have a custom favicon.!

It's the icon on the left side of this: DNN icon
(source: dotnetnuke.com)

I've tried clobbering the default favicon.ico file in the root directory (where the web.config file is located). I've deleted, I've replaced, I've restarted the browser, I've bounced IIS. None of that works.

Has anyone come across a solution for the wonky favicon problem in DNN?

like image 493
Rap Avatar asked Aug 20 '09 13:08

Rap


People also ask

What is http * * favicon ICO?

The favicon. ico is a small icon found in the URL address bar and on bookmarks created by web browsers. For example, in the image above, there's a small icon ( ) in the front of the Computer Hope URL.


2 Answers

Times have changed in the DotNetNuke world since this question was answered. Now, the favicon is much easier to change.

Go to Site Settings underneath the Admin menu, and scroll down to Appearance. There should be an option to upload a new icon, or use one currently on your site.

like image 69
Twoquestions Avatar answered Sep 20 '22 15:09

Twoquestions


You need to place the favicon in each portal's own folder (Portals/0/favicon.ico). Make sure you delete the icon in the root of your website, as that will (supposedly) override any portal-specific favicons and apply to all portals.

Have a look here as well: http://www.dotnetnuke.com/Community/Forums/tabid/795/forumid/108/threadid/183454/scope/posts/threadpage/3/Default.aspx.

like image 21
Tim S. Van Haren Avatar answered Sep 20 '22 15:09

Tim S. Van Haren