Hi VB,

Thanks a lot for this great module ! :)

So far it's working out of the box for my site, but I've only been playing with it for a few hours so I might post more questions later :)

The first thing that I noticed is that SMF profile data syncs to Druapl just fine. But when a SMF user logs in to Drupal and edit her profile in Drupal, the new data gets overridden by the one in SMF db. Here is what I got after editing a user's profile in Drupal :

* profile Data AIM => 'newdata', for user synced to SMF.
* The changes have been saved.
* Data AIM => olddata, for user synced to Drupal.

Is it a bug? Or is it the way it was meant to be?

Your help is greatly appreciated, thanks !

Shirley

Comments

jcastellese’s picture

I'm having the same issue with synchronization between the User Profile birthday field:

profile Data birthday => 'Array', location => 'Monroe, MI', for monroe synced to SMF.
The changes have been saved.
Data birthday => 0000-00-00, for monroe synced to Drupal.

vb’s picture

Please read this thread
http://drupal.org/node/133466

Steel Rat’s picture

Were the profile fields supposed to be created automatically? None of them were, and the instructions don't mention needed to create any of them.

G Gavitt’s picture

Were the profile fields supposed to be created automatically? None of them were, and the instructions don't mention needed to create any of them.

Think of that field section as a map for linking the two profiles... In drupals profile system you can make new custom fields for whatever you need... im links, location etc. Once you have your fields set up in your drupal profile you can then map them using the new field names you created .

Steel Rat’s picture

I kinda figured that out after I posted, lol. Thanks, though.