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 ...snapsis menu... other options besides hoversnapsis menu... other options besides hover
Previous
 
Next
New Post
4/3/2009 12:19 PM
 

I was wondering if anyone knew how to configure the snapsis menu to not hover.  Im trying to make the navigation tabs on my site bring up a new page with the sub tabs displayed after clicking on the navigation. Its kind of hard to explain but a good example is at this site:

http://anrts.anr.msu.edu/Resources.aspx

If you can see, the "resources" tab is highlighted and the sub pages are displayed underneath it. You can click on the the "services" main tab you see the site loads a new page with the sub pages unfolded underkneath.  I do have access to the skins and modules on this site but it uses the Inventua menu.  Im looking to switch over to snapsis and was wondering if anyone knew how to do this with Snapsis.

 
New Post
4/4/2009 11:38 AM
 

bump

 
New Post
4/4/2009 11:51 AM
 

Hi,

Do you need a menu like : www.lndpartnerships.co.uk?

If the instructions aren't clear enough then let me know (can you PM on these posts?) - I spent about 3 days searching this one out - if I can save someone else the pain then it will be my pleasure.

I built that with snapsis and I did the following:

1. In your skin.ascx file add a parent snapsis reference
<Snapsis:NavMenu Type="Tabs" OnlyExpandActive="true" id="navParent" Level="0-5" CacheTabs="False" NavType="Template" TemplateFile="ActiveResetHover.Parent.template.txt" ExcludeTabs="Admin,Host" runat="server" />

2. Then you need to add a template file (named ActiveResetHover.Parent.template.txt) in this case:

This will get you to the stage of having an expandable menu with the child tabs ONLY visible when a parent item is active.
You'll notice from my code that you can add in styles etc to the navigation items - just remove these as required.

 

<head>

<link rel="stylesheet" type="text/css" href="skined.css" />

</head>

[NavMenu-Container[ <div id="{NavMenu.Id}" class="VertMenu"> <ul class="Level0"> ]]

[Level0-Item[ <li class="{NavMenu.Id}-{Tab.Id}" id="{NavMenu.Id}-{Tab.Id}" iif({Tab.IsActive}='True', class="SelectedItem") > ]]

[Level0-Anchor[ <a href="{Tab.Url}" title="{Tab.Title}">{Tab.Name}</a> <div id="{NavMenu.Id}-{Tab.Id}divider"></div>]]

 

[Level1-Container[ <ul id="navChild-{Tab.ParentId}" class="Level1"> ]]

[Level1-Item[ <li id="{NavMenu.Id}-{Tab.Id}" IIF({Browser}='IE',{IEHoverJS}) class="IIF({Tab.IsFirstChild}='True',First-Child) IIF({Tab.IsLastChild}='True',Last-Child)"> ]]

[Level1-Anchor[ <a href="{Tab.Url}" title="{Tab.Title}" IIF({Tab.IsActive}='True',class="SelectedItem")>{Tab.Name}</a> ]]

[/Level1-Item[ </li> ]]

[/Level1-Container[ </ul> ]]

 

[/Level0-Item[ </li> ]]

[/NavMenu-Container[ </ul></div> ]]

 
New Post
4/4/2009 5:30 PM
 

If you have specific questions about the Snapsis menu, I'd suggest that you ask on the Snapsis.com forums.  I've always found John Mitchell to be quite generous with support and suggestions.




Joe Craig
Patapsco Research Group, Ellicott City, MD
DotNetNuke Development and Services (http://patapscorg.com)
 
New Post
4/4/2009 7:20 PM
 

i did post on the snapsis forum but for some reasonm they took it down. it was the exact same post as i made in this thread

 
Previous
 
Next
HomeHomeUsing DNN Platf...Using DNN Platf...Administration ...Administration ...snapsis menu... other options besides hoversnapsis menu... other options besides hover


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