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, ...Create a multiple panesCreate a multiple panes
Previous
 
Next
New Post
6/27/2006 7:55 AM
 

hi to all...

i want to create multiple panes in my portal...how can i do this?

is that require to install and integrate new compnent with my portal?

thanx..

 
New Post
6/28/2006 7:35 PM
 
You should create them in your skin (bit complicated to explain in a post, see the skinning documentation).
This has nothing to do with a new component, a pane is just a placeholder for modules you can place.
They are in a way div's with the possibility to put modules in them.
That's all.
You should only use multiple panes if you need them for your layout, because you can put 20 modules in one pane if you want to.
 
New Post
6/29/2006 5:44 PM
 

I found this lil snippet of code somewhere and I use it for my primary content pane, it gives you a 3 column layout along with a banner and footer pane. You should be able to extrapolate how to make a TD element into a pane from this example:

<table width="98%" align="left">
      <tr>
        <td class="toppane" colspan="3" id="TopPane" runat="server" valign="top"></td>
      </tr>
      <tr valign="top">
        <td class="leftpane" id="LeftPane" runat="server" valign="top"></td>
        <td class="contentpane" id="ContentPane" runat="server" valign="top"></td>
        <td class="rightpane" id="RightPane" runat="server" valign="top"></td>
      </tr>
      <tr>
        <td class="bottompane" colspan="3" id="BottomPane" runat="server" valign="top"></td>
      </tr>
    </table>

~SB


Wells Doty Jr
Online Content Development
 
New Post
7/1/2006 5:40 AM
 

thanx silentbob i put ur code in ASCX file in the skin and its work very well..

thanx alot..

but here i have a question ..

when i enter as admin user theres no details appear in my portal , even though when i enter as a host user all details appear..

before a days the admin user was work very well with all details , but now he is not work..

im trying to remeber what i did but i dont remember ...

can u help me on this plz..

 
New Post
7/1/2006 9:44 AM
 
When you set your skins (Admin | Skins menu), remember that your Admins can have different skins than others on your site. Have you updated your Admin skin to point to the same new skin? Just one idea.
 
Previous
 
Next
HomeHomeUsing DNN Platf...Using DNN Platf...Skins, Themes, ...Skins, Themes, ...Create a multiple panesCreate a multiple panes


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