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
Comment #1
twooten commentedI can confirm this bug. I'm running the same versions as Scott.
Tim
Comment #2
g.k commentedI 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
Comment #3
Gigya commentedThanks for reporting this one, we will fix it in our next release.
The Gigya Team.
Comment #4
Gigya commentedPlease use version 2 : http://drupal.org/node/720046
The Gigya team.
Comment #5
EvanDonovan commentedSet back to "active" if this issue is still happening with version 2.0 after #742430: Patch to fix several bugs has been applied.
Comment #6
add1sun commentedMarking this fixed since no further complaints with version 2.