Hi! I'm working on a simple website, it has some pages, in a couple of 2-levels menu, let's say:
- A
- AA
- AB
- AC
- B
- BA
- BB
- BC
What i'd like is that when i click on A i view directly the AA page, and when i click on B i want to see BB, so when clicking on a menu item with childs, i'd like to go to the first child page.
Is there a way to do so?
A related question is: is there a way to insert a custom menu item with a custom url and a custom controller in code, just to handle this or other situations where the simple folder->file structure is not enough?
I saw this topic, but if possible i'd like to have the first level clickable..
/forum/archive/link-in-menu-shouldnt-be-clickable-t2012
Thanks!