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
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
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:
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
I\'m building a product catalog where a particular secti开发者_高级运维on is displayed by views with an argument, a taxonomy id of a section.
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
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
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.
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
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