For questions about using pagination tags/code to divide content across separate pages.
1
vote
1answer
20 views
Pagination current_page not retaining
I have the following code:
{paginate}
{pagination_links}
<div class="block_pager">
{previous_page}
<a href="{pagination_url}" class="prev">Previous</a>
...
0
votes
1answer
12 views
next / previous entry linking
I am trying to create links to the next and previous entries NOT using pagination.
I tried the plugin Next / Previous Links Anywhere from McFly but it is not working as described and no longer ...
0
votes
0answers
19 views
query conditional and dynamic pagination
I am probably missing something simple but here's my issue:
I am using the dynamo addon to manage pagination on a template where the member information is being output in a grid form. This works fine ...
1
vote
1answer
22 views
pagination_marker
When viewing a single entry in the category I am using pagination to view the second entry
http://domain.ca/index.php/showroom/category/CATEGORY_NAME
Next goes to
...
0
votes
1answer
35 views
More pagination number links
As default EE seems to limit the page number links in pagination to 2 either side of the current page.
I normally change this in /system/codeigniter/libaries/paginatation.php in the $num_links ...
2
votes
1answer
22 views
Pagination using the Query Module or Active Record Plugin
I have a custom table exp_jobs which I am querying. I have used {exp:query} and have also been trying out http://devot-ee.com/add-ons/activerecord ...
Having 1 issue which I think could be solved a ...
0
votes
2answers
19 views
Displaying First and Last in Pagination
I have this code that is not working as expected. No First or last or prev links will display...
{paginate}
{pagination_links}
<!-- post ...
3
votes
1answer
33 views
Losing Active Status of Category in Pagination
I'm using this code to display the active category as the title of the page before the channel entries are listed out, however, if you go to the next page using the pagination the category seems to ...
0
votes
1answer
20 views
Is there a way to have AB Pagination display P1, P2, P3 instead of P10, P20, P30?
I am using AB Pagination to paginate news stories. When I click the numbered (and the next and previous) links, the URI segment is /P10, /P20, /P30. I would like the URI segment to be /P1, /P2, /P3. ...
3
votes
1answer
42 views
Pagination links on CP module's view are not clickable
I have a problem quite similar to the one found
here, where I am trying to form a table using the tutorial found on Ellis Lab's site. I found some of their guide totally lacking on pagination, and as ...
1
vote
1answer
44 views
Infinite scroll reaches the end, although there are more pages to show
I'm following another developer on a site and trying to speed it up. The functionality requires many entries to be displayed within a single document object. Previously, load times were abysmal so ...
0
votes
2answers
50 views
“?feed=rss2” in Pagination URL
I have a blog listing set up with Structure, Zoo Triggers, AB Pagination, & CE Cache. Here's an abridged version of the template:
{exp:ce_cache:it}
{embed='_embeds/document_head'}
...
2
votes
1answer
37 views
Pagination links on CP Module screen are not clickable
I'm working on a module that's outputting data using $this->EE->load->library('table').
I'm passing this back to my index() function to render things:
return array(
'rows' => $rows,
...
2
votes
1answer
43 views
How to paginate or organize Expression Engine by custom field data input
I have an ExpressionEngine site that takes information entered from an admin, and information entered from users through SafeCracker, and displays that information in a timeline format.
The ...
1
vote
2answers
32 views
Is there a way to have pagination show up at the bottom of a table?
Entry pagination is a pretty simple thing except with tables. Whenever I do pagination on table data it only displays at the top. Is there a way to get it to show up at the bottom?
Here is the code I ...
0
votes
3answers
47 views
Problem with pagination links and conditional [duplicate]
I have a single template I'm using to display a list of audio files. When the user clicks on the audio they want to listen to, it uses a conditional statement to display the single entry in the same ...
2
votes
1answer
31 views
Trying to output first_page and last_page pagination links when there's less than four pages
I've been having problems getting the first_page and last_page pagination links to work correctly. I then spotted a user comment in the docs that said they only appear if there's four or more pages ...
3
votes
1answer
41 views
Using pagination with filtered entries
I am filtering a list of entries using an {if…} conditional, but the exp:entries tag outputs the count for the total number of entries before the conditional is applied. And as I am using pagination I ...
0
votes
0answers
28 views
Can´t post comments, have pagination issues - assume Database Probs due to migration from Dev to Production
In my DEV-envoronment I can post comments and pagination works. On my production machine not.
I assume, that I did something wrong, when I used phpMyAdmin to dump the Dev-DB and then uploaded the DB ...
2
votes
3answers
72 views
Click to Load More Entries / Vertical Pagination
I am using ExpressionEngine 2.5.2 and would like to create, for lack of a better phrase, "vertical pagination" for my channel entries. This would be similar to infinite scrolling, but instead of more ...
0
votes
1answer
32 views
Pagination in Search results?
I'm trying to get some pagination at the bottom of my search results, and I can't seem to get it to work. All the results display as expected, but there's no pagination at the bottom. Here's my ...
1
vote
1answer
28 views
How to show the current position of an entry within all entries
Is there a simple way to show all entries for a channel, and the current entry 'position' from the count without using Pagination (don't want to affect URLS).
So the first entry from three entries ...
2
votes
2answers
228 views
Pagination works when using /group/template, but not when using /
I'm breaking my head over this one. maybe it's pretty simple, and am i just being blind. however, something is not going right with pagination.
On the homepage we want to display general info, a ...
2
votes
1answer
30 views
EE2 User Guide for v.2.1.0?
My company currently uses EE2 v.2.1.0, while the current version and User Guide is at 2.5.5. I'm looking for the 2.1.0 User Guide to better understand the older version of the {pagination_links} tag, ...
0
votes
3answers
111 views
Matrix Pagination 'next' link links to empty page
Sorry, new code.
I have created a new channel - gallery. This channel has 4 custom fields - {gallery_page_heading}, {gallery_sub_heading}, {gallery_image} and {gallery_page_content}, {gallery_image} ...
0
votes
4answers
80 views
Detect any pagination in a conditional
I've got a site where it shows different content dependent on the url segments (categories eugh!) but as there can be up to 4 url segments, any of which could have pagination, i want to be able to say ...
2
votes
2answers
59 views
Pagination Links Don't Render
I am using {pagination_links} and the code is not rendering.
Here is my complete code for my channel entries:
<section class="blog">
{exp:channel:entries channel="journal" ...
2
votes
1answer
59 views
Pagination issue with Query and Conditional Statement
I have a script that uses query to determine if a particular entry is open or closed. based on that entry, it then displays a list of blog entry excerpts. if that particular entry id has a status of ...
3
votes
2answers
92 views
Linking to an entry's position in a paginated list
For one of my channels there is no template for displaying a single entry. Entries are only ever displayed in a list on a landing page, which is continued on the paginated sub-pages, like:
...
5
votes
4answers
134 views
ExpressionEngine pagination: access last segment
I am working on some search engine optimisation for my ExpressionEngine site. I need to add some link tags into my head to allow Google crawlers to acknowledge the relationship between paginated ...
0
votes
2answers
70 views
Pagination outside of channel entries tag? Part 2
RE: Pagination outside of channel entries tag?
Is this really the best way to place the pagination links outside the Channel entries tag? It seems ugly.
(And out of curiosity: is there a benefit to ...
2
votes
2answers
173 views
Pagination not working for structure pages
I have my pages setup in Structure in a channel called Products (screenshot).
I'm viewing the listing of products at a URL that looks like:
domain.com/nl/rental-shop/producten/
If I click 'next ...
3
votes
1answer
70 views
Conditional For Entry Listing Pages Only
I have some code inside a global snippet that I only want to display on a blog listing page. So the allowed URL types could be:
/blog
/blog/P10
/blog/category/crackers
/blog/author/skeletor
I do ...
2
votes
1answer
74 views
Pagination outside of channel entries tag?
I have a channel entries loop that I need to paginate but am having an issue with the location of the pagination code.
The channel entries loop surrounds a table structure but is inside the main ...
7
votes
3answers
195 views
Search results pagination and ordered list numbering
I have a search form with pagination that has a limit of 10 results per page. The problem is that the numbering of the ordered list is not continuous and starts over on each page. For example, if the ...
5
votes
2answers
116 views
Two channel entries loops on one page, both with pagination
I am having some issues with pagination.
I have two channel entries loops on one template, both of which have pagination enabled.
One of the loops works fine but the second one, I guess is ...
4
votes
2answers
113 views
Limit Total Results with Pagination
Easy question. How do I set a limit on the total results for a page that has pagination? I have a site that displays 16 entries per-page, but would like to limit the total results to 200. Is this ...
1
vote
2answers
157 views
How to get pagination page number outside of its tags?
I want to avoid duplicate titles/descriptions on pages (P1,P2...) so I want to add Page 1, Page 2 in the page title.
Is there a way to know if we are on pagination and which page it is, but outside ...
4
votes
2answers
139 views
Is it possible to modify the output of pagination urls?
I'm currently using the following code for pagination:
{pagination_links}
{page}
<a href="{pagination_url}">{pagination_page_number}</a>
{/page}
{/pagination_links}
...
2
votes
1answer
125 views
A conditional for “paginate” loop rendering needed
The "paginate" loop within the channel:entries tag used to render even when no next or previous links would need to render. This seems like it may have been "fixed" in response to a bug report here: ...



