A number of Drupal users were looking for a way to populate a taxonomy dropdown menu with the child terms of a selection made in another taxonomy drop down menu. If you are facing the same situation in your Drupal site and want to know how to populate a taxonomy dropdown menu with the child terms of a selection made in another taxonomy dropdown then continue reading to know more.
Drupal Technical
A few Drupal users were getting a Warning: Illegal offset type in isset or empty in views_handler_field_prerender_list->render()
(line 68 of views/handlers/
views_handler_field_prerender_list.inc) error message in their Drupal site. If you are facing the same situation in your Drupal site and would like to know how to fix it then continue reading.
Many Drupal users wanted to know how to set a different id for a Views exposed filter displayed multiple times on a page. To know how to display a Views exposed filter with a unique id multiple times on a page, continue reading.
Many Drupal users wanted to know how to display Views exposed filter multiple times on a page. If you are facing the same question in a Drupal site and want to know how to display Views exposed filter multiple times on a page then continue reading to know how.
A number of Drupal users wanted to know how to use entity_label instead of term name to display term labels in Views exposed filters. If you are facing the same question in your Drupal site and want to know how to use entity_label instead of term name for Views term reference exposed filters then continue reading.
A number of Drupal users wanted to know how to hide the titles from Views panel output. If you are facing the same situation in your Drupal site and want to know how to hide the title from Views panel output the continue reading.
A large number of Drupal 7 users were looking for a way to create a View of related terms in a block in a Drupal 7 website. If you are facing the same situation in your Drupal site and want to know how to create a View of related terms in a block in a Drupal 7 website then continue reading to find out the steps.
A Drupal user expressed interest in wanting to know how to remove the descriptive text beneath the exposed filter in a View. If you are facing the same question with Drupal Views in your Drupal site and want to know how to remove the descriptive text beneath the exposed filter in a View then continue reading to know more.
A few Drupal users were looking to know how to enable contextual filters in Views to accept words instead of ID numbers. This is especially useful in filtering items in a View using a taxonomy term as at a glance, only taxonomy term ids seem to be accepted. If you are facing the same situation in your Drupal site and would like to know how to enable contextual filters in Views to accept words instead of ID numbers then continue reading.
Many Drupal users were looking for a way to limit the number of rows displayed in a Views grouping as Views currently does not provide a way to do that. If you are faced with the same situation in your Drupal site and want to know how to limit the number of rows in a Views group then continue reading for the solution.
A Drupal user was wanted to know How to add a dropdown list in Views in a Drupal 7 site. If you are facing a similar question in your Drupal site then continue reading to find out the answer to the question.
A Drupal user was encountering a Notice: unserialize() [function.unserialize]: Error at offset 1009 of 1036 bytes in views_db_object->load_row() in their Drupal site. If you are encountering a similar error message in your Drupal site then continue reading.
A Drupal user wanted to know how to pass variables from one View to another. The user wanted to pass a taxonomy term from the first View to the second view so that the second View could be filtered by the term from the first View. If you are facing the same situation in your Drupal site and want to know how to pass variables from one View to another then continue reading.
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.
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 encountered a situation in a View in their Drupal site where some of the fields disappeared after enabling the "Use Aggregation" option in the View. To be more specific the User Roles disappeared after enabling "Use aggregation" in the View. If you are facing the same issue with Drupal Views in your Drupal site then read on to know the solution.
If you need to deliver a custom tailored home page to a user visiting your Drupal website based on their actual physical location you need to need to match their ip addresses with their actual physical location. There are many third party services that provide this functionality and you need to use the API key provided by them in your Drupal application. If you need to know how to get IP address and Country code from an API key to be used in your Drupal application then read on to know more.
As a Drupal developer you might have come across a Drupal multisite installation in which the different sites were connected through symlinks. As a developer you often need to create a local installation of a live Drupal project to make the required changes before pushing it to the live version of a site. If you are facing the same situation in your Drupal site and would like to know how to create a local installation of a Drupal multisite project connected through symlinks then continue reading to know more.
Suppose you have a checkbox in a Drupal webform that needs to be validated before submitting the form. You may be familiar with Drupal form validation but you can add validation using Javascript too. If you have a Drupal form in your Drupal website and want to know how to add Javascript validation to a checkbox to a Drupal form then read on
Drupal does not provide the option to disable the confirmation mail that is send to a user after they have successfully completed registration in a Drupal site. However there is way to disable the mail using custom PHP code. If you are facing such a scenario in your Drupal site then read on to know how to disable the Drupal registration email in a Drupal 6 website.