Hi,

Yes! Got it all working and very happy.

I was just wondering is it possible for the module when a user subscribes to insert the name, lastname, company into the PHPlist installation? I do not use the profile.module but node profile.

Table: drupal_content_type_profile

field_name_value
field_lastname_value
field_company_value
etc.

Basically so that I can greet the user in the newsletter with Dear [Name].

And just perhaps to have the username and password inserted into PHPList so that I can send that to the users as well. Fields in the PHPlist exist.

Is that possible please Paul?

Look so forward to hearing from you.
Lilian

Comments

paulbeaney’s picture

Hi Lilian,

Welcome back to the project. Your request is (at least in part) the same as your other feature request from a few months ago (http://drupal.org/node/226913). I'm afraid I still have no plans for implementing synchronisation with node profile, but will consider doing so as a sponsored project at some point in the future, when time allows.

As for mapping the password, this won't work since Drupal stores its passwords encrypted and so are not human-readable.

Regards,

-Paul