I allow my users to submit links to a site and index them (like delicious). however, when a site has already been indexed by another user, then we don't reindex it for that user. instead we have the user 'bookmark' it with views bookmark function (which is wonderful).
However, I now need to generate a view that displays not only what the user has bookmarked using the views bookmark, but also all of the nodes (links) they have submitted as well. There is no 'AND ' functionality in the views that I can see, so I was wondering if there is a workaround...
So basically, I want all of the content of certain types that a user has submitted - AND - all the content on the site that the user has bookmarked using views bookmarks.
an ideas? thanks
jason
Comments
Comment #1
quicksketchSorry no ideas exactly come to mind. This would be a feature of views, not views_bookmark really. Besides some very tricky and not really efficient code, I can't think of a way to do this in views.
Comment #2
Christefano-oldaccount commentedIf nobody objects, I'm marking this issue as fixed since quicksketch is right about this not having much to do with Views Bookmark. A more appropriate place for this question is the forum.
The solution I'd propose, by the way, is to fuse two separate views together on one page. There are a number of ways to do this but the handbook page at http://drupal.org/node/47417 should help get you started.
Comment #3
(not verified) commentedAutomatically closed -- issue fixed for two weeks with no activity.