I used the plug in and the child pages were listed in random order. I used the below fix, as described in the forum:
For the order of child pages, edit the query on line 64 of summary_child_pages.php:
query_posts(‘post_type=page&post_parent=’ . $id . ‘&posts_per_page=-1&orderby=menu_order’);
I used the above fix and it worked, however, the pages are listed with the last one at the top and the first one at the bottom… how can I adjust the code to fix this?