Drupal

Posted by doq

Sometimes when developing custom Drupal modules it becomes useful to test only one hook_update_N() implementation but there are already many others added after that. This simple patch will force Drupal to perform only selected update for specified module:

Continue reading...
Posted by doq

Recently I was constructing Drupal 6 web-site using Hierarchical Select and Ubercart.

New vocabulary with some terms was added for product node type. Hierarchical select was configured to render it.

Then go try creating new product at node/add/product page. Select some term from vocabulary. Works fine in Firefox but JavaScript alert is shown in IE6/7:

Received an invalid response from the server.

Let's discuss what's the problem is.

Continue reading...
Tags:  | 1 Comment
Posted by doq

When building Drupal sites you often do some core hacks which means you change Drupal core sources. Too many hacks and painful Drupal upgrade may arise. You should find all the patches, reapply them against sources, besides do you always remember what was applied?

Continue reading...
Tags:  | 2 Comments
 
 
 
If you have found mistakes in the text then please select it and press Ctrl-Enter to send report to the site administrator.