An exposed filter is a filter used by the Views module that is exposed to users, who can decide the criteria used to filter the content shown from a view.
1
vote
1answer
30 views
exposed filter views criteria
I have a view that exposes a filter for user input to "search" a list of taxonomy.
My problem lies in sorting the results, which are by default alphabetically sorted.
The filter criteria takes ...
0
votes
1answer
14 views
Views exposed filter are cached
after performing a search using Views exposed filter,the filter is cached and even I change that I get the same as previously results.How can I solve that?
thanks
0
votes
1answer
20 views
Using select list with Views exposed filter when it is a custom schema through hook_views_data
I need to build a page in Panels that is composed of Views displays. The page that this will make will function as a kind of workstation for a staff member displaying bespoke information about ...
0
votes
1answer
25 views
Combine views sort criteria in exposed form
Drupal 7, views 3.6.
I have a view with 2 sort criteria: date and category. The sort is exposed in a form block.
Currently the user only has the choice to select 1 sort criteria, ie: sort by date ...
0
votes
0answers
22 views
Views Exposed Filters do not accept null as 0
I have 4 filters for a travel site that I've made into sliders. They are all supposed to go from 0 to whatever number, but for all of them I also have "Accept NULL as 0" activated.
This seems to be ...
0
votes
1answer
38 views
Filter view with multiple displays
Using Drupal 7. I have a view with several page displays, 2 of them being /review and /mentions. I have some exposed filters on these pages visible on a side block of the page.
When clicking the ...
0
votes
1answer
57 views
Taxonomy and views exposed filter
I have a taxonomy reference link appearing on a content type.
I have a view showing all nodes tagged with certain terms in that taxonomy vocabulary.
On the view page I configured an exposed filter ...
0
votes
1answer
17 views
Basic page still showing in view that filters out basic page content from view
I made a view that is only supposed to show Album, Mixtape, and Artist content types, but the basic page I made called "About Us" is showing up. I've tried deleting that content and re-making it and ...
2
votes
2answers
34 views
How to add filter on node list in a custom module?
I am developing a module. In that module I have a page to list all the nodes of a specific type to user.
I need to:
1- show the nodes each on a row with ' Edit | Delete ' link in each row.
2- I ...
1
vote
1answer
44 views
Filter a field (with regex) in a view
I have a view with a field Title that needs to be filtered before being sent:
Users fill a tracking number and press Enter
This number is actually related to a node id
If a user enter "123 123" or ...
0
votes
1answer
30 views
Views to display events with single date events and events with date range
I have a views view that displays a list of events. These events have a start-date and an end-date. I have two exposed filters, one for the start-date and one for the end-date, so that users can ...
0
votes
1answer
26 views
How to implement 'Starts With' for exposed filter of User ID
I have a Page based on a View with an Exposed Filter which is the User ID. So the Search form that appears shows the User ID as the standard 'lookup' of users. I don't want that. I want to be able to ...
0
votes
1answer
34 views
WSoD on Combined Filter Search in Views
I set up a view to search multiple fields of a user, and it works great when logged in as an admin, however when I am anonymous or any other user role I get this WSoD:
Fatal error: Call to a ...
0
votes
1answer
41 views
Alter a form in a block only if it is in a certain region
In my template.php I'm trying to alter a form in a views exposed block, but I only want to do this if that block is in a certain region in my theme.
I'm using Drupal 7.
Is that possible? What php ...
2
votes
1answer
87 views
jQuery effects with exposed filters
I am trying to produce a view with exposed filters, where:
The options are listed as text links, like a menu
The page automatically updates when a link is clicked
jQuery effects appear to seamlessly ...
1
vote
2answers
59 views
How do I display a sorting button in views?
I need to create functionality so that the user can switch between different sort/filter behaviors in a view. Hopefully, without loading a different page.
For example, I have a list of projects on ...
0
votes
0answers
21 views
rewrite the url output of the date module date filter criteria
I have an optional filter criteria of type date created, that uses the date module. I need to clean up the url format from:
http://www.example.com/gigs?month[value][date]=2013-04
to something ...
0
votes
2answers
29 views
How do I create a url for views that displays values using exposed filter?
I created a view block that displays in table where there is an exposed filter called category:
Category | Data
A 1
A 2
B 3
C 4
now I want to create ...
0
votes
0answers
23 views
Views : taxonomy dropdown from current language only
I am creating a view and adding exposed filters on taxonomy association to it and it's just working great.
Now, I want to improve my views and I want to have only taxonomy with the current ...
0
votes
0answers
28 views
Views Exposed Filters loading javascript each time
I have an exposed filter with ajax enabled in a views. Every time I click different filter option it reloads the javascript. Is this the normal behavior or known issues with views 3?
Is there any way ...
0
votes
0answers
19 views
Views Combining Filters in a Select List
I have an OpenLayers View that I want to filter on two fields.
I want a select list that can choose between different conditions. For instance:
Select List:
Delivers : Radius > 1 and Math ...
0
votes
1answer
30 views
how to apply .active class to only one menu item that uses optional filters
I have an exposed a filter to a page like so in drupal: http:example.com/user?profile=12 There is a menu entry for this specific link in a block in the sidebar. Is there a way drupal can add the ...
0
votes
0answers
26 views
Create exposed filter
How can i create an exposed filter programatically? I have a profile2 entity and using hook_pre_views i would like to create random exposed filters based on profile2 field?
What properties do i need ...
4
votes
3answers
108 views
Trigger context by filter value?
I need to essentially trigger a context when a certain filter value is selected. Basically, in a view, when a filter is selected, based on the value selected I need to display a certain block.
Does ...
0
votes
1answer
54 views
Taxonomy filter exposed to user that dynamically only includes terms attached to currently published content
Background:
a) Taxonomy: I have built as site that allows users to tag content of a particular content type with tags. The system started with a pre-existing taxonomy before any content was added, ...
3
votes
3answers
370 views
Views 3 remove exposed filter programmatically
I've got several node types each of them referenced to different taxonomy term vocabulary.
For category showing i use taxonomy_display module.
For example, we've got two categories: cues and billiard ...
0
votes
0answers
46 views
Exposed filter checkbox for “has comments”
I would like to add a checkbox as an exposed filter to my view. When checked it will show all ndoes with 0 comments.
I looked at BEF but it didn't seem to be able to handle this.
I also have another ...
0
votes
1answer
89 views
Grouped exposed filters just don't work on tags
So I created a nice gallery view and I wanted to add an exposed filter on tags so that my users could filter the content in it.
I created the proper tags ("photo" and "video" for example), created my ...
0
votes
2answers
120 views
Taxonomy Filter with parents and child of select parent dropdown`s
On my website i have pet type (dog, cat, rabbit...) those are taxonomies, and every pet type has its own child taxonomies called pet breed. So lets say we selected in first dropdown dog, in second ...
1
vote
1answer
107 views
Exposed filter for file field
I have a content type with several file fields. I have a view listing nodes of that content type. Now I want to add an exposed filters for each file field to let users filter only those nodes which ...
0
votes
0answers
88 views
Custom Exposed filter in view with 'node comment' parent child relationship
My Drupal ver 6 website implements nodecomments. Each comment/replies are tagged with one of the two taxonomy terms (Good idea / Bad Idea) by the user while posting or replying.
In the node view ...
0
votes
2answers
129 views
Views Dropdown List of valid items
I'm looking to add an exposed filter that only contains user inputed value.
For example. I've create a content type called Items. Inside that content type there is a field called Team name. The ...
2
votes
1answer
198 views
Clear (not reset) Views Exposed Filter Values
I know i'm looking at this wrong and am running into a wall over and over again on this.
I have a view with an exposed filter in a block. I am looking to clear / reset the values in the block ...
0
votes
0answers
60 views
Views 3 | How to detach ajax behaviour from a specific exposed filter field?
My view has ajax enabled and BEF does the auto submit on the exposed filter form.
I've got 3 exposed filter fields and I would like to have one of them triggering the form submission in the normal ...
0
votes
0answers
111 views
Drupal Views Expose Filter Date Time Field Popup
I need to expose filter for date time field using popup calendar. But i could not choose 'popup' on form element options. Every time i choose popup, it automatically change it 'select'. And an error ...
0
votes
1answer
48 views
Exposed view filter is not rendered properly
I have a view with a filter "Has taxonomy term", this filter is an exposed filter and is set to be a "Dropdown" and "Show Hierarchy"
The vocabulary has parents and children term (hierarchical).
The ...
1
vote
1answer
52 views
Use one textfield for searching in two or more fields in Views
I have a simple content type in Drupal 7 with title and body (and other fields). I've defined a view with exposed filters.
I want just one text field that searches in title or body. So, if I search ...
2
votes
2answers
853 views
Exposed filter slider for numbers
I am creating real estate website and as exposed filter for search in views i have a price.
Core view options are sufficient but maybe not so user friendly (as i have to explain in details how to ...
1
vote
0answers
34 views
How do I ensure active menu items are highlighted for Views with Better Exposed Filter arguments
I'm using Better Exposed Filters on a clothing site. There are various types of products listed using Better Exposed Filters (to choose between Mens/Womens/Kids).
The Mens and Womens pages are ...
2
votes
1answer
243 views
Drupal 7: Does Views Data Export Module support Exposed Filters
I am looking to use the Data Export Module to export data to CSV files. However I need the user to be able to filter the data first with exposed filters and then download the filtered results.
From ...
0
votes
0answers
43 views
Exposed Filter Autocomplete Not Working For Guests
Hello i have a View on my front page with a exposed filter Taxonomy: Term exposed. You can see the filter in the red box top of this page and the tax exposed filter being 'Place'
...
1
vote
0answers
57 views
searching on List (integer) field for values greater than than selection (drupal 7)
i'm working on a site for a real estate company which involves a search form.
i've got a view set up called search results and have set an exposed form (form in block) with a field to search Number ...
0
votes
3answers
166 views
Override exposed filter dropdown values
I have exposed filter of taxonomy with dropdown. I want to override the dropdown menu, so that when I filter through this exposed filter, the url contains title of taxonomy and not the ID of taxonomy. ...
1
vote
1answer
140 views
How to override exposed filters view
I have one form of exposed filters of view. I need to override few elements of that, like change options for select box dropdown and like that.
For that I have created view, and used hook_form_alter, ...
0
votes
1answer
98 views
Is there a way to expose the pager fields?
I'd like to let the user pick how many items are gonna be displayed on the page. Therefore, i need to display a field with a select or something.
Is there a way to make that directly through the UI, ...
0
votes
0answers
234 views
SEO Friendly exposed filter view
I have created a view, with few exposed filter in it. It is working fine, but I when I filter view using some exposed filter, it appends query string to URL ie
...
2
votes
2answers
103 views
Exposed Filter not shown in view which has a Custom Filter Handler
I have a view and I programmatically created a filter for this view. (I pasted the code below).
This filter works fine but I had other Exposed Filter created inside the view (created by clicking add ...
0
votes
0answers
63 views
Location's Distance/Proximity exposed filter without Node Location Submodule but with Location CCK Submodule instead
I would like to stay a little bit more flexible and use Location CCK fields (from Location CCK Submodule) instead of Node Locations (from Node Locations submodule) on my nodes. However, in my view of ...
2
votes
1answer
163 views
Preserve views exposed filter options when back button is pressed
I have an ajax exposed filter in the views. When user select option from filter it loads content. But when I click on item on view and press browser back button, exposed filter resets and default ...
0
votes
0answers
99 views
Views exposed filter: Form element is not rendered
I am using an exposed filter to alter a entity reference field on an edit page. If this form is shown for an admin every thing works as expected, but when I am logged in as a normal user, the form is ...



