Pagers allow users to step through a list of items. This tag is likely to be mostly for Views pagers, as it's the most common usage.
0
votes
2answers
13 views
Showing previous and next pager links regardless of the page one is in
Drupal hides the previous link of a pager if you are the first page,and the next link if you are on the last page. Is there way I can keep the links from disappearing, just in a disabled state? Can I ...
1
vote
1answer
24 views
Change drupal search result count
Drupal search is giving 10 items per page. The number is hard coded in search core module. Is there any way to make it 15?. I am using drupal 6.
2
votes
1answer
34 views
Changing the format of drupal pagers numbers
Currently the dupal pager displays numbers normally as 0 1 2 3 4, how do i change this format to something like 01 02 03 04
2
votes
1answer
61 views
Infinite scroll pager in Drupal 7
I want to add infinite scroll page in search result pages. I am using Drupal 7.
To achieve it i followed this link.
When i do exactly as per the step given on this page, but i am not able to get it ...
0
votes
0answers
10 views
HTML inside mini-pager navigation control labels (TAG)
I'm trying to customize the output of the mini-pager controller (the "next" and "previous" link with arrows) in a view.
Actually, it is possible to insert custom text for "previous"-link in the view ...
0
votes
0answers
31 views
Pagination in Drupal 6 search results
I am using the Multisite Search module and have added some custom behaviour to it.
What I did was basically do another check in the multisite_search_search function and stopped
several nodes from ...
0
votes
0answers
18 views
Drupal 6 theme individual mini pagers
I was able to theme the mini pager by taking pieces of the code from views module file and adding in some useful php to manipulate it. problem is that i need to individualize the setting so i dont ...
0
votes
3answers
27 views
How to edit/extend/remove pager in the admin back-end?
For example I just applied Mollom for antispam and everything, because the site got like 500 spam comments and 500 spam users. Now I can delete them only by selecting 50 users per page in the ...
2
votes
0answers
36 views
Paging a view based on a grouping field?
I'm upgrading a site I created 2 years ago from D6 to D7. In that site, I have a view of items that are grouped according to year, so that the items for each year show up on a separate page -- you ...
0
votes
0answers
19 views
Apply Pager on ajax response data
I have created a module which fetch some data from database and display in tabular formats, i am also using Pager, its works nice. But whenever i have fetch the same data with ajax request the pager ...
3
votes
0answers
52 views
Create a pager with “Yesterday”, “Monday”, “Sunday” etc
I have a view which through contextual filters show content created on the current day, and I would like to add a pager to allow users to go back in time one day at a time.
Say we visit the site on a ...
0
votes
0answers
28 views
PagerDefault only returns 2 lines
So I am trying to build a sortable paginated table. So far I have failed at both.
For some reason, in this state it will only return 2 lines on page one, 10 on page two, and 2 again on page three.
...
0
votes
1answer
18 views
Views pager not rendered for teasers with comments
I have a views which displays teasers. Pager is also set.
When comments in teasers is enabled pager doesn't show up, however it does when comments are turned off.
I cannot figure out what the issue ...
0
votes
1answer
81 views
Go to specific page in view using node id
I have a view composed of single nodes with a pager. Is there any way to link to a specific page in this view using the node id? I can see that the pager uses a page variable in the url, but that ...
0
votes
0answers
29 views
views pager theme display changing module
Pager is showing up as numbers on the left and a button on the right under a hr in a modified version of omega kickstart ( was working fine before modifications) I backed up and replaced modified with ...
1
vote
0answers
166 views
How to style the Views pager with Twitter Bootstrap 'pagination' class
I have
<div class="item-list">
<ul class="pager"><li class="pager-current first">1</li>
<li class="pager-item"><a ...
1
vote
1answer
46 views
Make flippy pager appear in full content view
I love the simplicity of the Flippy pager, and it works exactly as advertised until I display the node it's supposed to appear on in a view. Basically, I want the latest node of a specific content ...
0
votes
1answer
47 views
Query pager not showing for administrator
I am having an interesting problem with paging the results of a query. The pager is visible to all users except those who are assigned the built-in 'administrator' role. I have tried the code on two ...
0
votes
2answers
232 views
Where are these modules - “Views Slideshow: SingleFrame” & “Views Slideshow:ThumbnailHover”?
Were these integrated into some other modules? Cannot find a trace of them anywhere on drupal.org but they are used at many places, like in this tutorial: http://mustardseedmedia.com/podcast/episode42
...
0
votes
1answer
70 views
Is there a way to expose the pager fields?
I'd like to let the user pick how many items are gonna be displayed on the page. Therefore, i need to display a field with a select or something.
Is there a way to make that directly through the UI, ...
0
votes
0answers
46 views
Views slideshow show 3 jump 1
Sorry for my bad title, but I hope you'll understand it after my description. :)
I use views slideshow to create a slide that shows 3 results per row. When I just the "Next"/"Previous" buttons, it ...
2
votes
2answers
71 views
$query->limit(10) gives fatal error
I am trying to develop a simple module in Drupal 7. I want to return a table with some data in a function, which i am able to achieve. I am stuck in the pager part though.
I used
...
0
votes
0answers
213 views
Drupal 7 Views: How to Synchronize Two Pagers that Display Different Number of Items
Problem:
I am trying to sync two Pagers so when the next and previous pager links are selected in the primary pager, the second pager shifts/moves display of the 5 next images. I can not properly ...
2
votes
1answer
115 views
Preserve views exposed filter options when back button is pressed
I have an ajax exposed filter in the views. When user select option from filter it loads content. But when I click on item on view and press browser back button, exposed filter resets and default ...
0
votes
1answer
113 views
Mini pager work with ajax but not full pager?
I don't know if someone has ever expected this error but i can't find "why" it's not working.
In the same page, i have 2 blocks. Each block represent a different view.
The first have mini pager, the ...
1
vote
0answers
12 views
How can I print the number of the current pager in Views template?
I have a node View with pager configured Paged output, full pager, Items per page:30
So the view lists only 30 nodes per page.
Now I would like to print the number of the current page and the total ...
0
votes
0answers
157 views
View pager with ajax auto load next page
I have created view for list featured articles to be display in sidebar of my site. Everything is working fine. But now I need slight modification in that. Right now I have used pager option with ajax ...
0
votes
0answers
214 views
Drupal 7 ajax + tableselect bug. Is there a workaround?
This relates to a bug which is as of yet unresolved in Drupal 7. It is documented here.
Simply, tableselect when used with ajax is horribly broken and until the fix gets implemented in Drupal 7 I was ...
0
votes
0answers
207 views
How to use Ajax pagination with Views rendered programmatically?
I created File Field Sources widget. This widget is similar to IMCE but I am quering external database. Inside my dialog box (simple jquery.dialog()) I have rendered a View for browsing files (ajax ...
0
votes
3answers
62 views
How to display link to the next/previous most recent node from current node (if it does not belong to a book)?
I would like to display the next and the previous most recent node from the current node (if it does not belong to a node).
It is somewhat similar to the pager available to the book page, except here ...
1
vote
0answers
46 views
Pager information in services_views json response
Is there a suggested mechanism for retrieving pagination/pager information in a JSON response in a services_views configuration? I thought enabling the pager would give me something, but it does not. ...
1
vote
3answers
563 views
Pager in Drupal 7
I am using the Drupal 7 and i want to use the Pager into my query
This is my query and the way i can use
$qury = db_select("SELECT `entity_id` , `field_keywords_value` , COUNT( DISTINCT ( ...
1
vote
0answers
33 views
Replace page number with image field value in pager [duplicate]
Possible Duplicate:
Use a content type’s field as a pager item in Views
I created a view of nodes (it shows full node, not its fields) and have a full pager.
Every node has image field ...
1
vote
1answer
78 views
How to extend TableSort class
I have a paged table that extends the TableSort class. The thing is, I would like to add some special parameters to the header links, so I need to extend the TableSort class. The problem is, it is not ...
0
votes
1answer
545 views
Drupal 7 pager not displaying
I am having problems getting a pager to display after a table in the block_view hook of a module
The code for the query is the following one.
$query = db_select('registry', 'r');
$query = ...
7
votes
1answer
85 views
Does DRUPAL_CACHE_PER_PAGE count pager pages (i.e. frontpage?page=3)?
I guess my whole question is pretty much in the title... I'm wondering if blocks that use DRUPAL_CACHE_PER_PAGE get cached on pager pages (i.e. mysite.com/frontpage?page=3), or if the pager query is ...
1
vote
1answer
214 views
Next/Prev buttons for nodes based on nodereference field
By using this tutorial http://blog.urbaninsight.com/2011/09/12/adding-pager-navigation-nodes-drupal-7 I created next/prev buttons for my images.
But as I have a lot of galleries I need to filter ...
0
votes
1answer
90 views
Always show next page link in pager
function mythemename_pager_next($text, $limit, $element = 0, $interval = 1, $parameters = array()) {
global $pager_page_array, $pager_total;
$output = '';
// If we are anywhere but the last ...
0
votes
1answer
74 views
Adding parameters to $header links
Is there a way we can specify which link to use to sort a drupal table, or atleast, specify some parameters to the header links?
To be more clear, my table uses the following link when I click on ...
0
votes
3answers
177 views
Custom Javascript Not Loading On Paginated Pages (Except First Page)
I am running the following jQuery that affects elements on a page view.
$(document).ready(function($){
$(".views-field-field-video").click(function() {
...
1
vote
3answers
364 views
Add next/prev link to image in drupal 7
I have a taxonomy with lots of nodes in it. Each node contains a large image. I want that image to be linked to the next node within the taxnomy. How can I do this in Drupal 7?
0
votes
0answers
62 views
theming previous, next buttons in template.php
$li_previous = theme('pager_previous', (isset($tags[1]) ? $tags[1] : '<a href="#"></a>'), $limit, $element, 1, $parameters);
$li_next = theme('pager_next', (isset($tags[3]) ? $tags[3] ...
0
votes
0answers
189 views
Get the table header to use the pager URL
In my drupal site, I have got a lot of nodes displayed in a teaser and for each node, and I am using a table with a pager. On initial load of the page, the table sort doesn't work. However, if I use ...
0
votes
3answers
176 views
More than one pager in the same page
I have a Page that contains two views one that list the latest news and the other list the latest event
The problem now is that each view has a pager but when I change the page of one of them both ...
0
votes
1answer
276 views
Views Page not showing pager
I've got a Views Page showing Article teasers. There are lots of Articles in the db and I'm only showing 5 per page in the View, but the Pager is not showing up at all. Here is my Views configuration, ...
1
vote
1answer
213 views
how to use image for next previous link in pager in drupal 7
I am woking on drupal 7 I want to change link text and replace them with image. How can I achieve following :
Is there any function in template.php to do so ?
Is there any way to overridden template ...
1
vote
1answer
129 views
how to achieve a sliding effect to show the rest of elements in a grid, with views
I have a view set to grid, displaying 5 items per column. I set it to display 5 items at a time too, but I have 10 items total. What i want to achieve is, when I click on page 2, instead of having it ...
3
votes
1answer
440 views
How to use theme ('pager')
I have problem to understand concept behind using theme ('pager') like explained here:
EntityFieldQuery display pager
I can't make it work (display pager and links to resulting pages).
Does
...
0
votes
0answers
64 views
Paginating an Ajax db query
I need to make a complex sql query using Ajax; if i do not use Views, which is the best way to do it in Drupal? I also need to handle pagination.
0
votes
2answers
370 views
Adding pagination to nodes
I'm using Drupal 7, CKEditor (not wysiwyg module). By default the nodes are not paginated but the client wants to have nodes of certain content-type to be paginated. And wants control of this ...