Hi everyone,
I’d like to create a shared footer in DNN that works like a partial view: I want to edit the footer content in one place, and have all pages update automatically.
What is the best way to do this in DNN?
Thanks in advance for any guidance or module recommendations.
There are 2 ways:
A change in 1 module will be reflected on all pages.
1. You can use an include for content (but this will be fixed / not ediable) Example: https://github.com/40fing...00.00-Demo-Skin.ascx 2. You can create a footer pane and use a module with the "Display on all page" option.
3. What I use is a Open Content with it's Skin object. This is essentially a Strucuted Content ?Module that can be rendered as a Skin Object in the Theme. Example: https://github.com/40fing...10.00-OC-Skin-Object
These Forums are for the discussion of the open source CMS DNN platform and ecosystem.
For the benefit of the community and to protect the integrity of the ecosystem, please observe the following posting guidelines:
Awesome! Simply post in the forums using the link below and we'll get you started.