Have you ever wanted to give your NavEE users the ability to select which navigation to use for each channel entry? If you have, we’ve got you covered: NavEE Select is a free ExpressionEngine fieldtype which provides a dropdown with your current NavEE navigations.

Check out NavEE Select over on GitHub.

How it Works

Add NavEE Select as a fieldtype into any channel where you want your users to have the ability to select the appropriate navigation for their page. When you create the fieldtype, you’ll be able to limit which navigations are available for that channel.

NavEE Select will output the nav_title for the navigation your user selected, which you can then pass into your NavEE template code in the usual manner.

Usage

{exp:navee:nav nav_title="{the_name_you_gave_this_field}"}

Requirements