Popular Tags, Blogs, and Videos about skin

The Accidental Geek | DotNetNuke Skinning 101 (Part 2)

In order to make sure this is a valid DotNetNuke skin, I added a contentpane inside my main wrapper.  This will allow me to view the skin in DotNetNuke as I progress.  Along with this HTML I need a little CSS to center my wrapper div in the browser window and to apply a background to the page.  I also want to do a few resets on margins and fonts to make sure I start from a known point.  At this point I can use the CSS almost straight from the Dreamy template. /* Generic Styling */ body { background:url(images/bg-body.png) repeat-x top center #E8F7F9; font-family:"Trebuchet MS" Arial, [more...]

Date: 2010-06-29 16:29:42

Blog posts (13) | Videos (25)
 


How to write custom DNN login module?

If you look at the skin that you are using, you will find that it is using Login control that is present in admin>skins folder of your DNN web site folder. Key to the whole process is cmdLogin_Click event handler method that gets called when you click on Login link or button on your page. If you look at the code, you will find the following set of code that is trying to find URL to where request should be redirected. Response.Redirect(LoginURL(ReturnUrl, (Request.QueryString("override") IsNot Nothing)), True) This LoginURL method is the one that decides what page will be shown for [more...]

Date: 2010-09-28 20:54:00


The Accidental Geek | DotNetNuke Skinning 101 (Part 3)

DotNetNuke breaks up our “themes” into two different parts – skins and containers.  In part 1 and 2 of this series, I showed you how to make the page layout portion of a DotNetNuke Skin.  It can be a bit confusing to new users because the term skin is used to describe the entire “theme” and also to describe the page layout portion of a complete skin package.  Containers are a much easier term to understand and will be the focus of this post. Background A DotNetNuke website consists of a set of pages on which the user places and configures one or more modules.  In order to [more...]

Date: 2010-07-13 17:32:54


Style helper 01.05.01 released

I released a new version of the Style Helper skin object on codeplex, you can download it here: http://dnnskinextensions.codeplex.com/ Documentation on this page Version 01.05.00 fixes some minor bugs and introduces some new functionality. New Feature in Version 01.05.00 Inject CSS class in DNN page body Tag You can now inject a CSS class to the page Body tag. I have been using this functionality a lot before in my skins with some custom VB in the ASCX. I now decided to add this to the style helper skin object. I normally use this technique to limit the number of skins I have [more...]

Date: 2010-09-30 11:52:00


DNN Error when loading a specific skin (GeneralContentPage)

I get this error when I load a page that uses a specific skin (GeneralContentPage). I have deleted the ascx page and parsed the skins again but still have the same error. Would appreciate any input! An error has occurred. DotNetNuke.Services.Exceptions.PageLoadException: Value cannot be null. Parameter name: input —> System.ArgumentNullException: Value cannot be null. Parameter name: input at System.Text.RegularExpressions.Regex.Replace(String input, String replacement) at DotNetNuke.Common.Globals.CreateValidID(String inputValue) at DotNetNuke.UI.Skins.Controls.Styles.AddStyleSheet() in [more...]

Date: 2010-09-30 15:51:53


RE: DNN error when loading skin

I get this error when I load a page that uses a specific skin (GeneralContentPage). I have deleted the ascx page and parsed the skins again but still have the same error. Would appreciate any input! An error has occurred. DotNetNuke.Services.Exceptions.PageLoadException: Value cannot be null. Parameter name: input ---> System.ArgumentNullException: Value cannot be null. Parameter name: input at System.Text.RegularExpressions.Regex.Replace(String input, String replacement) at DotNetNuke.Common.Globals.CreateValidID(String inputValue) at DotNetNuke.UI.Skins.Controls.Styles.AddStyleSheet() [more...]

Date: 2010-09-30 07:25:31


Package Iritation

I am trying hard to package up a skin/container extension like you have shown in issue 49, and I am using the most recent version of DNN. (5.5.1) I can't seem to edit my extension settings, I also get an error when I try and create a package from a skin I have installed. Cannot insert duplicate key row in object 'dbo.Packages' with unique index 'IX_Packages'. I am very iritated. I am sure I am doing something wrong, but I tried hard to follow the directions right from the video. If anyone has any ideas, I would [more...]

Date: 2010-10-05 03:42:45


RE: Star web 2.0 DNN Skin - Unlimited colors - Online Customization

Coding Staff is proud to announce a release of Star Web 2.0 DNN Skin Star Skin is a high quality design solution for DotNetNuke that offers not just one, but thouthsands DotNetNuke Skins available out of the box. Star's live demo speak for itself, feel free to check it, play with it and download your very own theme. Please don't hesitate to discuss this module via DotNetNuke Forum, Snowcovered or directly contact Coding [more...]

Date: 2010-09-30 02:55:54


Localization - How do i translate my DNN? > DotNetNuke Forum, DNN ...

I need my DNN to be in swedish. I saw there are some language packages but the latest one is for DNN 4.x and im using 5. So i guess i shouldnt try the older one. How do i go about to tranlsate it myself? I only need static translation as the content will be in swedish. Do you have a tutorial? On the DotNetNuke.com site the page for explaining how to do this was [more...]

Date: 2010-09-25 14:12:41


DotNetNuke Skins Free dotnetnuke skins download for business ...

Free three column dotnetnuke skin suitable for blog or business website, with green color scheme and rounded corners available for download. This free 3 column dnn skin has fixed width, gradient background, horizontal and vertical multi level drop down menu and it is css and xhtml [more...]

Date: 2010-09-06 06:47:00


Free 3 column dnn skin 004 » Free website templates, themes and ...

Free 3 column dotnetnuke skin with yellow green and brown color scheme and navigation bar on the top suitable for blog or business website available for download. This free dnn skin has fixed width and it is css and xhtml valid. Free 3 column DotNetNuke skin with brown background [more...]

Date: 2010-07-27 10:23:45


DotNetNuke Skins Free dotnetnuke skins download for business ...

Free 3 column dnn skin with horizontal multilevel navigation bar on the top and main content in the left column, suitsble for business website, news portal or blog, ready for download. This free dotnetnuke skin is css and xhtml valid and it has fixed [more...]

Date: 2010-09-05 10:14:00


DotNetNuke Nucleus Skin Designer Tutorial - Issue 60 > DotNetNuke ...

Subject: DotNetNuke Nucleus Skin Designer Tutorial - Issue [more...]

Date: 2010-09-09 16:44:50



13 Results