Closed (won't fix)
Project:
Views Union
Version:
5.x-1.x-dev
Component:
Code
Priority:
Critical
Category:
Support request
Assigned:
Unassigned
Reporter:
Created:
27 Oct 2007 at 02:47 UTC
Updated:
25 Mar 2011 at 05:59 UTC
Jump to comment: Most recent
Comments
Comment #1
liquidcms commentedok, perhaps simply some odd setup thing.
I reverted back to views 1.5 and my union views are still busted - I know it worked at one point.
will keep digging.. and i guess look at SQL that it creates.
Comment #2
liquidcms commentedok, i think i was confusing how this works with views_fusion. I had thought that you only added a view as a sub view to your existing view, i.e.
- create primary and set union to sec
But now i think, but not sure, that you actually cretae 3 views , third as the union view:
- view_pri
- view_sec
- main_view: which is union of pri and sec.
BUT.. this desnt work either. I read bit about top view has to have filters used in subviews - do this count for arguments as well? Does this even support arguments - so that would be the same as a filte - so in union view i need to have argument to filter on my arg being in the PRI field AND another arg for arg being in SEC field?
but of course that doesnt work either..
sadly i think final solution here is simply going to be to add both arg filters to one view and then do a query substitution to relpace AND with OR.
Comment #3
liquidcms commentedyeaaa baby.. ok, i think i got it.. and i guess simple really ????
pri view:
- filter on arg as being in Primary field (noderef field)
- called news_pri with url = news_pri
sec view:
- filter on arg being in Secondary field (a second noderef field)
- called news_sec with url = news_sec
main view
- no args set up at all !!
- called news with url = news
- union of pri and sec views
sweet...
Comment #4
Anonymous (not verified) commentedComment #5
rconstantine commentedI still don't get it. The comment in #3 is still confusing me. Could someone provide screen shots of three complete views setups? Seems to me that would be the easiest way to show people how to use this module.
The best screen grabber I've found is Screengrab!, which is a Firefox add-on. It allows you to take shots of complete web pages that go off the screen; perfect for shots of Drupal admin pages.
Thanks.
Comment #6
liquidcms commentedpretty old post.. will need to do some digging. can likely post screens later tonight.
Comment #7
rconstantine commentedIf things have changed, then I guess I'm after new screen shots. I'm simply struggling with the setup - i.e. I think I've done it as explained but not getting results. See my other issue.
Thanks for looking into this. I look forward to your screen shot post.
Comment #8
1kenthomas commentedIf it helps: use the current release, not the dev versions.
Comment #9
1kenthomas commentedClosing; // outdated.