EE 1
EE 2
Absolute Total Results
Developer
3rd Party (Free)
94 downloads (last 90 days)
Compatibility
- Multi Site Manager
- Stand Alone Entry Form
- Low Variables
- Better Workflow
- Matrix
Requirements
- jQuery for the Control Panel
Categories
Extension
Tags
Adds an {absolute_total_results} tag to entries tag, for use with pagination.
Because the “limit” parameter of an entries tag works for both pagination and the total results of the loop, you could never display the total results if you were using pagination.
The Absolute Total Results extension adds an {absolute_total_results} tag to the entries loop, which is the total number of entries matched, regardless of pagination. This is to workaround the fact that {total_results} only shows the number of entries shown on the current page.
It only works when using pagination.
Download Absolute Total Results
| EE Version | Downloads | Add-On Version | Release Date |
|---|---|---|---|
| 2.+ | Download | 1.0.1 | 2011-02-08 02:00 AM |
| 1.x | Download | 2010-08-01 01:00 AM |
Absolute Total Results Links
Hooks Used
If the add-on is an extension, and ties into ExpressionEngine's core files, it will use ExpressionEngine hooks. We are listing any hooks the add-on uses for developers to have an easier time locating other add-ons that they can reference for their own work.
This entry was created May 18, 2010, 2:34 pm.
This entry was last updated November 10, 2011, 12:01 pm.
Disclaimer: Information about ExpressionEngine add-ons is provided as a service to you, the user, and every member of the ExpressionEngine community. devot:ee is not responsible if you hose, mangle, wreck, or otherwise destroy your EE website by installing an add-on that you found out about at this site, regardless of its rating, Favorites status, commercial or free status, or general popularity. Caveat EEmptor!
1 Review:
Ryan Masuga 05.18.10
Does what it says. This is a little gem.
When using pagination, I used to have to make a second weblog:entries loop (adding tons of overhead) just to get the total_results, but not any longer.