Drupal

TwitterFacebook
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. http://bhamrick.com/2011/10/19/drupal-7-on-nginx-php-postgres-on-ubuntu-11-10/
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. https://community.openatrium.com/documentation-en/node/1420

Build Open Atrium For Development | Open Atrium Community

Bay Area Drupal Camp

fresh porn posts is the key to good SEO. http://badcamp07.org/
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

http://2bits.com/articles/drupal-using-imagecache-with-views-and-cck-imagefields.html
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

http://drupal.org/project/jstools
http://drupal.org/node/136390 2) Node Reference has an option called "Content types that can be referenced" which I specify either by checking the appropriate node type or use a view instead. I choose to use a view because I want the user to see thumbnails instead of bare image names . 5) I save the new content type and try to create a new node of that type.

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...

http://www.workhabit.org/drupal-php-developer-tools-mac-os-x
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.

Views | drupal.org