How can I get a link list of some pages?

For questions and problems with the CMS core. This board is NOT for any 3rd party modules, addons, PHP scripts or anything NOT distributed with the CMS made simple package itself.
Post Reply
User avatar
ethan2cyc
Forum Members
Forum Members
Posts: 28
Joined: Sun Jan 09, 2011 1:29 pm

How can I get a link list of some pages?

Post 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".
beherenow_uk
Forum Members
Forum Members
Posts: 103
Joined: Fri Nov 28, 2008 11:26 am

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

Post 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.
User avatar
Dr.CSS
Moderator
Moderator
Posts: 12709
Joined: Thu Mar 09, 2006 5:32 am
Location: Arizona

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

Post 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
User avatar
ethan2cyc
Forum Members
Forum Members
Posts: 28
Joined: Sun Jan 09, 2011 1:29 pm

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

Post 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....
Post Reply

Return to “CMSMS Core”