Products

Solutions

Resources

Partners

Community

Blog

About

QA

Ideas Test

New Community Website

Ordinarily, you'd be at the right spot, but we've recently launched a brand new community website... For the community, by the community.

Yay... Take Me to the Community!

Welcome to the DNN Community Forums, your preferred source of online community support for all things related to DNN.
In order to participate you must be a registered DNNizen

HomeHomeGetting StartedGetting StartedInstalling DNN ...Installing DNN ...Missing Icons in Menu after Upgrade to 5.1Missing Icons in Menu after Upgrade to 5.1
Previous
 
Next
New Post
9/9/2009 10:16 PM
 

 

This didn't work for me and I have tried so many different things to help resolve this issue.

David A-W wrote
 

On the Host > SQL page, try running the following:

UPDATE dbo.{objectQualifier}Tabs
SET    IconFile = REPLACE(IconFile, '~/images/', '/images/')
    ,  IconFileLarge = REPLACE(IconFileLarge, '~/images/', '/images/')
WHERE  IconFile LIKE '~/images/%'

Then go to Host > Host Settings and click Restart Application.

 

 

 
New Post
9/14/2009 7:57 PM
 

The script also did not work for me. I am using Telerik menu if that matters.

Thanks.


Forerunner Communications, LLC
DotNetNuke Integration Specialists

 
New Post
9/22/2009 8:51 PM
 

I am using Telerik on my menu and Telerik support provided a change to the radmenu vb file. The answer if on the Telerik forums. Hope this helps someone in the future.


Forerunner Communications, LLC
DotNetNuke Integration Specialists

 
New Post
11/2/2009 10:30 PM
 

FYI - I just upgraded to version 05.01.04 (with PowerDNN as host).  I had this situation occur for me.   Following the steps (remember to restart!) resolved this for me.  Thanks for posting this.

 
New Post
11/9/2009 4:38 PM
 

I upgraded to 5.1 from 4.9 and had the icon problem so I tried the provided query.

I had an error when trying to execute the SQL query and after looking at the table in SQL Express, I found there was no IconFileLarge column. So if you get that error try the query with just the IconFile column as so:

UPDATE dbo.Tabs
SET    IconFile = REPLACE(IconFile, '~/images/', '/images/')
WHERE  IconFile LIKE '~/images/%'

(I also had no Object Qualifier before Tabs)

This worked for me after an application Restart.

 

 
Previous
 
Next
HomeHomeGetting StartedGetting StartedInstalling DNN ...Installing DNN ...Missing Icons in Menu after Upgrade to 5.1Missing Icons in Menu after Upgrade to 5.1


These Forums are dedicated to discussion of DNN Platform and Evoq Solutions.

For the benefit of the community and to protect the integrity of the ecosystem, please observe the following posting guidelines:

  1. No Advertising. This includes promotion of commercial and non-commercial products or services which are not directly related to DNN.
  2. No vendor trolling / poaching. If someone posts about a vendor issue, allow the vendor or other customers to respond. Any post that looks like trolling / poaching will be removed.
  3. Discussion or promotion of DNN Platform product releases under a different brand name are strictly prohibited.
  4. No Flaming or Trolling.
  5. No Profanity, Racism, or Prejudice.
  6. Site Moderators have the final word on approving / removing a thread or post or comment.
  7. English language posting only, please.
What is Liquid Content?
Find Out
What is Liquid Content?
Find Out
What is Liquid Content?
Find Out