lastest entries

Migrate from Filemaker to Drupal, the quick, easy (and dirty) way

All this explanation is using Drupal 6.

This is a common situation that sometimes happens. You have to fight with a migration with a big ammount of data stored in other engines different that mySQL or an existing drupal  installation.

In this case, I had a monstrous DB with almost 35.000 records and 102.000 images associated to these records.

More or less the tables on Filemaker are like this: Read more »

  1

Drupal mini how-to: Block title depending on taxonomy

Sometimes we need a block title based on the taxonomy we are showing. An example:

Viewing an envent name X on a category named Y where the path is "events/Y/X" and we want show an attached block like "Another events on Y category". There are obviously a thousand ways to do it, but there is a very simple one. On the view, block display, block title, we select "php code": Read more »

  0