DotNetNuke Skins and Resources by ThinkofDesign

Entries for the 'Tips & Tricks' Category

All DNN sites need a logo? 

There are cases that an image for the logo can be optional like in small personal sites and blogs. By default within a DotNetNuke site we have to choose between two options, either an image or no logo...

Role Based Skinning 

Similar to the "CSS Selectable Pages", we shall keep adding efficiency to our skin code. This time we have a look at ways to reveal or conceal parts of our skin to the users according to the...

CSS Selectable Pages 

Consider the following scenario. We have a portal with decades or hundreds of pages. Some of those pages include content that needs special styles to look good. Inline CSS is not an option as we talk ...

CSS Specificity 

I had a quick chat with a friend who was trying to override some CSS styles so he can change the look and feel of the Telerik menu for DNN and I thought to post some useful information that many oth...

How to avoid the SPAN in the dnn:TITLE 

This is just an answer to a question posted on my twitter from @horacioj. It's about how to avoid the SPAN and get a clean heading tag in a DNN container title. Below you can see the code for a simple...

An easy way to test containers 

If you ever tried to create a set with several containers, I'm sure you have seen how time consuming can be, to apply one by one the containers you have created so you can be sure that everything look...

How to fix the DNN File Manager appearance 

Sometimes the File Manager does not fit in the content area. I got this issue in many skins that use vertical navigation. To fix it, we just have to put a fixed width using the FileManager CSS class i...

PageTitle: The hidden DNN skin object 

Follow these steps to activate the [PAGETITLE] skin object for your HTML skins.