
Drupal
Get flash to fully experience Pearltrees
Drupal 7 on nginx + php + postgres on Ubuntu 11.10 | Bryce Hamrick
After dealing with nginx for some time I loathe the thought of going back to Apache.Open Atrium uses an install profile and a Drush make based build system. Complete and ready to install downloads are offered at http://openatrium.com , but it's also possible to build Open Atrium yourself.
Build Open Atrium For Development | Open Atrium Community
What my client wanted was the ability to upload a picture of any size, and have a preset size of it appear in one place, and another in another place.
Drupal: Using imagecache with Views and CCK imagefields | 2BITS.com - Drupal Development, Customization and Consulting
Prior to Drupal 6, Javascript Tools included an integrated set of Javascript and AJAX modules. For Drupal 6, modules previously part of Javascript Tools now have the following separate projects: Jscalendar: The JS library it integrates is obsolete and unmaintained; there are jQuery alternatives available.
Javascript Tools | drupal.org
Node Reference CCK field does not show thumbnails??? | drupal.org
It looks like you've taken a wrong turn. Or maybe you're here as the result of our recent redesign. Don't worry, it happens to the best of us.
Drupal/PHP Developer Tools for Mac OS X | WorkH...
We're frequently setting up servers for development, for staging, for production.
Lucidly Drupal: Setting up Ubuntu 10.4 Lucid LAMP stack for your Drupal site | PINGV Creative Blog
IMCE | drupal.org
IMCE may have problem working with Google Analytics and Secure pages modules. Just make sure to add *imce* path to the exceptions list of these modules.HOWTO: Node Listings with Thumbnails using Drupal 5.1, CCK and ImageCache | drupal.org
I needed to apply the concepts outlined at http://drupal.org/node/101748 to create a listing of node teasers that contained thumbnail images.query: SELECT DISTINCT u.uid, u.name FROM users u INNER JOIN node n ON u.uid = n.uid WHERE n.type = 'blog' AND n.status = 1 ORDER BY n.created DESC LIMIT 10 OFFSET 0 in /www/default/drupal-4.7.3/includes/database.pgsql.inc on line 103. SELECT DISTINCT u.uid, u.name, n.created FROM users u INNER JOIN node n ON u.uid = n.uid WHERE n.type = 'blog' AND n.status = 1 ORDER BY n.created DESC LIMIT 10 OFFSET 0
sitemap PostgreSQL patch | drupal.org
Drupal 7 note When installing Views on Drupal 7, you should have the current stable version of CTools (currently rc1) and you may need to flush cache as much as twice. There are currently issues with core's cache flushing that means one cache flush isn't necessarily enough. What is Views The Views module provides a flexible method for Drupal site designers to control how lists and tables of content (nodes in Views 1, almost anything in Views 2) are presented.

