Search code examples
drupaldrupal-7drupal-modulesdrupal-views

Drupal Context doesn't work on the view pages


I am working with the context module to display a block on specific pages. The problem, that I am facing that the context works just fine on the first page of the view, however, the block disappears on the others view pages (page 2 and up).

Anyone knows what causes this weird behavior?


Solution

  • I had the same problem and I saw here: http://drupal.org/node/904416#comment-3725344 a solution.

    I have installed the module http://drupal.org/project/purl and everything goes find (no configuration)

    Hope this help you