Products

Solutions

Resources

Partners

Community

Blog

About

QA

Ideas Test

New Community Website

Ordinarily, you'd be at the right spot, but we've recently launched a brand new community website... For the community, by the community.

Yay... Take Me to the Community!

Welcome to the DNN Community Forums, your preferred source of online community support for all things related to DNN.
In order to participate you must be a registered DNNizen

HomeHomeUsing DNN Platf...Using DNN Platf...Skins, Themes, ...Skins, Themes, ...Where should I start in replicating this layout in DNN?Where should I start in replicating this layout in DNN?
Previous
 
Next
New Post
10/29/2008 4:23 PM
 

This is a prototype for a Web site I am working on. I have to create it in dnn. I have no experience with dnn. I would like to know what the best approach would be for a layout like this one. Should the upper menu be in it's own content pane? Will I even be able to make this exact layout in dnn? I am completely wet behind the ears on this one. Any help would be hugely appreciated. Just need to know where to start!

 

 
New Post
10/29/2008 6:52 PM
 

this is not an easy layout for dynamic sites like DotNetNuke - you will need assistance of experienced skinners. You might check out the available skins at the marketplace or snowcovered to find a skinner who already solved advanced skinning challenges.


Cheers from Germany,
Sebastian Leupold

dnnWerk - The DotNetNuke Experts   German Spoken DotNetNuke User Group

Speed up your DNN Websites with TurboDNN
 
New Post
10/29/2008 7:05 PM
 

Yeah that's not going to be easy.  It's not specifically hard, but getting the pieces together may take some effort.

For starters, you should look at existing skin code to get familiar with the tags, etc (if you're not already).

You should establish a test server on your local machine with a working copy of DotNetNuke, start your skin file, and you can do as I do, work in DW with my browsers open and just refresh when you want to test something, same as anything else.

You should do some quick research into the tags that you're going to need based on what you want accomplished.

For example:  I'd assume your sidebar to be a vertical links menu, css'ed to be Display:Block with a BG, and some a:states.
In other words:      <dnn:LINKS runat="server" ID="dnnLinks" Level="Child" Alignment="Vertical" CssClass="dnnLinks" Separator="<hr />" />

I forget how to disable it when you're on the root menu, but that's okay, here's a quick tip:
You can put multiple layouts in one skin package and that way have two or more skins that utilize the same CSS, XML, data in general.
That said, you could place your side menu in Layout A, which would be your default.  On your main page, you'd use Layout B which simply replaces that div or table cell.

 
New Post
10/30/2008 4:15 AM
 

ok here is how I would do it

[div id="wrapper"]

[div id="InnerWrapper"]

[div id="Header"]image background + snapsis menu[/div]

[div id="Left"] leftpane[/div]

[div id="Right"]contentpane[/div]

[div class="clear"]

[/div

[div]

[/div]

thats it as for html

width

 

css:

#Wrapper

{

width:700px;text-align:center;margin:auto;

}

#InnerWrapper

{

text-align:left;margin-10px;

}

#Left

{

float:left;width:200px;

}

 

#Right

{

float:right;width650px;

}

#Header

{

text-align:right;

background-color:grey;background-image:url(urban.gif);background-repeat:no-repat;

}

#Menu ul.snapsisnavmenu li.active

{

background-image:url(curve1.gif);background-repeat:no-repat;

}

 

#Menu ul.snapsisnavmenu li.active a

{

background-image:url(curve2.gif);background-repeat:no-repat;background-position:top right;

}

 

thats the amin layout then in there you need to make the curved on the wrapper and curved container

 

another option is to use a javascript for rounding corners

 

 

 

 
Previous
 
Next
HomeHomeUsing DNN Platf...Using DNN Platf...Skins, Themes, ...Skins, Themes, ...Where should I start in replicating this layout in DNN?Where should I start in replicating this layout in DNN?


These Forums are dedicated to discussion of DNN Platform and Evoq Solutions.

For the benefit of the community and to protect the integrity of the ecosystem, please observe the following posting guidelines:

  1. No Advertising. This includes promotion of commercial and non-commercial products or services which are not directly related to DNN.
  2. No vendor trolling / poaching. If someone posts about a vendor issue, allow the vendor or other customers to respond. Any post that looks like trolling / poaching will be removed.
  3. Discussion or promotion of DNN Platform product releases under a different brand name are strictly prohibited.
  4. No Flaming or Trolling.
  5. No Profanity, Racism, or Prejudice.
  6. Site Moderators have the final word on approving / removing a thread or post or comment.
  7. English language posting only, please.
What is Liquid Content?
Find Out
What is Liquid Content?
Find Out
What is Liquid Content?
Find Out