Blogs

enzo - March 11, 2011

My solution was to use this function to solve it. Check it out.

 

enzo - March 02, 2011

Last week I had some troubles executing an Oracle Stored Procedure using PHP OCI functions, when I tried to access the cursor I got a error "ORA-24374: define not done before fetch or execute and fetch " . Here's how this problem can be fixed.

 

chris - February 09, 2011

We have all seen short URLs used when people add links on facebook, twitter.

For AddThis I had to create a patch, which creates a checkbox in the AddThis admin panel to enable Shorten, and overwrites the node url generation with a wrapper for the Shorten API if this is enabled.

Here is the patch

enzo - February 02, 2011

If you are having problems with MySQL root user privileges. Here you can find a short solution.

enzo - January 21, 2011

Sometimes you need to create different templates just based in Path URLs, well if you need to use this approach, use this function.

enzo - January 21, 2011

I know is a weird request, but today I received a request from a client to enable pagination and items per page in RSS feed in Drupal 6. So I resolved this request using Views Hook views_pre_execute, check the code here.

enzo - January 20, 2011

If for some weird reason you need a bulk process to associate a Taxonomy Term to a bunch of nodes, you can use this SQL Script.

enzo - January 20, 2011

Here you can find some SQL script to disable key drupal process in order to enable you to set and access your Drupal copy dev environment.

enzo - January 17, 2011

Today after checking all modules available for taxonomies with views, I decided to create a new module to support the creation of rss views based in vocabulary terms. Check it out.

enzo - January 11, 2011

We have developed a patch in order to disable the use of ajax when you save a term on taxonomy manager module.

Pages

Subscribe to Blogs