Moving within large sitemap not working

Permalink
Hi All,

I'm having some trouble moving the order of pages within the sitemap, on 5.6.1

We have a page which has 200 sub pages. We need to do some reordering within these sub items.

Because there are so many sub-pages, we have to use the full sitemap to do our work, as the tree view cuts off at around 100 pages.

We drag and drop some pages, all works well.

However, when we need to move a page from page 2 of the full view to page 1 (using the "send to top" option), this works but is cancels any previous order changes we have made.

It's like the ordering resets once the send to top command is invoked.

Does anyone have a workaround or patch for this? I really need to get these pages ordered so maybe there is a way to increase the limit on how many pages show in the sitemap tree? Or hacking the order into the database directly?

Open to any suggestions.

Thanks.


Then we ne

Sadu
 
Sadu replied on at Permalink Best Answer Reply
Sadu
I managed to find a basic workaround for this. Just increase the number of pages per node in the sitemap.

add this to the config/site.php
define('SITEMAP_PAGES_LIMIT', 200);

No doubt setting this too high will slow the page down but it's something.