Hi all,
I have a site with many subpages under one page. For the client’s sake, I would like to make it easy for them to drag and drop the order of these pages, without having to change to order (i.e. completely via using the drag and drop feature in ‘edit’ pages).
The problem is, these pages paginate at 20, so a page which is on page 2, cannot be dragged to page 1 (it can just be dragged within page 2). Attached is a screenshot of what I mean (I don’t want ‘1/3’, I just want all the pages shown at once).
Is there a way I can change this, so that the pages I see within edit are just one long list without any pagination?
In app/views/subpages/index.php I have tried chaning
<?php echo $visible->pagination() ?>
to
<?php echo $visible ?>
But all this does is hide the pagination buttons.
Thanks for your time