What is the recommended way to alter the title so it doesn't say Gigya at the top? (see screenshot)

It would be good to be able to pick a title through the Gigya admin interface.

CommentFileSizeAuthor
#5 gigya-menu-titles.patch1.9 KBEvanDonovan
gigya.png26.66 KBbkno

Comments

EvanDonovan’s picture

Title: Title of complete your registration page » Discussion: Title of complete your registration page
Category: support » task

I 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?

azinck’s picture

You 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.

azinck’s picture

Assigned: Unassigned » azinck
EvanDonovan’s picture

azinck: 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?

EvanDonovan’s picture

Title: Discussion: Title of complete your registration page » Change title of complete your registration page from "Gigya" to something more generic
Status: Active » Needs review
StatusFileSize
new1.9 KB

Attached 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.

EvanDonovan’s picture

Version: 6.x-2.0 » 6.x-2.1

Patch is against 6.x-2.1.

bkno’s picture

Great, thanks for the quick responses.

azinck’s picture

Status: Needs review » Fixed

committed to dev

Status: Fixed » Closed (fixed)
Issue tags: -gigya title customise

Automatically closed -- issue fixed for 2 weeks with no activity.