I create a new Computed field on the user profiles. I set the label to "hello", and the computed value to this:
$entity_field[0]['value'] = "a";
I leave all the other values unchanged.
The problem is that the value is never displayed on the user profile. I've checked the display options and are ok.
| Comment | File | Size | Author |
|---|---|---|---|
| #1 | computed_fields_store_descriptin.png | 32.99 KB | jorge.suarez |
Comments
Comment #1
jorge.suarez commentedSorry, I needed to save the user profile for the value to be loaded. It would be nice to document it somewhere near the storing checkbox, so the user can easily know when the value will be updated. I found this information just here: http://drupal.org/node/126522
Maybe a good approach is to add a description to the checkbox, as suggested on the attached screenshot.
Comment #2
jorge.suarez commentedChanging title and category to something more accurate to #1
Comment #3
colanAdding tag & fixing other details.
Comment #4
colanCommitted something similar to the description in 2566632.