[development] Views Pager

Joel Willers joel.willers at sigler.com
Wed Jan 4 17:50:03 UTC 2012


This is really an issue for the support list, but I think you can access this via the .tpl.php. Not sure which area, but you might dig through those. And if you can't find anything, you might ask in support at drupal.org.

Joel 

From: development-bounces at drupal.org [mailto:development-bounces at drupal.org] On Behalf Of Vaibhav Jain
Sent: Wednesday, January 04, 2012 12:01 AM
To: development at drupal.org
Subject: [development] Views Pager

Heya all Drupal Devs,

I am trying to achieve something on Views Pager, and I think i need your help in same.
Scenario is as follows :-
• My homepage consists of number of views, for the main content area and few more in the form on blocks.
• In one of the blocks, i am using views_embed_view and passing the argument too.
• For the pager of this view, I am using full pager with ajax.
What I want - I am trying to a remove the text "first", "previous", "next", "last" from the pager of this block only and not of any other block or view.
I have tried overriding theme_pager which in turn removes it for every view or everywhere theme_pager is called.
I have also checked on different views hooks, and haven't got any success.
Currently, I have achieved this via CSS (displacy:none), but can be manipulated with developer tools, Hence, I would like to this via code.
Any help appreciated.

-- 
Regards,
Vaibhav Jain


More information about the development mailing list