Agaric Design Collective

Reference

Jamaica Plain Meetup in Roxbury reportback

Report-back on Jamaica Plain Drupal Café.

I tried to sell everybody on funding Decisionmaking API. No checks were handed over on the spot.

 

MetroWest Drupal Meetup

A good meetup and a stellar example of Drupal free association. We started with a look at how to do recurring, role-enhancing subscription payments with Ubercart because Scott McCabe as well as Dan was at that point in a sight, we were all distracted by something shiny – Views theming I think – and things flowed from there.

 

Query about inclusion of all-income Drupalers at DrupalCon Paris

[Sent via the http://paris2009.drupalcon.org contact form]

This question is about scholarship / support information for attendees. I note that such efforts do not have to be organized by the DrupalCon Paris organizers, but you will necessarily be a key point of coordination in any case.

 

Check if a field exists

http://api.drupal.org/api/function/field_info_field/7

field_info_field('field_name') returns an object or NULL.

 

May Western Mass Drupal Meetup Notes

Here is a breif outline of what I went over

Feed API module
http://drupal.org/project/feedapi

http://dhakimzadeh.com as a use case
setting up feeds
-linking to content types
-mapping fields
-views integration
setting up a point and click blog site with google reader, and things like it

other features on http://dhakimzadeh.com
- jquery image resizing (code for that is below)

 

Patterns

Patterns module
Creating or Writing Patterns documentation

The more modules that allow exportable configuration for use like this, the better, and the easier it will be to use DBScripts to do the rest.

 

Curses: array_merge_recursive doesn't behave as hoped, it creates arrays for matching strings

The PHP function http://us3.php.net/array_merge_recursive doesn't do what I'd hoped. Instead of merely combining nested arrays if it finds them, it creates arrays for values with matching strings.

In the output below uid and biblio_type should be a single, the last-added, value, not an array of a couple values.

<?php
stdClass::__set_state(array(