I want to develop a module that add fields to user profile in drupal 7, like phone number and CV ...
and I don't know how to do that (using Database or using fields API)
pls help me.
Any clear tutorials will be appreciated.
How to add new fields to user profile in Drupal 7 programmatically
4.3k Views Asked by aladein At
1
There are 1 best solutions below
Related Questions in PHP
- php Variable name must change in for loop
- register_shutdown_function is not getting called
- Query returning zero rows despite entries existing
- Retrieving *number* pages by page id
- Automatically closing tags in form input?
- How to resize images with PHP PARSE SDK
- how to send email from localhost using codeigniter?
- Mariadb max Error while sending QUERY packet PID
- Multiusers login redirect different page in php
- Imaginary folder when I use "DirectoryIterator" in PHP?
- CodeIgniter + XDebug: debug only working in the main controller, index() function
- PHP script timeout when I use sleep()
- posting javascript populated form to another php page
- AJAX PHP - Reload div after submit
- PHP : How can I check Array in array?
Related Questions in DRUPAL
- Drupal access control to custom user profile page
- How to list all child pages of current parent page in drupal 7?
- MariaDB/MySQL all of a sudden crashed and won't restart
- Drupal location module shows only a portion of Gmap on node page
- How to add a select collection type select list to field collection
- Drupal7 modified user login no effect?
- Drupal AngularJS ajax simple ng-repeat update
- Drupal: Access A Field in hook_views_query_alter()
- Drupal Webform : set SCORE on each SELECT Options?
- Register new user as authenitcated user in drupal using xml-rpc
- Drupal domain access auto create content
- How to display sibling pages except current page in drupal 7?
- how to merge entity reference relationship field value
- Drupal print breaks when rendering a region
- All files and folders are not being listed in the imce file browser in Drupal 7
Related Questions in DRUPAL-7
- Drupal access control to custom user profile page
- How to list all child pages of current parent page in drupal 7?
- Drupal location module shows only a portion of Gmap on node page
- How to add a select collection type select list to field collection
- Drupal AngularJS ajax simple ng-repeat update
- PHPStorm Drush on Vagrant
- Drupal: Access A Field in hook_views_query_alter()
- Drupal domain access auto create content
- How to display sibling pages except current page in drupal 7?
- how to merge entity reference relationship field value
- Drupal print breaks when rendering a region
- Drupal 7 treating HTML div with data attribute as text
- All files and folders are not being listed in the imce file browser in Drupal 7
- drupal api returns json causes syntax error, malformed JSON in json_decode function of php
- Drupal module development, custom database tables, pages for managing those data
Related Questions in DRUPAL-FIELDS
- drupal : content type CCK - add an existing field disappeared?
- Reading node field values in drupal7 programmatically
- Displaying custom fields in a forum
- Display Label given key for select list
- Content Taxonomy along with Conditional Fields
- Creating Custom Field Formatter is not working
- Drupal 7 Does "New Node Creation" initiate/prepare the Fields for different Content Types?
- Drupal 7 Is the a way to programmatically know the Fields in a Content Type?
- Drupal 8 - How to enable custom field under manage form display programmatically?
- Add field when adding new content in Drupal
- Drupal 8 - Admin - Content Types - Manage form display - Fields groups, labels, headers
- Creating a link field in a custom content type
- Drupal Views - Custom Theme for a field
- How to limit selection to one across several term reference fields?
- Drupal CC/Views - new fields not showing up in CCK
Related Questions in DRUPAL-FIELD-API
- D7: Field API Field not saved when using hook_form_alter
- Creating new node type with custom field makes page for adding the node without any fields in Drupal 7
- Creating Custom Field Formatter is not working
- Drupal 8 - How to enable custom field under manage form display programmatically?
- Add field when adding new content in Drupal
- Field table renamed with field_deleted_data_<id> and field_config , field_config_instance table set deleted status 1
- Drupal 7 User Like node
- Undefined index: custom field in locale_field_entity_form_submit() (line 438 of locale module)
- How do I set a field value with the field API?
- Drupal allowed_values_function does not get called when creating a field
- How to add new fields to user profile in Drupal 7 programmatically
- Multiple Date Form Element in Drupal 9
- Drupal 7 Custom Field Widget not saving user input
- Drupal-7 how to get hook_field_[formatter_]prepare_view() invoked without overwriting existing formatter
- Custom field in Drupal 7 with multiple file fields
Trending Questions
- UIImageView Frame Doesn't Reflect Constraints
- Is it possible to use adb commands to click on a view by finding its ID?
- How to create a new web character symbol recognizable by html/javascript?
- Why isn't my CSS3 animation smooth in Google Chrome (but very smooth on other browsers)?
- Heap Gives Page Fault
- Connect ffmpeg to Visual Studio 2008
- Both Object- and ValueAnimator jumps when Duration is set above API LvL 24
- How to avoid default initialization of objects in std::vector?
- second argument of the command line arguments in a format other than char** argv or char* argv[]
- How to improve efficiency of algorithm which generates next lexicographic permutation?
- Navigating to the another actvity app getting crash in android
- How to read the particular message format in android and store in sqlite database?
- Resetting inventory status after order is cancelled
- Efficiently compute powers of X in SSE/AVX
- Insert into an external database using ajax and php : POST 500 (Internal Server Error)
Popular Questions
- How do I undo the most recent local commits in Git?
- How can I remove a specific item from an array in JavaScript?
- How do I delete a Git branch locally and remotely?
- Find all files containing a specific text (string) on Linux?
- How do I revert a Git repository to a previous commit?
- How do I create an HTML button that acts like a link?
- How do I check out a remote Git branch?
- How do I force "git pull" to overwrite local files?
- How do I list all files of a directory?
- How to check whether a string contains a substring in JavaScript?
- How do I redirect to another webpage?
- How can I iterate over rows in a Pandas DataFrame?
- How do I convert a String to an int in Java?
- Does Python have a string 'contains' substring method?
- How do I check if a string contains a specific word?
Try to follow the following code
Hope this works... Muhammad.