This may be specific to the project I'm on, but I think this is good practice anyway.
If other code changes the user settings form, such as adding very light (-100) items, the FBConnect items still end up at the top. Giving the FBConnect items explicit 'normal' weights - eg starting at zero and going up - fixes this for me.
| Comment | File | Size | Author |
|---|---|---|---|
| #2 | 1290612-2-set-explicit-weights.patch | 2.31 KB | darrylh |
| #1 | 1290612-set-explicit-weights.patch | 1.89 KB | darrylh |
Comments
Comment #1
darrylh commentedComment #2
darrylh commentedBetter patch, one that actually applies (*sigh*)
Comment #3
doka commentedThe correct link to enable user picture support is admin/config/people/accounts.
So change the line 354 in fbconnect.pages.inc from this one:
into that:
Comment #4
giorgio79 commented#1296370: Code Cleanup and Fixes