Active
Project:
SMFforum Integration module
Version:
5.x-1.x-dev
Component:
Code
Priority:
Normal
Category:
Bug report
Assigned:
Unassigned
Reporter:
Created:
9 Jun 2007 at 10:55 UTC
Updated:
11 Sep 2007 at 20:35 UTC
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
Comment #1
jcastellese commentedI'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.
Comment #2
vb commentedPlease read this thread
http://drupal.org/node/133466
Comment #3
Steel Rat commentedWere the profile fields supposed to be created automatically? None of them were, and the instructions don't mention needed to create any of them.
Comment #4
G Gavitt commentedThink 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 .
Comment #5
Steel Rat commentedI kinda figured that out after I posted, lol. Thanks, though.