FxParlant wrote:
Hello,
Has anybody seen an extension or a trick to list the subpages of a page. I would like to show the list of a subpages
Try this on the mysql console:
mysql> select page_title from page where page_title LIKE "SomePage%";
If you use something like this in your own extension, you could create a <subpage>SomePage</subpage> tag which returns the list of subpages and put that into a template.