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...Administration ...Administration ...Modules Installed in Pages?Modules Installed in Pages?
Previous
 
Next
New Post
2/4/2009 2:21 PM
 

Hi, I was wondering if there is anywhere in my installation where I can view a list of the modules I have installed and on what pages. I know the module definitions tab shows me which modules are installed, but I have lost track of which modules I have actually installed on the PAGES on my site???

Thanks for the help!

 
New Post
2/4/2009 8:22 PM
 

Note: not my own work, sorry i can't recall where I found this to give due credit. Log in as host and go to host->sql and execute these queries

Question 1: What modules are being used in my DNN instance (excludes admin modules):

select Distinct dm.ModuleName  from Modules m
    INNER JOIN ModuleDefinitions md on m.ModuleDefID = md.ModuleDefID
    INNER JOIN DesktopModules dm on md.DesktopModuleID = dm.DesktopModuleID
    WHERE dm.IsAdmin = 0

 

Question 2: What modules are installed but not being used:

select ModuleName from DesktopModules where isadmin = 0 AND
    ModuleName not in (select Distinct dm.ModuleName  from Modules m
    INNER JOIN ModuleDefinitions md on m.ModuleDefID = md.ModuleDefID
    INNER JOIN DesktopModules dm on md.DesktopModuleID = dm.DesktopModuleID)
 


Buy the new Professional DNN7: Open Source .NET CMS Platform book Amazon US
 
Previous
 
Next
HomeHomeUsing DNN Platf...Using DNN Platf...Administration ...Administration ...Modules Installed in Pages?Modules Installed in Pages?


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