{NAV_LIST_TOP} and {NAV_TABLE_COLUMN:integer}

Use GitHub to post feature requests for phpwcms.
Locked
enot
Posts: 6
Joined: Tue 1. Feb 2005, 07:41

{NAV_LIST_TOP} and {NAV_TABLE_COLUMN:integer}

Post by enot »

Hi everyone!
Can you please tell me, what should I do to extend {NAV_LIST_TOP} tag so it has the functionality of {NAV_TABLE_COLUMN:integer}? I badly need to display only several items on the top, so inserting integer into the {NAV_LIST_TOP:int} would be a good solution.
Thanks.
frold
Posts: 2151
Joined: Tue 25. Nov 2003, 22:42

Post by frold »

this must be what your are looking for!

http://www.phpwcms.de/forum/viewtopic.php?p=32052#32052
http://www.studmed.dk Portal for doctors and medical students in Denmark
enot
Posts: 6
Joined: Tue 1. Feb 2005, 07:41

Post by enot »

No, it's quite different, I think. I just need a possibility to do this: {NAV_LIST_TOP:2}, which renders exactly the same nice tabbed horisontal menu from level 2 of structure. I have to develop multilingual site, and the best solution is to use {NAV_TABLE_COLUMN:integer} to display just the required language menu. But {nav_list_top} tag does not support this feature, and that's why I'm asking for help. :roll:
Locked