Page 1 of 1

Nav_Row is it possible to hide one item?

Posted: Sat 17. Nov 2012, 22:13
by imsir
Hello, I am calling nav_row as {NAV_ROW:0:0} at the moment. First item here is "Home".. Can I hide first item in this horizontal navigation and only show from second to last in main menu?

I want to show that "Menu" separated, alone. I tried some variations of NAV_ROW but couldn't figure it out.

So for example my menu is:

Home - Sell - Toys - Bags - Cows - Aeroplane

and I only want to see:

Sell - Toys - Bags - Cows - Aeroplane

in that menu. So without "Home" item. :)

thanks!

Re: Nav_Row is it possible to hide one item?

Posted: Sat 17. Nov 2012, 22:22
by nameless1
hello,

your function is outdated. use nav_ul instead: click
there you can work with FPA (Folder, Parent, Article). If you use FA in your initativ call this will do the trick.

but maybe others will support you with nav_row.

cheers

nml1

Re: Nav_Row is it possible to hide one item?

Posted: Sat 17. Nov 2012, 23:07
by imsir
thanks for response! i will read about it.