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...Using Modules a...Using Modules a...Removing module from a single page after applying to allRemoving module from a single page after applying to all
Previous
 
Next
New Post
2/17/2017 2:04 PM
 

I can't find it in the documentation but I have an HTML module I have applied across the site that I need to keep on the internal pages but want to remove from the home page.  How do I go about removing it in one place but leaving it everywhere else?

Thanks

JoAnn

 
New Post
2/17/2017 3:01 PM
 
just use delete from the module context menu. it will only be deleted from current page.
if you want to remove from all pages, go to module settings on the original page and uncheck "display on all pages" first.

Cheers from Germany,
Sebastian Leupold

dnnWerk - The DotNetNuke Experts   German Spoken DotNetNuke User Group

Speed up your DNN Websites with TurboDNN
 
New Post
10/8/2017 7:00 PM
 
How do I determine where the original page is once a module has been applied to all pages? Thanks!
JoAnn
 
New Post
10/9/2017 8:23 AM
 

JoAnn,

you could try the following SQL Statement:

SELECT
   t.TabName,
   tm.CreatedOnDate
FROM
   {databaseOwner}{objectQualifier}TabModules tm
   INNER JOIN {databaseOwner}{objectQualifier}Tabs t On t.TabID = tm.TabID
WHERE
   tm.ModuleID = [YourModuleID]
ORDER BY
   tm.CreatedOnDate

Should be on the page given in the first record, which is the oldest.

Happy DNNing!
Michael


Michael Tobisch
DNN★MVP

dnn-Connect.org - The most vibrant community around the DNN-platform
 
New Post
10/31/2018 11:27 AM
 
I applied all on one of my modules and it switched the style of the header for the whole website, which wasn't my intention. How does one undo that? I only added a social button so that it would show up in the footer for the whole site. Instead it changed the default HEAD to the footer style.
 
Previous
 
Next
HomeHomeUsing DNN Platf...Using DNN Platf...Using Modules a...Using Modules a...Removing module from a single page after applying to allRemoving module from a single page after applying to all


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