Passing Arguments from a paginated Drupal Views Page url -


i have page generated views lists 5 articles @ time. view paginated page 2 of view list second batch of 5 articles, page 3 list third batch of articles, on , forth.

my question: somehow possible extract fields articles listed on page you're on, perhaps via url? , want them on articles being displayed page viewer on , not articles.

my intent have views block ...

  1. determine page of paginated view above you're looking at
  2. determine articles listed on specific page
  3. aggregate , display taxonomy terms of listed articles (articles have taxonomy term field) in block
  4. do above automatically change page you're looking at

the way i'm going list the taxonomy terms in block relatively straightforward. can't figure out how filter based on articles being displayed me in paginated page.

i thinking maybe possible use using url of paginated page goes along format: ?page=1, ?page=2, etc.

if point me right direction, appreciate it. i'm open alternatives.

what if created display of same view article page view?

you add relationship taxonomy terms , fields in block view appropriate fields taxonomy terms. you'll want setup same filters, sort , pager options 2 displays same. way results should match.

then might want hide pager block view. through custom template view display, or maybe preprocess function hides pager view, or maybe via css.


Comments

Popular posts from this blog

linux - xterm copying to CLIPBOARD using copy-selection causes automatic updating of CLIPBOARD upon mouse selection -

c++ - qgraphicsview horizontal scrolling always has a vertical delta -