Page 1 of 1

Easy way to free form menu?

Posted: Wed 7. Oct 2009, 19:47
by foolevil
I tried to make sort of free form menu.
I mean free form this: placement of each category is independent of other cathegory menu tabs.
Like here:
menu 2 menu 3
menu 1 menu 5

menu 4

I did with [INT] links, placint them around.

What other ways there could be?

Re: Easy way to free form menu?

Posted: Mon 19. Oct 2009, 15:49
by culda_a
if you want to set each category is independent of other category... I mean like each category to have a menu you can do it with:
RT - {NAV_TABLE_COLUMN:xxx} where the xxx is the id of your category and you place it in your template.

I hope I have understand you needs but if not ignore this message

Re: Easy way to free form menu?

Posted: Mon 19. Oct 2009, 16:55
by flip-flop
Please use NAV_LIST_UL (CSS) instead of the old {NAV_TABLE_COLUMN:xxx}

Re: Easy way to free form menu?

Posted: Mon 19. Oct 2009, 21:24
by culda_a
flip-flop wrote:Please use NAV_LIST_UL (CSS) instead of the old {NAV_TABLE_COLUMN:xxx}
you are right, like always