Sort scrapbook list alphabetically

Permalink
I have a project that is using a lot of scrapbooks. I wanted to list the scrapbooks alphabetically to make them easier to locate.

/concrete/helpers/concrete/scrapbook.php

line 26

Add ORDER BY to the query.

return $db->getAll('SELECT arID, arHandle FROM Areas WHERE cID='.intval($scrapbookPage->getCollectionId()).' ORDER BY arHandle');

mrnoisy
 

This website stores cookies on your computer. These cookies are used to improve your website experience and provide more personalized services to you, both on this website and through other media. To find out more about the cookies we use, see our Privacy Policy.