Closed (won't fix)
Project:
Facebook Connect
Component:
User interface
Priority:
Minor
Category:
Feature request
Assigned:
Unassigned
Reporter:
Created:
11 Jan 2010 at 17:20 UTC
Updated:
22 Jan 2010 at 05:26 UTC
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.
| Comment | File | Size | Author |
|---|---|---|---|
| fbconnect-configurable_profile_errors-0.1.patch | 2.54 KB | afreeman |
Comments
Comment #1
vectoroc commentedWhat is wrong with the message?
Comment #2
afreeman commentedThank 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?