I have several user attributes in my drupal installation that are not synching with the phpList user attributes. The only attributes that are currently syncing are the first and last names. Besides the first and last names, I have:
- State / Province (list)
- Country (list)
- Postal Code (textline)
- Mobile Phone Number (textline)
- Date of Birth (date fields)
- Join the street team (check box)
I've read the readme file, and it seems that I am doing everything correctly. The database name, user, and password are all set up... and so are the prefixes... but the fields don't even get created in my phpList installation. Do I need to do this manually? Any help would be greatly appreciated. I am trying to figure this out by Monday, and I am stumped. Thanks in advance!
Comments
Comment #1
paulbeaney commentedHi,
I'm afraid the module doesn't yet do what you're asking it to - it is hard-wired to only take a first name and last name profile field (which you manually specified the mapping for in the module administration page). The only things you can create phpList attributes from in their entirety is the user roles list.
Sorry to be the bearer of bad tidings for your Monday deadline...
Regards,
- Paul
Comment #2
BobbyDigital commentedHmm... I thought I added a reply last night, but it's not showing up.
Anyways, I found a way to solve the problem by adding some lines of code to the module, and messing with the database tables of my phpList installation. It's not the cleanest solution, but at least it's working now!
Thanks for your help, Paul.
Comment #3
paulbeaney commentedFeature not being added for now.