Download & Extend

Make error on /user/%user/fbconnect configurable

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.

AttachmentSize
fbconnect-configurable_profile_errors-0.1.patch2.54 KB

Comments

#1

Status:needs review» closed (won't fix)

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?