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

HomeHomeDNN Open Source...DNN Open Source...Module ForumsModule ForumsEventsEventsCategories Dropdown in Events 6.0.0Categories Dropdown in Events 6.0.0
Previous
 
Next
New Post
5/20/2012 4:20 AM
 
OK, I thought it might have been an issue with my skin, so I changed to Dark Knight skin and the Aside_Title container.

No change when the container was located in the CenterPane. However, moving the container to the full width ContentPane did relocate the Categories label back in front of the dropdown box but the box itself didn't expand.

Same thing happened on my usual skin.

Ideas?
 
New Post
5/20/2012 5:38 AM
 
OneResolution wrote:

Roger, thanks for posting the fix.  I was looking for the same solution.  Ability to widen the categories.

What would be even cooler, I think, is if you could add a few additional modules (similar to the way the dnn blog works) where you have categories, locations, etc. as separate add on modules that can be added to your page next to the calendar and then sort things that way, as a side menu...  just a thought. 

I was curios to find out what the notes section is?  Nothing there to update but says something about a summary.  Is it supposed to be blank or something showing? 

 Great work  on the latest release!  Really like it.   cheers. Mike.

 Mike,

I notice you have added your requests via codeplex. Thanks, we will look at them for inclusion in a fuure release. No guarantees, we have so many requests, and only a limited about of time outside normal work...

Notes - that is the title for the main description box, which should be visible as the standard editor panel.

Cheers
Roger


DNN MVP
Events - Get the latest version - Upgrade now!!
Feedback 6.4.2 - Now available - Give it a go!
Find us on Codeplex - DNN Events, DNN Feedback
Requirements/Bugs - Please submit them on Codeplex
 
New Post
5/20/2012 6:41 AM
 
Pingle wrote:
OK, I thought it might have been an issue with my skin, so I changed to Dark Knight skin and the Aside_Title container.

No change when the container was located in the CenterPane. However, moving the container to the full width ContentPane did relocate the Categories label back in front of the dropdown box but the box itself didn't expand.

Same thing happened on my usual skin.

Ideas?

 On the Hastings site it doesn't look like the change has been made to the Theme file, or at least it isn't there when I download MyTheme.css.

I am trying to work out a solution that will give you the flexibility you need, but also work for others as is. So please bear with me. Unfortunately the RadCombBox which we use for multi-select does not support auto width currently, so I think you will need to hard code the width you need in your Theme file. I'm also looking at the related changes needed to enable you to control the max width of the list as well.

To explain, previously the header was spliut up into thirds using tables, it has now been moved to table less design in line with current html standards. Divs (as far as I can find out) don't allow the same flexibility as tables in that whilst I may set the width of a table cell to 33% it may still grow outside that, whilst I don't believe divs will. This may of course be due to mky knowledge of css/html. So previously if the category list grew to bigger than 33% then it would still nicely centre on the overall table. Now it won't, it constrains at 33% and the 'Categories' title wraps to the row above. Not pretty.

So I'm proposing to make the column widths configureable via css, and the overall category list width configureable via css. When RadComboBox supports auto width, then some of this may not be needed anymore.

As a starter I propose that EventsList.ascx be changed (as will the other views be changed when released) from:-

    <div style="min-width:33%;float:left;min-height:1px;"></div>
    <div style="min-width:34%;float:left;min-height:1px;text-align:center;">
        <evt:Category ID="SelectCategory" runat="server"></evt:Category>
    </div>
    <div class="TopIconBar" style="float:left;">
        <evt:Icons ID="EventIcons" runat="server"></evt:Icons>
    </div>

to:-

    <div class="EvtHdrLftCol"></div>
    <div class="EvtHdrMdlCol">
        <evt:Category ID="SelectCategory" runat="server"></evt:Category>
    </div>
    <div class="TopIconBar EvtHdrRgtCol">
        <evt:Icons ID="EventIcons" runat="server"></evt:Icons>
    </div>

SelectCategory.ascx be changed from:-

<dnn:DnnComboBox ID="ddlCategories" runat="server" width="150px" CheckBoxes="True" EnableCheckAllItemsCheckBox="true"
      AllowCustomText="False" DataValueField="Category" DataTextField="CategoryName"  InputCssClass="CategoryFormat" DropDownCssClass="CategoryFormat">

To:

<dnn:DnnComboBox ID="ddlCategories" runat="server" CheckBoxes="True" EnableCheckAllItemsCheckBox="true"
      AllowCustomText="False" DataValueField="Category" DataTextField="CategoryName"  InputCssClass="CategoryFormat" DropDownCssClass="CategoryFormat">

And the following is added to the Theme files:-

.ThemeEvents .RadComboBox_Default {
width: 150px !important;
}

 .ThemeEvents .EvtHdrLftCol {
width:33%;
float:left;
min-height:1px;
}

.ThemeEvents .EvtHdrMdlCol {
width:34%;
float:left;
min-height:1px;
text-align:center;
}

.ThemeEvents .EvtHdrRgtCol {
width:33%;
float:left;
}

You may then control the width of each element by adjustting the width appropriately.

Could someone try this and see if it is an appropriate solution?

Cheers
Roger


DNN MVP
Events - Get the latest version - Upgrade now!!
Feedback 6.4.2 - Now available - Give it a go!
Find us on Codeplex - DNN Events, DNN Feedback
Requirements/Bugs - Please submit them on Codeplex
 
New Post
5/22/2012 4:03 AM
 
Hi Roger, sorry, had to dash off for a couple of days, back now but tied up for a while today, so will try to look at your post a bit later.
 
New Post
5/23/2012 4:02 AM
 

If you could let me know if this worked, I can then complete the fix across all views and include in the next release.

Cheers
Roger


DNN MVP
Events - Get the latest version - Upgrade now!!
Feedback 6.4.2 - Now available - Give it a go!
Find us on Codeplex - DNN Events, DNN Feedback
Requirements/Bugs - Please submit them on Codeplex
 
Previous
 
Next
HomeHomeDNN Open Source...DNN Open Source...Module ForumsModule ForumsEventsEventsCategories Dropdown in Events 6.0.0Categories Dropdown in Events 6.0.0


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