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...Administration ...Administration ... Dropdown actions visible to public. Help ! Dropdown actions visible to public. Help !
Previous
 
Next
New Post
8/21/2006 5:10 PM
 

Hello leupold

Thanks for getting back to be so quickly.  To answer you question more fully, below is my coding for one of the containers:

*******************

This is the container.html file

<div class="grey_containerholder_colourbackground">
    <div class="grey_actions_image">[DROPDOWNACTIONS][TITLE]</div>
    <div id="contentpane" class="grey_container_image" runat="server"></div>
    <div class="grey_footer_image">[ACTIONBUTTON:1]</div>
</div>

****************

This is the code for the container.css file

/*
 Styles for Image Header */

/* ======================
== Style for module title
==========================*/
.grey_title_imageheader
{
    font: bold 110% Verdana, Tahoma, Arial, Helvetica, Sans-Serif;
    color: #fff;
}

/* ====================
== Styles for layout of container
============================= */

/* ==============================
== Main container holder, set box borders and background colour
================================== */
.grey_containerholder_transparentbox, .grey_containerholder_colourbackground, .grey_containerholder_whitebox

{
 border: 1px solid #CCCCCC;
 /* margin adds spacing between the containers */
    margin-bottom: 10px;
}
.grey_containerholder_transparentbox
{
    background-color: Transparent;
}


.grey_containerholder_whitebox
{
    background-color:#fff;
}


.grey_containerholder_colourbackground
{
    background-color:#C0C0C0;
}

/* ================
== title section
===================*/
.grey_actions_image
{
    background-color: #708090;
    border-bottom: solid 1px #778899;
    padding: 2px 5px;
}

/* ================
== module content section
==================== */
.grey_container_image
{
    padding: 6px 5px 8px 5px;
}

/* ================
== footer section
===================*/
.grey_footer_image
{
}

 

***************************

This is the code for the container.xml file

<Objects>
  <Object>
    <Token>[TITLE]</Token>
    <Settings>
      <Setting>
        <Name>CssClass</Name>
        <Value>grey_title_imageheader</Value>
      </Setting>     
    </Settings>
  </Object>
  <Object>
  <Token>[ACTIONBUTTON:1]</Token>
  <Settings>
   <Setting>
    <Name>CommandName</Name>
    <Value>AddContent.Action</Value>
   </Setting>
   <Setting>
    <Name>DisplayIcon</Name>
    <Value>True</Value>
   </Setting>
   <Setting>
    <Name>DisplayLink</Name>
    <Value>True</Value>
   </Setting>
  </Settings>
 </Object>
 <Object>
  <Token>[ACTIONBUTTON:2]</Token>
  <Settings>
   <Setting>
    <Name>CommandName</Name>
    <Value>SyndicateModule.Action</Value>
   </Setting>
   <Setting>
    <Name>DisplayIcon</Name>
    <Value>True</Value>
   </Setting>
   <Setting>
    <Name>DisplayLink</Name>
    <Value>False</Value>
   </Setting>
  </Settings>
 </Object>
 <Object>
  <Token>[ACTIONBUTTON:3]</Token>
  <Settings>
   <Setting>
    <Name>CommandName</Name>
    <Value>PrintModule.Action</Value>
   </Setting>
   <Setting>
    <Name>DisplayIcon</Name>
    <Value>True</Value>
   </Setting>
   <Setting>
    <Name>DisplayLink</Name>
    <Value>False</Value>
   </Setting>
  </Settings>
 </Object>
 <Object>
  <Token>[ACTIONBUTTON:4]</Token>
  <Settings>
   <Setting>
    <Name>CommandName</Name>
    <Value>ModuleSettings.Action</Value>
   </Setting>
   <Setting>
    <Name>DisplayIcon</Name>
    <Value>True</Value>
   </Setting>
   <Setting>
    <Name>DisplayLink</Name>
    <Value>False</Value>
   </Setting>
  </Settings>
 </Object>
 <Object>
  <Token>[ACTIONBUTTON:5]</Token>
  <Settings>
   <Setting>
    <Name>CommandName</Name>
    <Value>ModuleHelp.Action</Value>
   </Setting>
   <Setting>
    <Name>DisplayIcon</Name>
    <Value>True</Value>
   </Setting>
   <Setting>
    <Name>DisplayLink</Name>
    <Value>False</Value>
   </Setting>
  </Settings>
 </Object>
</Objects>

I hope this is of some help.

Thanks for the information regarding the password, I will keep this in mind.

 

Lynn

 

 



www.seemalta.net
 
New Post
8/21/2006 5:56 PM
 
hm, all containers I know, use [ACTIONS] instead of DROPDOWNACTIONS], did you try this to determine, if it is an issue of the skin object?

Cheers from Germany,
Sebastian Leupold

dnnWerk - The DotNetNuke Experts   German Spoken DotNetNuke User Group

Speed up your DNN Websites with TurboDNN
 
New Post
8/21/2006 6:29 PM
 

Hello leupold

Thanks for the reply.

I am using [DROPDOWNACTIONS] instead of [ACTIONS] because the skin I made has been created using css only. Therefore I am using an XHTML transitional Doc Type default.aspx file. Which I understand that the Solpart menu [ACTIONS] cannot display properly using a standards compliance mode.

The home page is using [DROPDOWNACTIONS] in the container too, why is this page not affected also. So far I only have 1 skin installed, which every page is using and they all share the same skinobjects.

Thanks

Lynn

 

 


www.seemalta.net
 
Previous
 
Next
HomeHomeUsing DNN Platf...Using DNN Platf...Administration ...Administration ... Dropdown actions visible to public. Help ! Dropdown actions visible to public. Help !


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