When ordering pages by fullname (category and page name), the _default category is not grouped together.
[[module ListPages category="*" pagetype="*" order="fullname" separate="no" perPage="60" prependLine="|| **##darkred|Category##** || **##darkred|Fullname##** || **##darkred|Link##** ||"]]
||%%category%%||%%fullname%%||%%linked_title%% ([%%link%%/edit/true edit])||
[[/module]]
You can see the issue in action by flipping through a few pages here:
http://try.wikidot.com/list-pages-by-category
My current workaround is to use 2 ListPages modules. The first lists only the pages in the _default category and the second excludes the _default category. It works, but is not as clean and in my case creates 2 tables when I only want one.
++ Pages by Category
+++ _default Category
[[module ListPages category="_default" pagetype="*" order="fullname" separate="no" perPage="40" prependLine="|| **##darkred|Category##** || **##darkred|Fullname##** || **##darkred|Link##** ||"]]]]
||%%category%%||%%fullname%%||%%linked_title%% ([%%link%%/edit/true edit])||
[[/module]]
+++ Other Categories
[[module ListPages category="*-_default" pagetype="*" order="fullname" separate="no" perPage="40" prependLine="|| **##darkred|Category##** || **##darkred|Fullname##** || **##darkred|Link##** ||"]]]]
||%%category%%||%%fullname%%||%%linked_title%% ([%%link%%/edit/true edit])||
[[/module]]
Fixed.
Bartłomiej Bąkowski @ Wikidot Inc.
';.;' TeRq (Write PM)
Thanks for the speedy service!
Community Admin