Problem/Motivation

When exposing the number of items per page to users, it is only possible to use a select list. I was surprised that I was not able to configure it within Better exposed filters. I think it should be because it is also a filter.

Proposed resolution

My suggestion would be to integrate this feature to be configured by Better exposed forms so it is possible to make these into "text links" "radio buttons/select box" or a select list .

User interface changes

A further suggestion would be: to be able to give the configurable number of items per page ( 10, 20, 30 ) an optional prefix of suffix. This could be helpful when used as text links

Example:

show 10 | show 20 | show 30 | show all

or

10 items | 20 items | 30 items | all items

Support from Acquia helps fund testing for Drupal Acquia logo

Comments

dawehner’s picture

Project: Views (for Drupal 7) » Better Exposed Filters
Component: exposed filters » Code

Move to the better exposed filter module

g089h515r806’s picture

Issue summary: View changes

I need the same function.

It seems it already fixed in https://drupal.org/node/894312, but i could see it in latest version.

g089h515r806’s picture

Category: Feature request » Bug report
Status: Active » Needs review
FileSize
1.39 KB

Here is a quick fix.

g089h515r806’s picture

  • mikeker committed d715e82 on 7.x-3.x authored by g089h515r806
    Issue #1618206 by g089h515r806 | danon1981: Fixed Number of items per...
mikeker’s picture

Status: Needs review » Fixed

Committed.

Thanks for the patch!

Status: Fixed » Closed (fixed)

Automatically closed - issue fixed for 2 weeks with no activity.

divined’s picture

Not work with search api range filter:

url like:

f[0]=field_product%253Afield_price%3A%5B0%20TO%205812%5D

convert to

f[0]=field_product%3Afield_price%3A[0 TO 5812]