Admin Pagination

MAD
MAD
@madc
11 years ago
600 posts
Is there anyway to change the pagination of the admin panel?
It really bothers me having to go through 8 pages ie reloads to find what I want.
I am willing to wait for it to load ALL up.
eg. Language tools ( in one of my sections ) Has 8 pages. I wouldn't care if it was 600 pages long I'd want to find what i need to edit on the first page as every load annoys me. Sorry if I am being pedantic but I can't find a way to increase the pagination.


--
~ https://punkbandpromotions.com ~
Check us out for all your Punk/Alternative Music!
Check us out on Facebook:- https://facebook.com/PunkBandPromotion

updated by @madc: 01/25/14 12:42:53PM
paul
@paul
11 years ago
4,326 posts
I'm pretty sure that hard coded. It might be something we can look into though. I'll raise it with the 'team'.
Thanks


--
Paul Asher - JR Developer and System Import Specialist
MAD
MAD
@madc
11 years ago
600 posts
Yeah sorry paul but we have a pretty big site already and trying to add what we want in the ACP is daunting as its too slow.Although I love the search function.


--
~ https://punkbandpromotions.com ~
Check us out for all your Punk/Alternative Music!
Check us out on Facebook:- https://facebook.com/PunkBandPromotion

updated by @madc: 12/08/13 04:46:46AM
brian
@brian
11 years ago
10,148 posts
ba9801:
Yeah sorry paul but we have a pretty big site already and trying to add what we want in the ACP is daunting as its too slow.Although I love the search function.

You should use search - it's actually really good and will find what you need much quicker. Same thing in the language area - no need to paginate through the pages unless you just enjoy looking at things :)

The long term plan for the "page jumper" is to have a small selectable "number per page" type setup you see on a lot of sites - so that will coming at some point in a future release.

Thanks!


--
Brian Johnson
Founder and Lead Developer - Jamroom
https://www.jamroom.net
MAD
MAD
@madc
11 years ago
600 posts
Thanks Brian , But an option for the admin to open up pagination to 20,50,100,200,500 would be better :D


--
~ https://punkbandpromotions.com ~
Check us out for all your Punk/Alternative Music!
Check us out on Facebook:- https://facebook.com/PunkBandPromotion
michael
@michael
11 years ago
7,718 posts
A nice way to handle the pagination for something like that would be one of those bars on the bottom of the list that reads something like "show more" that then tacks on the next page to the bottom of the list via ajax.

Just a design concept thought really.
brian
@brian
11 years ago
10,148 posts
I think something like that is appropriate for twitter, but not for general pagination (the number of DOM elements can get VERY large on an endless page and cause all sorts of issues).

We'll come up with something that works well.


--
Brian Johnson
Founder and Lead Developer - Jamroom
https://www.jamroom.net
MAD
MAD
@madc
11 years ago
600 posts
For future reference as this is very slow to see what I am searching for.
Can I hardcode this into my site or is it from your end ( ie. Marketplace? )
And If I can which file would I edit?
I want to make it pagebreak of 1000 as I am not worried with loading time ( Only for ACP )

Even when I worked with joomla I would always over write their max of 100 and it sped up my lag time 100 fold
So really looking for this edit? Can anyone help?


--
~ https://punkbandpromotions.com ~
Check us out for all your Punk/Alternative Music!
Check us out on Facebook:- https://facebook.com/PunkBandPromotion
brian
@brian
11 years ago
10,148 posts
ba9801:
For future reference as this is very slow to see what I am searching for.
Can I hardcode this into my site or is it from your end ( ie. Marketplace? )
And If I can which file would I edit?
I want to make it pagebreak of 1000 as I am not worried with loading time ( Only for ACP )

Even when I worked with joomla I would always over write their max of 100 and it sped up my lag time 100 fold
So really looking for this edit? Can anyone help?

You will need to modify the jrCore/index.php and find all instances of jrCore_db_paged_query() and set the third parameter to be the number of results per page.

Hope this helps!


--
Brian Johnson
Founder and Lead Developer - Jamroom
https://www.jamroom.net
MAD
MAD
@madc
11 years ago
600 posts
Thanks @brian as usual for the outstanding and lightening quick support!
Although it's not working at my end
I changed to this in 2 places
$_rt = jrCore_db_paged_query($req, $_post['p'], 50, 'NUMERIC');
Cleaned everything, Manually dumped caches and browsers etc

Marketplace still comes up with 8 items ( thats not really my concern )
But when I go into the audio datastore browser it still only returns 6 song data.

Any other thoughts? ( using Nova cloned skin - code unaltered )


--
~ https://punkbandpromotions.com ~
Check us out for all your Punk/Alternative Music!
Check us out on Facebook:- https://facebook.com/PunkBandPromotion
brian
@brian
11 years ago
10,148 posts
The Marketplace is not going to change - that is determined by our backend and is designed to not place a large load on each query.

The datastore browser is also handled differently - there's too many places for me to tell you where to change it, but today's 5.1.7 release already has support for customizing this, so if you can hold off until then that would be the easiest.

Thanks!


--
Brian Johnson
Founder and Lead Developer - Jamroom
https://www.jamroom.net
MAD
MAD
@madc
11 years ago
600 posts
You know I can. This will speed up the work as we need to find out why some songs aren't playing.
At the moment we have about 300 audio files on site with about another 15000 to load.
So we are trying to see what's happening without having to hammer you guys.
There is no hurry at my end, just post as I see it :D
But Pagination is king and anyway to stop the forever click through pages would be great ( even a jump to ??? )

EDIT : Also those changes did nothing for the datastore, That's what we are really after
instead of 6 like 100


--
~ https://punkbandpromotions.com ~
Check us out for all your Punk/Alternative Music!
Check us out on Facebook:- https://facebook.com/PunkBandPromotion

updated by @madc: 12/26/13 08:28:51AM
MAD
MAD
@madc
11 years ago
600 posts
brian: think something like that is appropriate for twitter, but not for general pagination (the number of DOM elements can get VERY large on an endless page and cause all sorts of issues).
PS I couldn't quote from a post? Something changing here?
Yeah I agree @brian but the thing is it would be a handy tool for admins? ( Just for the ACP )


--
~ https://punkbandpromotions.com ~
Check us out for all your Punk/Alternative Music!
Check us out on Facebook:- https://facebook.com/PunkBandPromotion

Tags