Hiding header in DNN blog module

by Goran Siric on Wednesday, September 14, 2011 11:37 PM

Uh, I want to hide header displayed in some of the blog modules. So after spending an hour, I finally found the way how to hide it.

When you are logged as an admin, and you are in edit mode, move the mouse over Manage button in the upper left corner of the module, and from the menu select Edit module

Select page Page Settings and uncheck Display Container option or under Module Container option choose container type which does not display header. In standard DarkKnight DNN theme this container type is: Host: DarkKnigth-Invisible

It's easy when you know what to do, but sometimes it's hard to find what you are looking for.

Author
Goran Siric

Blog about programming



If you found this useful,
you can buy me a coffe :)

By me a coffe through PayPal :)


Featured articles

Integrating ChatGPT shared links with Sourcetree

We'll guide you through the process of incorporating ChatGPT shared links into your commit messages.

AndEngine - Textures tips and tricks

What you should know abot textures before get started programming your first game.

GIMP script for creating Android icons at once

Script for creating Android icons for different screen resolutions at once. Icons can be saved using standard Android icons naming conventions and saved in appropriate folders.

Creating Android button with image and text using relative layout

Source code with examples how to use relative layout to create nice buttons with text and images in Android

Android application and the Internet

Tutorial about connecting to the web pages on the Internet from Android application, using both POST and GET web requests.