Closed (won't fix)
Project:
Avatar Selection
Version:
5.x-2.4
Component:
Code
Priority:
Normal
Category:
Support request
Assigned:
Unassigned
Reporter:
Created:
27 Mar 2008 at 17:19 UTC
Updated:
8 Apr 2008 at 18:56 UTC
I'd consider this a very handy feature:
When a user selects an avatar the 'pictures' field of the users table is automatically updated with the new value.
This means that you only have to call $node->picture to see the users avatar for the current node.
Comments
Comment #1
2c commentedThis is possibly a duplicate of this:
http://drupal.org/node/229480
Just to clarify, no value is being put in the users table when a user selects a picture.
Comment #2
stella commentedThe "pictures" field of the "users" table is updated with the selected avatar image. I just double-checked this on my test site and the field was updated correctly (set to "files/avatar_selection/photo10.gif" in my example test).
If this issue still occurs for you, perhaps try the latest dev release (available later today - includes patch from #239918) and send me all your avatar selection settings.
Cheers,
Stella
Comment #3
2c commentedThanks, the values are now appearing in the database and I haven't updated the module to 5.x-2.x-dev so I don't know where the problem originated. Cheers.