Drupal

Zyxware default image4
| 2 min read
A number of Drupal users using the Boost module in their Drupal sites were encountering a warning: array_unique() expects parameter 1 to be array, null given in sites/all/modules/boost/boost.module on line 806. If you are facing the same warning message in your Drupal site when using Boost then read on to know the fix.
Zyxware default image2
| 2 min read
A large number of Drupal users using the Drupal Admin menu module had realized that there were no dropdown menus when their site was displaying RTL languages. If you are facing the same issue in your Drupal site and would like to know how to fix the issue of disappearance of drop down menus in RTL languages then continue reading to know more.
Zyxware default image3
| 2 min read
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.
Zyxware default image2
| 2 min read
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.
Zyxware default image1
| 2 min read
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.
Zyxware default image4
| 2 min read
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.
Zyxware default image3
| 3 min read
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.