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 ...Updating certain text/html module view settings in the DBUpdating certain text/html module view settings in the DB
Previous
 
Next
New Post
7/12/2015 6:50 PM
 

Here is a footer display that needs to be fixed, these are all Text/HTML modules:

Here is what we want.  Most of our pages are like this.  it's not a show stopper for our go live at the end of the month because all but a few of the customer facing pages are correct. 

On the Permissions page, Inherit Permissions from Page is not checked and only Admin is checked in the Permissions list.

Is there a way to programmatically set all the footer modules to All Users | View?  I can work the query out but didn't want to re-invent the wheel if there's a handy one already there.  Not asking for anyone to write it if it's not there ... what will help me is what tables exactly to target and I'll figure it out, then post it back here.

Thanks!

 
New Post
7/13/2015 2:53 AM
 

you Need to add a row to ModulePermission table

INSERT INTO ModulePermission (ModuleID, RoleID, PermissionsID) 
SELECT ModuleID, -1, X FROM Modules WHERE ModuleID IN (...)

 you need to fill in proper moduleIDs and PermissionID (from permission table)


Cheers from Germany,
Sebastian Leupold

dnnWerk - The DotNetNuke Experts   German Spoken DotNetNuke User Group

Speed up your DNN Websites with TurboDNN
 
Previous
 
Next
HomeHomeUsing DNN Platf...Using DNN Platf...Administration ...Administration ...Updating certain text/html module view settings in the DBUpdating certain text/html module view settings in the DB


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