Closed (fixed)
Project:
Gigya - Social Infrastructure
Version:
6.x-2.1
Component:
User interface
Priority:
Normal
Category:
Task
Assigned:
Issue tags:
Reporter:
Created:
25 Mar 2010 at 18:33 UTC
Updated:
3 Jan 2014 at 01:08 UTC
Jump to comment: Most recent, Most recent file
Comments
Comment #1
EvanDonovan commentedI have already changed this in my implementation of the module's hook_menu() to "Create or Link Accounts". It would be hard (and in my opinion, not worth it) to make it customizable in the UI.
azinck, what do you think the title should be?
Comment #2
azinck commentedYou can always change it by overriding the page's theming function and calling drupal_set_title()
But I agree that a title change is in order. Would "You're almost done" be too cheeky? Otherwise I like your suggestion, Evan.
Comment #3
azinck commentedComment #4
EvanDonovan commentedazinck: I think "Create or Link Accounts" sounds professional and generic, yet not proprietary. "You're almost done" wouldn't be suited to all sites, depending on their interaction flow.
Good call on the theming function.
Any other people want to weigh in?
Comment #5
EvanDonovan commentedAttached is a patch with "Create or Link Account" for the /socialize-register page, and "Gigya Socialize Settings" for /admin/settings/gigya. Some code cleanup in there also.
Patch should apply from the gigya directory.
Comment #6
EvanDonovan commentedPatch is against 6.x-2.1.
Comment #7
bkno commentedGreat, thanks for the quick responses.
Comment #8
azinck commentedcommitted to dev