internal link from menu; auto jump to submenu
Posted: Fri Sep 08, 2006 12:10 pm
For example, I have menu structure like this.
1 - 1.1 - 1.2 - 1.3
2 - 2.1 - 2.2
3
I need two things:
Internal link in menu:
- when 3 is clicked goto page 1.3
What should I put in URL, when Content type is LINK. I don't want to write absolute path to this page - it can change.
Tag {cms_selflink page='number' text=''} doesn't work in menu.
----------
Autojump to first submenu item:
- when 1 is clicked go to 1.1, when 2 is clicked goto 2.1,.....
1 - 1.1 - 1.2 - 1.3
2 - 2.1 - 2.2
3
I need two things:
Internal link in menu:
- when 3 is clicked goto page 1.3
What should I put in URL, when Content type is LINK. I don't want to write absolute path to this page - it can change.
Tag {cms_selflink page='number' text=''} doesn't work in menu.
----------
Autojump to first submenu item:
- when 1 is clicked go to 1.1, when 2 is clicked goto 2.1,.....