Page 1 of 1

How can I get a link list of some pages?

Posted: Wed Jan 12, 2011 8:26 am
by ethan2cyc
I want to make a link list of pages under a certain page.
example:

page_lv1
-- page_lv2_1
-- page_lv2_2
-- page_lv2_3

I want to get a list links of page_lv2_1, page_lv2_2, page_lv3_3 ....
Is there any way to make this? I think menu management is a way but the cms version 1.6.9 have not a parameter "children of".

Re: How can I get a link list of some pages?

Posted: Fri Jan 14, 2011 10:43 am
by beherenow_uk
Sounds like you need to use the Sitemapper tag. 'Extensions > Tags'

Just place

Code: Select all

{site_mapper}
into your template to show the links. I think you can use the params from menu manager to be more specific as to what it shows.

Re: How can I get a link list of some pages?

Posted: Sat Jan 15, 2011 12:45 am
by Dr.CSS
If you are looking for the children of current active page do like in default...

http://multiintech.com/defaultcontent/i ... e=top_left

Re: How can I get a link list of some pages?

Posted: Sat Jan 15, 2011 8:02 am
by ethan2cyc
Dr.CSS wrote:If you are looking for the children of current active page do like in default...

http://multiintech.com/defaultcontent/i ... e=top_left
I can't connect the link. I fixed the problem by {menu start_element="4.3.1" show_all="1" show_root_siblings="1" } . But I don't think it's a good solution. That will be better if the "children_of" can work.

Thank you for the answer, but I don't use the link list of the current active page....