SkinObject Module Wrapper
The
SkinObject Module Wrapper is a DotNetNuke module that will allow you to add any DNN SkinObject to a page dinamically as if it was a DNN Module.
Without any skin modification you can now inject new SkinObjects to you pages, configure the properties and change them on the fly.
When to use the SKO Module Wrapper
Whenever we need a given feature in the skin of our DotNetNuke site we have to create a new skin file, add the given feature we need (for example the language selector), package the skin, upload the skin package to the site and finally assign the new skin to the page where we need it.
If the feature is needed site wide this is not really a problem because we will just edit the skin that we are using on our site by default. But when we just need that feature only for any given page, having a new skin file for just that case is somewhat time consuming and difficult to maintain in the long term.
The SkinObject Module Wrapper can be used to dinamically inject DNN SkinObjects in any page without any changes in the skin file, as we would do when adding a module to a page.
You can get the control for free at
Codeplex.