The Limit of pages in full sitemap

Permalink
Where can I change the limit of subpages in the full sitemap?
Now in each folder shown is 50 pages, if I have more I can see them in the folder view. But in the folder view I can not change the order of pages in the tree.
Why is the limit?
Where I can change this number (50 pages)??

cssninja
 
Remo replied on at Permalink Reply
Remo
yeah that seems to be a bit odd.. No way to change the page order if you have a huge site.

concrete/helpers/concrete/dashboard/sitemap.hpp

around line 161 you just search for 50.. Haven't tried it but it seems to be the right file for this
cssninja replied on at Permalink Reply
cssninja
Thanks Remo, it is this file, but in line 175 ($pl->setItemsPerPage(50);).
When I change this number, it works. And it works properly.

But...
I know, I can't modified files in /concrete folder.
How do I put files in the root folder?
When I copy it to a folder /helpers not working.
Any suggestions?
Remo replied on at Permalink Reply
Remo
Well, I never tried to override a helper this way. Not sure if it works. I guess I can't give you a "good answer" in this case.

I guess this feature has simply been forgotten. Andrew might add the "page order feature" to the second sitemap view in the near future but until then, you probably won't be able to have this feature unless you hack the core...
mose replied on at Permalink Reply
mose
Currently, it is not possible to override a helper with a site file as you can with blocks, models or libraries. I posted a patch that brings the behavior of loading helpers inline with the others, but the patch has not been incorporated, yet.