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.

learn more… | top users | synonyms

0
votes
1answer
24 views

More Pager not showing on Front page

I'm not sure what I've done wrong, but I just noticed that the front page of my site isn't showing the pager at the bottom so that visitors can get to older posts. http://www.theresatutors.com/ I ...
0
votes
0answers
15 views

Where to modify pagers from nodes with comments to link on #comments?

I know there is a #comments anchor in every node with comments available. When there are more comments than the content type limit allows per page, then there will be a pager on the bottom of the ...
0
votes
0answers
13 views

Get value for drupal date pager next or prev or current

I am looking around a way to get the date pager next/prev/current value inside the current view.I am listing events in a month and have used date pager.Display is of month type so in header it shows ...
0
votes
1answer
19 views

how to create the pagination for customized portfolio template

I will create the portfolio gallery page using custom content types with thumbnail and bigimage image fields. then i am using the following code for rendering content types <?php $content_type = ...
0
votes
2answers
39 views

Adding html to t() in Drupal 6 template.php?

Hi I am trying to add html to the "t('Older Posts')" and "t('Newer Posts')" Is this possible ? I can figure it out ???? I am in a Drupal 6 template.php file. This is the code I am trying to add as ...
0
votes
2answers
43 views

Programmatically Change Pager “Items to Display” value?

I would like to create a custom form to allow a website admin to quickly change the number of "Items to Display" for a particular block display for a particular view, but I don't have a clue how to ...
0
votes
2answers
20 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
32 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
36 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
131 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
19 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
35 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
20 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
32 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 ...
3
votes
0answers
50 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
22 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 ...
4
votes
1answer
57 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
34 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
23 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
88 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
31 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
219 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
55 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
50 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
316 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
83 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
52 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
77 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
234 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
137 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
128 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
15 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
159 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
240 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
224 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
75 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
53 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. ...
2
votes
4answers
704 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
84 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
582 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
87 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
217 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
104 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
76 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
178 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
379 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
66 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
195 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
191 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 ...

1 2 3