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.

Comments

vectoroc’s picture

Status: Needs review » Closed (won't fix)

What is wrong with the message?

afreeman’s picture

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?