In the Gigya module setting under "Parameters for Login UIConfig" --> "Advanced LoginUI Settings" --> "Login UIConfig Advanced coding (Overwrites above settings):", I pasted the following code from Gigya's website for customizing the login widget:

<script type="text/javascript">
var login_params=
{
	showTermsLink: 'false'
	,hideGigyaLink: 'true'
	,height: '130'
	,width: '160'
	,containerID: 'componentDiv'
	,UIConfig: '<config><body><controls><snbuttons buttonsize="40"></snbuttons></controls><background frame-color="Transparent"></background></body></config>'
	,useFacebookConnect: 'true'
}
</script>
<div id="componentDiv"></div>
<script type="text/javascript">
   gigya.services.socialize.showLoginUI(conf,login_params);
</script>

None of these settings appear in my login widget on my website. Only the Drupal module settings appear to be used. The override does not seem to work.

Thank you,
Scott

I have the Gigya beta10 with the patched version of Popups API.
Drupal v6.15
MySQL v5.0.77mm0.1
PHP v5.2.9
Apache v1.3.41 (Unix) mod_auth_passthrough/1.8 mod_log_bytes/1.2 mod_bwlimited/1.4 FrontPage/5.0.2.2635.SR1.2 mod_ssl/2.8.31 OpenSSL/0.9.8b mod_status/0.2mm
cURL Library v7.15.5
jQuery UI v1.6

Comments

twooten’s picture

I can confirm this bug. I'm running the same versions as Scott.

Tim

g.k’s picture

I am having the same issue. I also want to know if it's possible to place the widget code in a block, it doesn't seems to be working either.

Thanks

Gigya’s picture

Thanks for reporting this one, we will fix it in our next release.

The Gigya Team.

Gigya’s picture

Please use version 2 : http://drupal.org/node/720046

The Gigya team.

EvanDonovan’s picture

Version: 6.x-1.0-beta10 » 6.x-2.0
Status: Active » Postponed (maintainer needs more info)

Set back to "active" if this issue is still happening with version 2.0 after #742430: Patch to fix several bugs has been applied.

add1sun’s picture

Status: Postponed (maintainer needs more info) » Fixed

Marking this fixed since no further complaints with version 2.

Status: Fixed » Closed (fixed)

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