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?
Easy way to free form menu?
Re: Easy way to free form menu?
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
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?
Please use NAV_LIST_UL (CSS) instead of the old {NAV_TABLE_COLUMN:xxx}
>> HowTo | DOCU | FAQ | TEMPLATES/DOCS << ( SITE )
Re: Easy way to free form menu?
you are right, like alwaysflip-flop wrote:Please use NAV_LIST_UL (CSS) instead of the old {NAV_TABLE_COLUMN:xxx}
