Great module! I noticed there is no mention of this variable in the docs, which was the one I needed.. I found it by inspecting the name of the form element in the Control Panel: {nav_url_segments} - I’m using it to compare to the value of {segment_1}, like this: {if nav_url_segments == segment_1} class=“selected”{/if}
This is one of those add-ons that could benefit by having {count} and {total_results} - or a {first} and a {last}. I need to determine (ideally dynamically) the last item of my navigator group to add a special class. I know this can be added in the {nav_properties} manually, but I don’t want to give the client anything extra to have to remember if I don’t have to.