How To

Zyxware default image2
| 1 min read
A Drupal user was facing a situation in his Drupal site where he could not save more than 10 values in a node reference field in a custom content type. If there were more than 10 values in a node reference field then the node could not be saved. If you are facing the same scenario in your Drupal site with the Drupal CCK field and would like to know how to save more than 10 values in a node references field in a custom content type.
Zyxware default image4
| 2 min read
A large number of Drupal users were encountering a Duplicate entry '690-0' for key 1 query: INSERT INTO content_field_photo... /sites/all/modules/cck/content.module on line 1213. If you are facing the same error message or a similar message related to the Content module in your Drupal installation and looking to know how to fix the error message then read on to know the solution.
Zyxware default image3
| 2 min read
Many Drupal users wanted to know how to add an option in the Rules action to clear cached files immediately. Currently they were only presented with the option to clear the Boost cache on the next CRON run. If you are facing the same situation in your Drupal site and would like to know how to add add an option in the Rules action to clear the cache files immediately.
Zyxware default image4
| 1 min read
A few Drupal users using Drupal Boost were encountering a situation where the manual changes they made to the Boost generated .htaccess file like uncommenting the SetHandler Drupal_Security_ Do_Not_Remove_See_SA_2006_006 directive was getting rewritten during CRON runs. If you are encountering the same situation in your Drupal site when using Boost then read on to find out more.
Zyxware default image4
| 2 min read
A number of Drupal users using the Image field and the Filefield module related to the Drupal CCK module, wanted to know how to add the "Add another item " text to something of their choice. If you are facing the same situation with Drupal CCK in your Drupal site and would like to know how to change the "Add another item text" then read on to find out the solution.
Zyxware default image3
| 2 min read
A few Drupal users were encountering a situation in their Drupal site when Boost was enabled where the site was not working in Chrome and the users were getting a blank white screen. If you are getting a blank white screen when viewing your site through Chrome with Boost enabled and would like to know how to fix it then continue reading for the solution.
Zyxware default image1
| 2 min read
Many a times, IE7 stands out from the group of modern web-browsers owing to its notorious incompatibility with many a standard HTML/CSS/JS. In this article, we are seeing the following case of incompatibility: CSS border for Select (Drop down) element does not work. On one of my Drupal sites, while validating a form, when a required input field has not been filled before hitting the Submit button, an error message is shown, and the field is highlighted with a red border. The red border was achieved with this CSS:
Zyxware default image1
| 2 min read
Many a times, IE7 stands out from the group of modern web-browsers owing to its notorious incompatibility with many a standard HTML/CSS/JS. In this article, we are seeing the following case of incompatibility: In IE7, the CSS 'border-collapse' does not override cell spacing related tags. While adding content using CKeditor in Drupal, users may add inline CSS to style the content. We can style each element in this content using our CSS to match the design of our site. In the case of table element, if we set HTML attribute cellSpacing on the table, like