Many Drupal 7 users had requested for a hassle free method of opening Webforms in a Colorbox so that the Webform opens as a Colorbox popup. If you are looking for a method for doing the same functionality in your Drupal site then read on.
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.
Most web developers & system administrators have to do SSH logins to WHM based servers to make the necessary changes there. The default port used for ssh logins is port 22. However there might be unusual circumstances where port 22 is not the default port. In such a scenario we need to identify the default ssh-port used by the server. If you are facing a similar situation then read on to know how to find out the current port being used by SSH on a WHM based server.
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.
If you need to create a custom Search View then the Search API module is all you need to rely on. It is quite easy to create Views on search data using Search API. Read on to know how to create a custom Search View using the Search API, Views and Entity API.
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.
Some Drupal users have realized that Facebook Rules prevents FBOAuth from capturing e-mail addresses in their Drupal website. Uninstalling Facebook Rules brings back the functionality to FBOAuth. If you are encountering a similar issue in your Drupal website then read on to find out more.
A Drupal user had reported that when using multiple Views for displaying images, each with their own separate pager in a grid format, Colorbox popup displays the wrong image belonging to another View when an image has been clicked. If you experiencing the same issue with the Colorbox popup displaying the wrong image when using Views Ajax pager in your Drupal website then read on to find out the solution.
Some Drupal users have reported that the Drupal Google Store Locator module they have been using has been displaying only 10 store locations on the sidebar even though there are 15 store locations appearing on the map. If you are facing the same issue with the Google Store Locator module in your Drupal website and are looking for way to increase the number of stores listed in the side menu then read on for the solution.
A Drupal user encountered a situation in their Drupal site when using the Drupal Commerce Kickstart Module in which the uploaded product images do not fit into the fields for displaying the product images in Node:full content. If you are encountering the same situation in your Drupal site when using the Drupal Commerce Kickstart module then read on to find out more.