by Rahul Singla | May 31, 2010 | Blog, Drupal, Drupal 6.x, PHP 5.x
UPDATE: Drupal 7 version of this blog post is available here.I recently needed to create a table in Drupal (while working on my next Drupal open source module, Document). It’s just too easy outputting a table in PHP using a simple for loop over data fetched from...
by Rahul Singla | May 12, 2010 | Blog, Drupal, Drupal 6.x, PHP 5.x
While working on my next open-source module, Document for Drupal, I had a peculiar situation trying to create sub-directories under Drupal’s files directory (usually located at /sites/default/files).The module allows users to upload files to Drupal, and the...
by Rahul Singla | Apr 1, 2010 | Blog, Drupal, Drupal 6.x, PHP 5.x
After recommendation by my brother to try MediaTemple as a Hosting Provider, I moved one of my client websites (based on WordPress) to MediaTemple last month.My initial view of the service was reasonably satisfied, except for I would have liked a more functional...
by Rahul Singla | Mar 14, 2010 | Blog, Drupal, Drupal 6.x, PHP 5.x
While working on the next release of my open-source Drupal module Reference Links, I needed to delete all votes for links attached to a node when the node itself was being deleted. Here, remember the votes were stored for the links attached to the nodes (and not the...
by Rahul Singla | Mar 7, 2010 | Blog, Drupal, Drupal 6.x, ExtJs, Javascript
I faced this the first time, when I was working on the File Browser add-on for the 2.x branch of my Take Control module for Drupal. Drupal’s core CSS is significantly incompatible with the ExtJs’ CSS, and considerably disorients the layout of widgets like...
by Rahul Singla | Feb 20, 2010 | Blog, Drupal, Drupal 6.x
I initially used FamFam Silk Icons for the File Browser, but had to later switch to GPL licensed icons due to incompatibility of Fam Fam Creative Commons Attribution 3.0 license with Drupal’s requirement of GPL 2 license.So, I decided to create icon sets...
Recent Comments