sjnorton
I’m new here
Karma: 0
Offline
CiviCRM: 2.2.0
CMS: Drupal
MySQL: 5.0.67
PHP: 5.2.9
Posts: 5
|
 |
« on: April 27, 2007, 12:29:42 pm » |
|
I'm really stuck on this. I created custom data types, and then used them for a "profile" that should appear on the new user registration page for Drupal (5.1). It may in fact have appeared there for a little while. However, pehaps because of some change I made, the profile with the custom data will simply not appear on the user registration page. It appears, correctly, on both the authenticated user account page, and it can be edited from there, but I really need to collect this data upon registration.
What is strange is that the initial "name and address" profile *does* appear on the registration form, but all attempts to add fields based on custom data to the name and address profile fail. The profile continues to display, but I am not able to change its content.
I should say that this is for an existing Drupal site, and moreover I have two sites sharing user-related tables. (Separate code bases, one database, table prefixing, with siteA_, siteB_, and shared_) CiviCRM is installed as a module in both sites, with the civicrm.settings.php document duplicated in both sites. CiviCRM has its own database.
Any help appreciated!
|