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

HomeHomeUsing DNN Platf...Using DNN Platf...Skins, Themes, ...Skins, Themes, ...Find pages that are using skinsFind pages that are using skins
Previous
 
Next
New Post
6/21/2008 10:45 AM
 

Hi

I wan't to delete an old skin, but there is a message "This set of skins cannot be deleted because it is being used".

How can I find the page(s) that are using this old skin?

Hans

 

 
New Post
6/21/2008 11:27 AM
 

Hey Hans,

If you have checked your default skins for the portal and are not using the skin in question there - you can check it at the page level.

If you're comfortable doing so and have host access to your site -- you can log in and navigate to the Host -> SQL window and execute the following script.

select tabid, tabname, skinsrc
from {databaseOwner}{objectQualifier}[tabs]
where skinsrc != ''

You can then inspect hte SkinSrc column to see which pages are using which skins.

Take care,

Ian


Software Engineer
Co-Founder, dnnGallery
Stack Overflow: Ian Robinson
Twitter: @irobinson
Linked In: Ian Robinson
 
New Post
10/5/2009 9:56 AM
 

 I want to remove the default DNN minimal trophy skin from my site as it is causing a security issue for me (I have my own "profile" application and I don't want the user using the DNN profile).

I have checked the Tabs table and there is no reference to this skin.

I have run a query on the Skins table and there is no reference to this skin.

I have checked every page of my portal and all the admin pages and none of them use this skin.

BUT, when I go to the skins control page, I still get the

This set of skins cannot be deleted because it is being used

error message?

Any idea's as to how I can remove this skin?


Blue & White hooped blood runs through my veins!
 
New Post
10/5/2009 5:46 PM
 

You need to change the fallback skin too:

/Config/DotNetNuke.config

    <skinningdefaults>
        <skininfo folder="/MinimalExtropy/" default="index.ascx" admindefault="index.ascx" />
        <containerinfo folder="/MinimalExtropy/" default="title_grey.ascx" admindefault="title_grey.ascx" />
    </skinningdefaults>

 

 
Previous
 
Next
HomeHomeUsing DNN Platf...Using DNN Platf...Skins, Themes, ...Skins, Themes, ...Find pages that are using skinsFind pages that are using skins


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