Is it possible to take a URL like this: https://{mydomain}/groups/activity/917
and modify it so it returns 5 items of activity? or 500 items of activity?
I've been able to use this URL to limit activity for all of the groups:
https://{mydomain}/activity/views/default/activity/listing.php?limit=50
But I need to set the limit of activity for a single group. What I'm trying to do is set the limit at the URL level so it is very high, so I can print what loads on the page.
Also, I'm using an OLD version of ELGG. (2.3 I think)
info@elgg.org
Security issues should be reported to security@elgg.org!
©2014 the Elgg Foundation
Elgg is a registered trademark of Thematic Networks.
Cover image by RaĆ¼l Utrera is used under Creative Commons license.
Icons by Flaticon and FontAwesome.
- Nikolai Shcherbin@rivervanrain

Nikolai Shcherbin - 0 likes
- Jason@jason.bays

Jason - 0 likes
- Nikolai Shcherbin@rivervanrain

Nikolai Shcherbin - 0 likes
- Jason@jason.bays

Jason - 0 likes
- Jerome Bakker@jeabakker

Jerome Bakker - 0 likes
You must log in to post replies.Hmm.
Doesn't 'Default number of items per page' option on /admin/settings/basic do this trick?
I'm trying to not change it for everyone. I was hoping to manage it at the URL level for this limited use case.
Which your Elgg version?
I think it's 2.3
most listing pages in Elgg support the URL parameters 'limit' and 'offset', so if you make it https://{mydomain}/groups/activity/917?limit=500 it should work