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, ...DDR Help - Hidden PagesDDR Help - Hidden Pages
Previous
 
Next
New Post
10/5/2011 3:32 PM
 
I have a sub navigation using the standard ULTokens for a template. The issue is that when on a hidden page, the menu won't show other pages in the menu, the other pages are not set to hidden. I tried a couple other menus templates and cannot get them to work either.

<dnn:MENU ID="subnav" MenuStyle="SubNav" runat="server" NodeSelector="-2,0,1" IncludeHidden="true"></dnn:MENU>


<div id="dnnSubNav">
    
    <ul class="topLevel">
        [*>NODE-TOP]
    </ul>
</div>
[>NODE-TOP]
    <li class="item[?FIRST] first[/?][?LAST] last[/?][?SELECTED] selected[/?][?NODE] haschild[/?][?BREADCRUMB] current[/?]">
        [?ENABLED]
            <a href="[=URL]"><div>[=TEXT]</div></a>
        [?ELSE]
            <a><div>[=TEXT]</div></a>
        [/?]
        
        [?NODE]
            <div class="subLevel">
                <ul>
                    [*>NODE]
                </ul>
            </div>
        [/?]
    </li>
[/>]
[>NODE]
    <li class="item[?FIRST] first[/?][?LAST] last[/?][?SELECTED] selected[/?][?NODE] haschild[/?]">
        [?ENABLED]
            <a href="[=URL]"><div><span>[=TEXT]</span></div></a>
        [?ELSE]
            <a><div><span>[=TEXT]</span></div></a>
        [/?]
        [?NODE]
            <div class="subLevelRight">
                <ul>
                    [*>NODE]
                </ul>
            </div>
        [/?]
</li>
[/>]


If I change the page settings and make the page visible, the pages siblings (not set to hidden) show up. If I set the page to hidden, the pages siblings (still set to visible) do not show up.

Any suggestions?
 
New Post
10/5/2011 3:38 PM
 
Looks like i have the same unresolved issue as this bloke:

http://www.dotnetnuke.com/Resources/F...
 
New Post
10/5/2011 6:28 PM
 
As a workaround you could just in your template for example check the tabname and based n that either show or now show this way you don't use the dnn hidden feature but you arrange it in your tempalte I have used this before. s
 
New Post
10/6/2011 11:25 AM
 
Essentially, that is what I did for a workaround. I supplied the tab id as the node selector. I wonder if the upgrade to the new version of DDR will address this...
 
New Post
11/28/2011 4:52 PM
 
A collegue of min posted a fix on codeplex.
http://dnnddrmenu.codeplex.com/workitem/11402

I entered a bug in gemini
http://support.dotnetnuke.com/issue/ViewIssue.aspx?id=18885&PROJID=2
 
Previous
 
Next
HomeHomeUsing DNN Platf...Using DNN Platf...Skins, Themes, ...Skins, Themes, ...DDR Help - Hidden PagesDDR Help - Hidden Pages


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