"Display pages of type"
Permalink
Is there any possibility to show pages from different(more than one) page types?
And can I somehow manually sort pages in sitemap?
ps. Have look at tens of CMS in a few days and must say that C5 is great - powerful and user-friendly out of the box
And can I somehow manually sort pages in sitemap?
ps. Have look at tens of CMS in a few days and must say that C5 is great - powerful and user-friendly out of the box
Lol, was trying to sort them by clicking on titles, thanks.
"Only a single page type (or all) can be filtered in the Page List block" - and by modifying it's code I can't do this? Making another query to db for "second" page types?
"Only a single page type (or all) can be filtered in the Page List block" - and by modifying it's code I can't do this? Making another query to db for "second" page types?
Well sure, if you want to modify the code you can do anything :)
Copy concrete/blocks/page_list/controller.php into blocks/page_list/controller.php to override the core and add your own code.
That extends what is in concrete/core/controllers/blocks/page_list.php
Copy concrete/blocks/page_list/controller.php into blocks/page_list/controller.php to override the core and add your own code.
That extends what is in concrete/core/controllers/blocks/page_list.php
Only a single page type (or all) can be filtered in the Page List block.