Posted by Bryan Barash on March 13, 2009 at 6:10pm
I'm very interested in this module. How far along is everyone? I would love to help out, as I've hacked DIA integrations in the past using mostly hard code and would love a workable module to make it easier.
Can someone please get in touch with me about helping out?
Comments
So far i'm the only i know
So far i'm the only i know of that is working on anything, at least as far as anyone has said in this group and the post in the salsa commons.
Right now i'm in the middle of trying to create a module that will be a central module (api) that other modules can use to get/save data from salsa.
I'm somewhat there as far as getting data out is concerned, its probably not the most pretty method but i'll improve it as i go along, i'm having to learn the Salsa external api system (very little documentation for it...) as well as the drupal module system at the same time, so it's a bit slow going.
So far i have a standard query function modules can use to get data out, then its up to them to do something with the data. I'm also working on a module while i develop the api that adds a few blocks that will show various things, such as links to recent campaigns and email blasts.
What have you done before as far as integrating with DIA/Salsa? I can also send you what i have so far if you want to take a look at it (works in drupal 6 atm).
Interested
I'm working in Drupal 6 as well. I've done integrations without using
a module, creating custom forms that were styled by drupal that would
submit to the server through hidden form input, but having an api
module would be a much better implementation.
If you get a working core up, I would love to work on creating a
simple front end for signups and forward to a friend, maybe donation
too.
It would be really neat to integrate into the registration module so
that when you register for drupal it creates an entry in salsa.
Keep me updated, I'm very interested.
Thanks,
Bryan
Yep, that is pretty much
Yep, that is pretty much what i hope to accomplish! Right now i'm still working on the retrieving data side of things, if i do something wrong it's not going to cause any damage to the salsa database, just my coding Kung Fu...
I'd love to get to the point where when someone registers with drupal and fills out/edits their profile, the corresponding fields in salsa are created/updated as well. I also would like to figure out a way to mimic the cross site login type stuff that drupal has only with salsa, so that when someone has a supporter record and goes to login to a drupal site, they just have to enter their email address and password, and drupal will attempt to retrieve it from salsa if it exists. This is more down the road, but its something i'd like to create or see created.
Count us in
We'd love to help as well. I'm going to contact DIA and see if they know of anyone else who's doing any work. More soon.