cms

drupal module development - success #1

Drupal development has definitely been challenging but rewarding. I have been working to further extend both drupal and civicrm. I had the need to give individual users access to certain nodes and found the content access module to fit that need. On top of needing per-node access control, the nodes we needed to apply access to did not yet have a module available to produce these results.

Essentially we were looking to use the civicrm apis (v2) to extract event particpants on a per-event basis. Long story short, the module was successfully created giving us a new content type properly named civievent reporting.

More to come...