Still on Drupal 7? Security support for Drupal 7 ended on 5 January 2025. Please visit our Drupal 7 End of Life resources page to review all of your options.
I'm considering writing a module that adds two field types to profile.module, a specifically 'user reference' and a 'node reference' field type. I am aware of the node profile module and usernode, but installing and configuring them are overkill for what I want to do, which is to allow site admins to define a field in the user profile that links to nodes the same way the cck's node reference field type allows, and the same for user references. Then, users can choose from lists of node and users in their profiles as defined by the site admins. This is a simple extension of the field types already available within profile.module. I don't want to have to install a group of modules to make this happen, I just want to add two custom field types to the profile module. I anticipate some people will consider writing another module to do what is already possible using a combination of other modules a bad thing but I want to make adding these two field types as simple as possible, inspired by the way cck handles these field types.
i have just been reading up on some of the changes to drupal's theme system and the number 1 feature that seems to be king is the real seperation of php code from html/css code.
as a non programmer i m really in favour of this move. however, like i said i m a non programmer and was wondering if anybody out there was goign to take this new theme system one step forward and create a "custom theme module".
hi I have a problem. When i try to open the page ecommerce configuration/file settings i have this error:
File Settings
warning: call_user_func_array() [function.call-user-func-array]: First argument is expected to be a valid callback, 'file_ec_settings' was given in /Applications/MAMP/htdocs/drupal5/includes/form.inc on line 217.
I try with every version of ecommerce but i have ever the same problem. Now i use the last ecommerce 5.x.4.x alpha5
is there something that can help me...PLEASE. I NEED IT
THANKS
I came to know that drupal provide the features that Create new profile fields in the registration form. I want to know whether it is possible to create password field using in the profile fields?