Closed (fixed)
Project:
Views (for Drupal 7)
Version:
6.x-2.6
Component:
User interface
Priority:
Normal
Category:
Support request
Assigned:
Unassigned
Reporter:
Created:
30 Sep 2008 at 17:12 UTC
Updated:
8 Sep 2009 at 13:02 UTC
Here's the scenario:
I'm giving users a way to search through nodes by proximity to a zip code using an exposed "Location: Proximity" filter. I have two views connected by a menu tab. In one view I'm displaying the results on a map, in the other as text.
What I'd like to be able to do:
If users have completed a search in one of the views, I'd like for them to be able to click on the other view via the tab and see the results for the same filter displayed in that view.
Is this doable in a reasonably simple way?
Thanks!
Comments
Comment #1
mennonot commentedIn case a parallel example is helpful, I'm looking for similar functionality to what you get when you search for at term on google web search and then switch to image search which displays the results for the same search term.
Comment #2
domesticat commentedClosed while closing all Views support requests with no activity for 6 months. If you still need help, you may re-open this issue at any time.
Comment #3
willeaton commentedI am in need of this functionality too but in Drupal 6 with views 2. Basically I have an exposed filter and I have menu tabs for "Most Recent" and "Most Popular" etc. Want I want is when I click the menu tab, it passes the filter variable in the URL as well.
Is this possible?
Thanks
Will Eaton
Drupal Developer
http://www.williameaton.co.uk
Comment #4
willeaton commentedHi,
Scratch that, I came across a module called Quick Tabs which does exactly what I was after, hope this helps someone out there trying to do the same.