The River
24Oct2011 DrupalCorn Meeting - Where is Aegir now?
We are moving the October meeting to the 24th so it does not conflict with Halloween. We are likely to move the November and December meetings as well so stay tuned.
Chicago area User and Administrator Training
CiviCRM Training - Chicago (Nov 2nd & 3rd)
CiviCRM is the leading, free open source software for the civic sector that let’s you manage your non-profit constituents, members and donors all in one unified online system. It is used by over 5,000 organizations worldwide and has a vibrant, globalcommunity of users and developers. Non-profits of all sizes are adopting CiviCRM, from local arts groups to national membership associations, political parties and global advocacy organizations.
At the 2-day training you will learn how to configure and utilize CiviCRM for your non-profit cause and you will progress from novice to power user. Topics to be covered include: an overview of new features in CiviCRM, configuring CiviCRM for your organization and ways of using the many built-in components of CiviCRM to its full extend. The training is a great way for people interested in using CiviCRM to get started immediately. It is equally useful for current users of CiviCRM who seek an in depth understanding of the new and improved features and powerful capabilities of the leading open source eCRM.
Read moretheming a node with a image in D7
So im trying to theme a node with an image. Seems like a pretty simple basic thing, so Im probably missing something simple here.
Its a custom type for authors withe names, email, address, etc, and a PICTURE.
I can theme all the text fields, they are easy to get like this:
print $node->field_staff_first_name[$node->language][0]['safe_value'];
but how do I get images? the path doesnt seem to be in $node like it was in D6
In D6 I could do:
<?php
print $node->field_staff_pic[$node->language][0]['safe_value'];
?>
Read more Node Updates On Cron
Here is my problem. I am building a set of modules to sync remote objects from another server with nodes in Drupal. The particular module that I am finishing is backup mechanism in the case the remote server is not responding. The data is stored and the calls are rerun when the service is back up. This happens during cron. When a call comes back it returns a unique identifier for the object that I need to store in the node that is associated with it. My problem is that both node_save and db_query are failing to update existing nodes.
Read moreDrupalCorn Social at the UnderGround - 26Sep11 - 7pm - CANCELLED
I thought since we are all going to see each other at DrupalCorn 2011 on the 17th we could just blow off some steam at The Underground.
UPDATE: The DrupalCorn social planned for September 26 at the London Underground has been CANCELLED. We'll see you at the October 24 user group meeting.
Read moreDrupalCorn Day Camp 2011 is Coming!
If you have not heard yet, it may not be too late but there are only 18 17 seats left.
DrupalCorn is hosting the first Drupal Camp in Iowa, DrupalCorn 2011. Everything is free and awesome give aways.
Hurry!
Getting a node's menu, including parents
If I have a menu that looks like this:
Home
Products
... product a
... product b
... product c
Support
Partners
... Africa
... Americas
... Asia
... Europe
Contact
Is there a function I can call with the path or node id of, for example, "product c", that will return the menu that product c is in as well as the parent menus? For example, I'd love a structure that returned:
Home
Products
... product a
... product b
... product c (active)
Support
Partners
Contact
Defeating SPAM and Address Harvesting
I'm currently using the SpamSpan module to obfuscate all e-mail addresses which appear on one of my web sites. The site owner is concerned about an up-tick in the amount of SPAM they receive so I'm looking for suggestions to better protect these addresses.
Suggestions?
Read moreFirst Drupal Camp in Iowa: September 17th, 2011

DrupalCorn 2011 - Event Website
Who should attend?
We are encouraging experienced web developers who are looking to increase their knowledge on Drupal. We will be focusing on major concepts and best practices while acknowledging your existing skills. This is not for the newbie developer, this is a big meal we are offering.
Read moreProblem with Feeds and Parser Settings
I've installed and enabled Feeds and several (common syndication, iCal, REGEX) parser plug-ins but when I visit admin/build/feeds to configure a feed importer NONE of the parsers that I have tried present any configurable settings. I've tried this in a couple of different themes including Garland...nothing.
The admin URL that I end up at is always:
/admin/build/feeds/edit/feed/settings/FeedsParser. Am I looking in the wrong spot or missing something here? Anybody else encountered this kind of behavior and found a way around it?
Mark
Read more


