Page 1 of 1
List of pages from parent
Posted: Mon Feb 03, 2014 4:56 pm
by booka
Hi,
How could I get list of all pages from some category (i.e. 3.0 Articles contain few pages like 3.1, 3.2, 3.3) with their links and images on the main page?
I would like to add a slider with all pages from some group (category, parent) on the main.
Re: List of pages from parent
Posted: Mon Feb 03, 2014 6:03 pm
by Wishbone
Try CGSimpleSmarty.. There are some functions that allow you to get a list of children of any given page.
Re: List of pages from parent
Posted: Mon Feb 03, 2014 7:06 pm
by velden
Menu Manager? Read it's help: childrenof parameter for example.
Re: List of pages from parent
Posted: Mon Feb 03, 2014 7:48 pm
by booka
Wishbone wrote:Try CGSimpleSmarty.. There are some functions that allow you to get a list of children of any given page.
this helps, I able to show links to the children, but how can I get thumbs or page previews?
I mean, how could I get {page_image} of page with different alias?
Re: List of pages from parent
Posted: Mon Feb 03, 2014 8:19 pm
by Dr.CSS
If you have selected image in the page options tab for each page I would use menu manager to list these children, you will most likely have to make a custom menu...
http://dezertdesign.com/pill-dock.html
Re: List of pages from parent
Posted: Mon Feb 03, 2014 8:50 pm
by booka
oh... ok, I'll try that... but I don't need a menu actually
http://artstrategy-ru.alpha.main-domain.ru
see the block after green background...
could you please share the code?
Re: List of pages from parent
Posted: Tue Feb 04, 2014 4:22 pm
by Dr.CSS
You are talking about the green area that has page links with images above them..?
Re: List of pages from parent
Posted: Wed Feb 05, 2014 6:14 pm
by booka
Dr.CSS wrote:You are talking about the green area that has page links with images above them..?
nope, slider just below it
but I had managed what I've wanted with MenuManager.
Thanks