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...Provider and Extension ForumsProvider and Extension ForumsClientAPIClientAPIDNN Menu as an Unordered List?DNN Menu as an Unordered List?
Previous
 
Next
New Post
3/30/2009 8:12 PM
 
I read that the new DNN Nav version can be UL based. Is that true? What version is needed? What is the setting to enable this feature? Thanks
 
New Post
3/31/2009 10:51 AM
 

See my post in this thread.


 
New Post
3/31/2009 2:15 PM
 

As the link gives you an other link to a bloog and there a project in Codplex, a nice project but rather hard to get the information you need. Nice video too but there is no information of the UL. In the code however you can find the information.

So I will try to give you my findings. You need to install the webcontrol from codeplex. So up to today no DNN version is shipped with the code. If this happens nobody knows and nobody use to tell if it will be in a new release. It is just to look at the dll and figure out what version it is.

Some functions is not implemented in the core, in this case the support for CustomAttributes so you have to use the ascx method when skinning.

Thats the bad part.   The good part is that the menu is nice.

How do you do then...

You have to add this line

Register

TagPrefix="dnn" Namespace="DotNetNuke.UI.Skins" Assembly="DotNetNuke"

 

And this is the code

<dnn:NAV runat="server" id="dnnNAV"  ProviderName="DNNMenuNavigationProvider" IndicateChildren="false" ControlOrientation="Horizontal" CSSControl="mainMenu">
                             <CustomAttributes>
                                   
                                      <dnn:CustomAttribute Name="RenderMode" Value="UnorderedList"/>
                                </CustomAttributes>
                             </dnn:NAV>

 

And you get a UL menu.

Jan

 

 
New Post
4/1/2009 6:49 AM
 

Thanks Jan!

Let's hope it will be included in the next DNN release.

 
New Post
4/7/2009 4:39 PM
 

I thought this was added to 5.01.

 

 
Previous
 
Next
HomeHomeDNN Open Source...DNN Open Source...Provider and Extension ForumsProvider and Extension ForumsClientAPIClientAPIDNN Menu as an Unordered List?DNN Menu as an Unordered List?


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