Link directly to child menu item?
Posted: Thu Sep 18, 2008 4:02 pm
I have a quick question regarding an implementation of a main nav / sub nav structure.
I have the following structure:
Main nav {menu template=”x” number_of_levels="1"}
Link 1
Link 2
Link 3
Link 4
I have subpages of Link 3 showing in a sub menu on a different template, that display like this:
Sub nav {menu template=”y” start_level="2"}
Link 3.1
Link 3.2
Link 3.3
The problem is, when a user clicks Link 3 from the main template, I do not want them to see any actual Link 3 content. Instead, I want them to be brought directly to Link 3.1 content.
Is there a way to do this using menu module parameters or some slick Smarty logic? I could of course make my main nav static and link manually to Link 3.1, but would prefer to keep it dynamic for future expansion.
Please let me know if you can help.
Thanks all!
I have the following structure:
Main nav {menu template=”x” number_of_levels="1"}
Link 1
Link 2
Link 3
Link 4
I have subpages of Link 3 showing in a sub menu on a different template, that display like this:
Sub nav {menu template=”y” start_level="2"}
Link 3.1
Link 3.2
Link 3.3
The problem is, when a user clicks Link 3 from the main template, I do not want them to see any actual Link 3 content. Instead, I want them to be brought directly to Link 3.1 content.
Is there a way to do this using menu module parameters or some slick Smarty logic? I could of course make my main nav static and link manually to Link 3.1, but would prefer to keep it dynamic for future expansion.
Please let me know if you can help.
Thanks all!