Posted by afreeman on January 11, 2010 at 5:20pm
Jump to:
| Project: | Facebook Connect |
| Component: | User interface |
| Category: | feature request |
| Priority: | minor |
| Assigned: | Unassigned |
| Status: | closed (won't fix) |
Issue Summary
I recently had a client make a request to change the wording of the error message that shows up on /user/%user/fbconnect if the user's account isn't linked to a facebook account. My initial approach was to use hook_menu_alter() and a wrapper function around fbconnect_user_identities() to get the job done. I thought it would be nice if this text was configurable in the admin interface. I've created a small patch to get the ball rolling.
| Attachment | Size |
|---|---|
| fbconnect-configurable_profile_errors-0.1.patch | 2.54 KB |
Comments
#1
What is wrong with the message?
#2
Thank you for responding to this issue. There is nothing inherently wrong with the current message beyond the fact that it takes menu_alter(), a wrapper function and preg_replace() to change the text. Having this easily configurable is merely a nice-to-have, thus the low priority. Would you reconsider patching this?