hello,

i have the following setup

  • 'archive' view is a page view that is my site archive (path is 'archive')
  • 'home' view is a page view that lists all the published nodes as a teaser list (this is my front page)
  • 'home_links' view is a block only view where the page url points to the 'archive' path

this enables me to have the 'home_link' block's more link point to the 'archive' path.

now is there a way to make ajax views work with this block only 'home_links' view ???

cheers

Comments

febbraro’s picture

Assigned: Unassigned » febbraro

The best way I can this of handling this is via theme hooks. You can either

1) Implement the block hook theme function and change the URL for just this view block, or
2) You can not specify the more link in the view setup, but add it manually by theming the "page view" that is shown within the block.

HTH,
Frank

febbraro’s picture

Status: Active » Closed (works as designed)