Sunday, September 05, 2010
  Search
 
Register
Login
 
Installing Active Directory Authentication Package on DotNetNuke
DotNetNuke has abstracted the authentication providers away from the core giving site owners the ability to add new authentication systems. You can see in the picture below that by default, the DotNe...

Find this article and more in the category

Read This Article . . .

Upgrading to DotNetNuke Cambrian 5.0 from DotNeNuke 4.x
If you're looking to try out the new DNN Cambrian package, you can upgrade previous DotNetNuke installations with the following steps. Remember, as of right now, the DNN 5.0 Cambrian package availabl...

Find this article and more in the category

Read This Article . . .

Simple Intro to the DNN UserInfo Class
 New DNN developers often wonder how to expose information about logged in users to a custom DotNetNuke module. So, I threw together a very simple example to show how easy it is to begin using the bu...

Find this article and more in the DotNetNuke category

Read This Article . . .

Quick Check for Troubleshooting the CodeEndeavor Ajax Templates
I haven’t just installed the the template and created a module out of the box yet. However, I have come across a few things that I know to check and fix and I’m up and running in no time at all. If y...

Find this article and more in the category

Read This Article . . .

Converting a CSS Template To a DotNetNuke Skin
Creating DotNetNuke Skins can be a time consuming task. But, it's really not that hard and it doesn't have to be if you can use templates to help get started. Why not convert some free templates from...

Find this article and more in the category

Read This Article . . .

How To Customize the Privacy and Terms Links on Your DotNetNuke Portal
Straight out of the box, DotNetNuke already has a lot of things covered. But, what do you do when you are ready to begin customizing your site. Sometimes, it’s not so easy to figure out how to make t...

Find this article and more in the category

Read This Article . . .

Resolving Troubles with DNN User Controls During Module Development & Compilation
So, you've created a module in a separate project using some DNN User Controls and now you're receiving errors and can't compile? If you are using these controls (list below) on your module using ...

Find this article and more in the category

Read This Article . . .

Dude, Where’s my web.config file? Resolve Installation DNN Error Message: BC30451: Name 'Config' is not declared
Sometimes troubleshooting DNN errors can be a royal pain. Fortunately, if you know what you're looking for installation errors are usually pretty easy to resolve. Unfortunately, if you don't know wha...

Find this article and more in the category

Read This Article . . .

Setting Up the DotNetNuke Side of Multi-Websites
Ok, so by now you know that DotNetNuke can handle multiple websites, but you still want to know why. Well, it’s pretty easy once you know how to do it, but it can be pretty confusing to some who are ...

Find this article and more in the category

Read This Article . . .

Installing DotNetNuke on the root of GoDaddy - 8 Simple Steps
If you have are having a hard time getting DotNetNuke installed on the root of your hosting account, read this article to find out how. This article was originally written for a the specific purpose ...

Find this article and more in the Hosting Provider category

Read This Article . . .

Recently Added Articles

Minimize
Article List

 

DotNetNuke 5 Cambrian Extropy Skin Features and Limitations

12/11/2008 5:59:20 PM - By Briana Tarrance

Category: | | Comments 0

 

 

Related Links

Aside from looking way better out of the box, the new Extropy skin was some advantages over the old default skins.  The most obvious difference is that the skin is based on <div> tags and not on a <table> layout.  The next most obvious differences is the skin is using SkinWidgets as you can see with the new "toolbox" feature.

The new feature is very cool, but should be used more as a learning tool for DNN Skin designers and developers as it doesn't work in the "anticipated" way a user would expect in a production environment.

As expected, clicking on an icon does indeed change the settings of the current page. (However, you'll notice that not all the text changes in response to the text changing icons...this can be fixed with some good CSS style sheet modifications though. It is a limitation of the stylesheet and not the widget)

But. . . it does not work as "anticipated" because when I (the user) navigate to another page, the page will revert to the default skin unless I've elected something different. So, technically a user would have to make selections on EVERY single visited page before their preferences would be shown to them.

So, while TECHNICALY the feature works as designed, it doesn't work as ANTICIPATED for the end user.

There is good news however, if you're looking for a module to do something like that...

Shameless plug begins here. . .

The veCSSViewer module allows you to use one skin (.ascx) file and add as many stylesheets as you want for it. You can add a visual cue or image to represent each stylesheet and you.  ( Check out the demo here )

As the portal admin, you can decide whether you want the preference to work on one page only or for the entire site. Preferences for registered users are persisted for the lifetime of the module and preferences are even persisted for anonymous users for the lifetime of their cookie. You can visually control your site's look and feel and offer your users a special treat to personalize their visit. If you want to see more just visit the module on Snowcovered or on Virtual-Essentials.com

 

 

OK... shameless plug over...

 

 

 


 
 
Copyright 2008 by Virtual-Essentials.com Privacy Statement    Terms Of Use