Login  Register 
Home
 
Applications
 
Consulting
 
Design
 
Business Links
 
Support
 
Contact
  Search
Search
 
 SupportKnowledge BaseDotNetNuke     May 17, 2012  
Snippets
21

DNN module skin container settings are stored in the TabModules table. Use the following SQL statement to reset all containers:

update TabModules set ContainerSrc = NULL

To update spcific modules you could execute something like:

update TabModules set ContainerSrc = '[G]Containers/sL001_DarkRed/No Container.ascx' where ContainerSrc = '[L]Containers/DarkRed/No Container.ascx'

Host containers will start with "[G]" and site containers will start with "[L]"

Posted in: DotNetNuke, Modules

Post Rating

Comments

There are currently no comments, be the first to post one.

Post Comment

Only registered users may post comments.
 

P.O. BOX 2342 ~ BREWSTER, MA 02631
PHONE & FAX: (508) 714-0678

 
 Copyright 2012 by Global Internet Business Solutions   Terms Of Use  Privacy Statement