Closed (won't fix)
Project:
Views (for Drupal 7)
Version:
6.x-2.9
Component:
Miscellaneous
Priority:
Normal
Category:
Feature request
Assigned:
Unassigned
Reporter:
Created:
5 Jun 2010 at 12:38 UTC
Updated:
25 Aug 2017 at 11:07 UTC
Jump to comment: Most recent
Comments
Comment #1
ndm commentedA possible solution not easy to install cause the names of the field and the view is hard to know
(you can know this variables with
print_r(views_get_view('name_of_the_view'))orvardump(views_get_view('name_of_the_view'))).One solution
- create the view you want as filter
- open the view filtered
- add an argument
- define this argument with a default value and this value in php.
- check exclude and multi
- put this code with appropriates variables :
Comment #2
iamjon commentedThanks for sharing your solution
Comment #4
ndm commentedComment #5
dawehnerNeeds review means that there is a patch
Comment #6
IFL Todd commentedI know this is an older thread; but, I just want to say to ndm that this is a very nice find. Quite useful.
Thank you very much for posting this!
Todd
Comment #7
mustanggb commented