Questions tagged [ddrmenu]

DDRMenu is a menu provider for DotNetNuke, that allows a skin to have its own template for the menu markup.

DDRMenu is a menu provider for DotNetNuke, that allows a skin to have its own template for the menu markup. It's the default menu provider for DNN 6 and higher. The project is hosted at CodePlex. Full documentation can be found at dnnsoftware.com.

21 questions
2
votes
1 answer

How to setup DDR Menu Settings in DNN

I have looked at the DNN DDR Menu Wiki and can't seem to figure out how to set the DDR Menu Module settings. Can someone please answer with a screenshot with their settings so that I can get an idea of how exactly you specify everything? I had a…
Tig7r
  • 287
  • 1
  • 3
  • 17
2
votes
1 answer

DNN DDRMenu xslt template test if previous item was selected

I need to know if the previous node was a @selected node. I need to basically mark the next/following node if it exists with a special css class. I tried the following code and it threw an exception
James Helms
  • 871
  • 1
  • 8
  • 19
1
vote
0 answers

Why is this bootstrap dropdown not working properly?

I'm working with the DDR Menu of DotNetNuke. I'm using it on this page: http://lumenis.bondtest.nl/Aesthetic The menu on the bottom is the ddr menu. For some reason, the dropdown menu is not getting between the li's, but on top of them. I'm…
1
vote
1 answer

DotNetNuke DDRMenu set NodeSelector in code behind

I'm using DDRMenu in DotNetNuke to select a menu node from my site structure and display only a subnode in a specific navigation in my template <%@ Register TagPrefix="dnn" TagName="MENU" Src="~/DesktopModules/DDRMenu/Menu.ascx" %>
spankmaster79
  • 19,078
  • 10
  • 38
  • 69
1
vote
1 answer

How to use glpyhicons for submenu items in a DDRMenu?

I have my own DNN7 skin based on Twitter Bootstrap 3, which utilizes a DDRMenu. I would like to have a glyphicon next to some of my submenu items, like this: The image is a mockup using just the default Twitter Bootstrap .navbar-fixed-top. A single…
Jeroen
  • 53,290
  • 30
  • 172
  • 279
1
vote
1 answer

How to display Selected Page in custom menu template?

I am creating my own custom menu in DNN using the DDR Menu token template. In my menu, I would like the menu link of the page that I am currently in to be selected. I am able to achieve this by using the token [SELECTED]. However whenever I am in…
sherlyn
  • 37
  • 7
1
vote
1 answer

DNN DDRMenu: xslt template to display rootlevel

I'm developing a breadcrumb for DotNetNuke 7 using the DDRMenu XSLT Templates. The codes I am using are working fine however I want to display the rootlevel of the breadcrumbs without hardcoding it. What I have in my breadcrumbs now is: News &…
sherlyn
  • 37
  • 7
1
vote
1 answer

Add class to the X items with DDRMenu Token template

I'm trying to create a menu with an image in the center using DDRMenu Menu Token template (see link). To do that, I have to create an empty space where the image will be by adding a margin to the item number X of my menu. Let's say I have 6 items in…
Benjamin
  • 35
  • 2
0
votes
1 answer

DNN - add a pane to DDR menu item

Is there a way to add a pane to the DDR menu template in DNN? I tryed like this, but the asp controls dont get rendered: [>NODE-TOP]
  • mheonyae
    • 369
    • 2
    • 5
    • 19
  • 0
    votes
    2 answers

    How to display sibling menu items in a menu object in DDRMenu

    I'm working with nav.cshtml in DNN's DDRMenu. On pages for this website, I'd like to display a menu at the top of the page that only shows the child pages of the current page, if there are any, and if not shows the sibling pages of the current…
    pjones235
    • 510
    • 2
    • 18
    0
    votes
    1 answer

    DDR Mega2DNN xslt | Hardcode 'view all' link for each ul

    I am using the Mega2DNN DDR Menu Template for a few sites now and want to add slight customization without affecting the dynamic nature of the menu. Basically I want to list all pages and their children as standard in lists and then add a hardcoded…
    denisjoconnor
    • 115
    • 1
    • 9
    0
    votes
    2 answers

    How do I set my footer menu to display all children of a page called "Footer"?

    I'm attempting to design a skin with a footer menu and had some success with tabID. However, the tab ID would change if someone else uses the skin. How do I set my footer menu to take in all children of a page called "Footer"? I have only a single…
    Chun Yin
    • 280
    • 1
    • 12
    0
    votes
    1 answer

    How to stop the menu from hiding when tapping anywhere on the page on tablet

    I am using an bootstrap menu. It is visible on hovering. I made it on tablet possible to open on tap. Now the menu is too long for the screen, so you have to scroll down to see the other menu items. But when you tap the page to scroll down, the menu…
    0
    votes
    0 answers

    How to open one 3 level menu at a time with bootstrap

    I'm building a responsive navigation using the DDRMenu Module in DNN. The menu I am working on has 3 levels. You can see it on http://lumenis.bondtest.nl/test-inner-menu The mobile version (resolution below 770px) is styled differently ofcourse.…
    0
    votes
    1 answer

    DotNetNuke DDRMenu How to pass current TabID into xsl template

    I am writing a DDRMenu template using xsl and I wonder how I can pass the current tabID into the xsl template. Can anyone provide an example on how to pass dynamic attributes into the xsl template files.
    Mannimalte
    • 204
    • 2
    • 12
    1
    2