drupal-exposed-filter
Remove or Filter Options on Exposed Filter in Drupal 7
I\'m working on a website that uses Domain Access and for a view I expose a filter that lists all domains. I want to list only some domains but not all. I know that it is posible to do with the filter[详细]
2023-04-13 00:42 分类:问答Modify the query that generates the exposed form element in Drupal
I would like to change the dropdown filter in a view, by modifying the query that generates it. I do not want to modify the form values after they got pouplated with data already, because it is huge l[详细]
2023-04-10 01:33 分类:问答Overriding an input of the Exposed Views form to render a range of values
In the Exposed Views form (Drupal 6, Views 2), I\'d like to overwrite an input text so it render the option to choose from a r开发者_开发技巧ange of values, something similar to this:[详细]
2023-03-06 00:46 分类:问答Exposed filters: None vs. All results
I have a view which has some exposed fields. When the view comes up the first time, all of the exposed fields are set up to not restrict the output in any way. So the view shows all of the records mat[详细]
2023-03-02 16:13 分类:问答A way to limit taxonomy exposed filter options in view with arguments in drupal
I\'m building a product catalog where a particular secti开发者_高级运维on is displayed by views with an argument, a taxonomy id of a section.[详细]
2023-02-24 02:49 分类:问答Drupal VIews Exposed Filter: Taxonomy Select List?
Drupal 6: I have a view (version 2) with an exposed filter on taxonomy term name. The provided exposed widget is a text field with \'Apply\' button. What I\'m trying to do is to have a drop down popul[详细]
2023-02-19 03:21 分类:问答How to change the label of the default value (-Any-) of an exposed filter in Drupal Views?
I created a view which has three exposed filters. Everything works fine except the fact that I can neither translate or change the default string (-Any-) for the dropdowns. Is there a way to change th[详细]
2023-02-04 07:47 分类:问答Drupal Views and exposed filters - how to reset optional drop-down list filter, or allow "all" selection
I have a view with a filter by country. Country is an optional CCK text field with drop-down list selection from a predefined list.[详细]
2023-01-25 09:18 分类:问答Decouple all the exposed filters in Drupal with each other and make each exposed filter as a separate block
I have created a custom content type and using views2 for creating various page-views. I have used a taxonomy (having 4 terms, say \"A\", \"B\", \"C\" and \"D\") for broader categorization of this con[详细]
2023-01-13 13:12 分类:问答How to expose the distinct filter in views
i was wondering if there by any chance is possible to implement an exposed filter in views that either sets the SELECT DISCT开发者_运维技巧INCT() on or off. Does anyone know if that is possible?No, th[详细]
2023-01-12 20:38 分类:问答