Come together with the global Drupal community in Rotterdam, 28 Sept – 1 Oct 2026. Sessions, contribution, connection, and Early Bird savings until 8 June.
What would be best: a global setting affecting all RedHen lists (like the core 'default_nodes_main' setting that controls home page node lists)? A setting per entity type? An exposed filter that allows users to dynamically choose a limit while filtering the lists?
The default list limit should be 50 since the row information isn't that extensive, although your idea for setting it via a Drupal variable sounds great!
Using a filter to dynamically change the limit sounds great, too. Would that be theme_pager?
Better late than never ;) Added a global setting on the RedHen settings page that is respected on all list views. Left the default at 10. Ref. 571e571.
Comments
Comment #1
nedjoAgreed that this needs work.
Before coding, we should figure out:
@aDarkling: suggestions?
Comment #2
adarkling commentedThe default list limit should be 50 since the row information isn't that extensive, although your idea for setting it via a Drupal variable sounds great!
Using a filter to dynamically change the limit sounds great, too. Would that be theme_pager?
Comment #3
levelos commentedBetter late than never ;) Added a global setting on the RedHen settings page that is respected on all list views. Left the default at 10. Ref. 571e571.