Posted by guardian on February 22, 2008 at 9:49pm
Jump to:
| Project: | AJAX Views |
| Version: | 5.x-1.3 |
| Component: | Code |
| Category: | support request |
| Priority: | normal |
| Assigned: | febbraro |
| Status: | closed (works as designed) |
Issue Summary
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
#1
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
#2