Many Drupal users have wanted to know how to add a 'reset' button to a Views exposed filter as having a reset button allow for easy resetting of filtered forms. If you are faced with the same need in your Drupal website and want to know how to add a reset button to a Views exposed filter then continue reading.
Drupal Views
A Drupal user wanted to know how to remove a field from a Views Exposed Form Filter in their Drupal filter. If you are faced with the same question with a View in your Drupal site then read on to know the solution.
A Drupal user was a facing a peculiar situation in their Drupal site in which they had to show nodes greater than a particular date in one of their Views. They needed to pass a date via the URL to the Views contextual filter. If you are facing the same scenario in your Drupal site and want to know how to pass a date via URL to a Views Contextual filter then continue reading.
Many Drupal users looking to enhance their multi language Drupal experiences have wanted to know how to translate Views field labels. If you are facing the same situation in your Drupal site then continue reading.
A Drupal user facing a few errors in Drupal Views wanted to know how to edit the View without the preview to fix it as it was preventing them from fixing it since the error messages were coming up in the preview. If you are facing a similar issue in your Drupal site with Drupal Views then continue reading to know the solution.
Firefox seems to add an extra top-padding for all the anchor tags inside li elements. If you are facing the same issue in your website and want to know how to remove the extra top padding for anchor tags inside a li element in Firefox then read on to know the solution.
[SOLVED][Drupal Colorbox][Drupal Views] How to insert a link into a caption in Colorbox using Views?
A few Drupal users wanted to know how to insert a link into a caption in Colorbox using Views. If you are facing the same question with Colorbox and Views in your Drupal site then read on to find out more.
Many Drupal users wanted to know how to create a background slideshow using Views Slideshow. If you are looking for the exact method for creating a background slideshow using Views slideshow in your Drupal site then continue reading.
A few Drupal users using Views 6.x-3.0 along with Drupal Workflow had noticed that Views expose filters are showing the Workflow names instead of Worklfow states. If you are looking for a way to use Views expose filters to expose Workflow State without displaying names of Workflows in your Drupal site then read on to find out the solution.
Many Drupal users have been searching for a way to count the results of a View present in their Drupal sites. If you are looking for a method to count the results queried by one of your Views in your Drupal site then read on to find out the method to do that.
A few Drupal users while using Drupal Views encountered a scenario where the Cached displays (with same result/view/display_id) do not respect changing exposed filters in their Drupal website. If you have the same situation in your Drupal site then read on to find the solution.
A few Drupal users have encountered a situation where after they had created a View that returns nodes in a Grid format, the edit link field (?destination=views/ajax) they had added was redirecting them to a page containing JSON instead of the actual edit page. If you are encountering the same situation in your Drupal site then read on to find out the fix.
Many Drupal users have needed to know how to place exposed filters in a fieldset in their Drupal website. If you are looking for a method to do that in your Drupal installation then read on to find out more.
A few Drupal users were getting the "No valid values found on filter: User: Roles" error message when they were trying to save/edit their Views. This was reported to have occurred after upgrading to the Views Dev version. They had mentioned that their Views were working correctly on their Drupal site. If you are facing the same issues while using Views in your Drupal site then checkout the solution.
A Drupal user had reported that using the "Output this field as a link" along with the [path] token adds double slash to the node URL path. Clicking on this URL was not taking the user to the node page. If you are encountering the same issue while using a Drupal View in your Drupal site then read on to find out more.
Drupal users who newly installed Drupal 7 with Views and CKeditor discovered that there is no text area for header/footer/ & there is empty text when creating a View. The problem was found to lie with Views since CKeditor was working correctly on the other areas. If you are enountering the same situation in your Drupal website then read on to find out the solution.
Drupal users who recently upgraded from 6.x.2.10 to 6.x.2.16 noticed that the Views which were using Exposed filters stopped working correctly. The reason for the error was that the Exposed Filter was optional in 6.x.2.10 but not in 6.x.2.16. The "Optional" checkbox no longer existed in the new version. If you are encountering a similar situation in your Drupal site then read on to find the fix.
A few Drupal users happened to chance on this eror "Notice: Undefined property: stdClass::$taxonomy in eval() (line 3 of C:\xampp\htdocs\cxcplus2\sites\all\modules\views\plugins\
views_plugin_argument_default_php.inc(51) : eval()'d code)" after they had tried to create a block to display related content of a node in Drupal 7 using PHP code. If you are encountering an error of a similar nature in your Drupal website then read on to find the solution.
Many Drupal users have expressed their interest in Theming Exposed Filter Forms of the Views they had created. The most commonly requested feature is to change the label of the Submit button to 'Search' or something more useful. Many Drupal users have realized that they lost all the labels on the filter widgets when using the views_exposed_form() function to do the job. If you are encountering the same situation in your Drupal website then read on to find the solution.
Many Drupal users found out that while using Drupal Views that the Is not one of" filter operator was broken. It seemed to be returning the same results as the "Is not empty (NOT NULL)" operation. The error commonly occurred in the text list fields and boolean fields. If you are encountering the same situation in your Drupal site then read on to find out more.