- Issue created by @b.rida
The views_infinite_scroll module does not provide a way to display the number of items currently loaded on the "Load more" button (Only how much it remains). Users may want to see how many items are currently displayed out of the total number.
Add a token that makes the current number of displayed items available for use in the 'Load more' button text.
I already created a patch that adds this token, and I have also included the different counts in the options array making it easier for developers to use them elsewhere.
Needs review
2.0
Code