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 ...What 3rd Party Modules are usedWhat 3rd Party Modules are used
Previous
 
Next
New Post
9/22/2011 3:55 AM
 
Hi,

I am running DNN 5.6.1

Is there a way to see a summary of 3rd party modules that are in use on my site. I did not develop the site but I want to consider undating the DNN version but 3rd party modules may need to be updated and I want to see what modules are in use. Is there an easy way to see all 3rd party modules in use?

Thanks
Derek
 
New Post
9/22/2011 4:33 AM
 
Drop a reports module on a page and add the following SQL:

SELECT     TOP 100 PERCENT dbo.DesktopModules.DesktopModuleID, dbo.DesktopModules.FriendlyName, dbo.ModuleDefinitions.ModuleDefID, dbo.Modules.ModuleID, dbo.Modules.ModuleTitle, dbo.Modules.AllTabs, dbo.Modules.PortalID, dbo.Tabs.ParentId, dbo.Tabs.TabID, dbo.Tabs.TabName, dbo.Tabs.Title
FROM         dbo.TabModules INNER JOIN
                      dbo.Modules ON dbo.TabModules.ModuleID = dbo.Modules.ModuleID INNER JOIN
                      dbo.Tabs ON dbo.TabModules.TabID = dbo.Tabs.TabID INNER JOIN
                      dbo.ModuleDefinitions ON dbo.Modules.ModuleDefID = dbo.ModuleDefinitions.ModuleDefID INNER JOIN
                      dbo.DesktopModules ON dbo.ModuleDefinitions.DesktopModuleID = dbo.DesktopModules.DesktopModuleID
ORDER BY dbo.DesktopModules.FriendlyName, dbo.Tabs.TabName


It won't be only the 3rd party modules but you should be able to pick them out
 
New Post
9/22/2011 4:57 AM
 
If you enter Host :: Module Definitions, all modules are listed and whether they are in use. Be careful, however, some core components are listed not to be in use, though they are needed by other components.

Cheers from Germany,
Sebastian Leupold

dnnWerk - The DotNetNuke Experts   German Spoken DotNetNuke User Group

Speed up your DNN Websites with TurboDNN
 
New Post
9/22/2011 5:05 AM
 
Many thanks Barry

I run the query directly on the database

FYI I had to remove the Modules.ModuleTitle column

Shame there is no easy way to find non core modules, I am assuming that if I update to new DNN version that all core modules will be auto updated and that it will only be the third party modules that I need to manually update.

But once again thanks for your response at least this gives me an easy way to see what modules are in use

Derek


 
Previous
 
Next
HomeHomeUsing DNN Platf...Using DNN Platf...Administration ...Administration ...What 3rd Party Modules are usedWhat 3rd Party Modules are used


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