the module is great, thanks for that.

I dont want the signin buttons to appear in the login forms provided by drupal, so I added a small path which provides a checkbox in the admin interface, which allows you to disable the altering of the login form.
the problem is related to the weight of the module being so high, which does not allow me to do a form alter (mine needs to be lower for another reason).

Support from Acquia helps fund testing for Drupal Acquia logo

Comments

HaloFX’s picture

Status: Active » Reviewed & tested by the community

Works for me, just one small whitespace error.

twitter_signin.patch:11: trailing whitespace.
    if(variable_get('twitter_signin_login',TRUE)){
warning: 1 line adds whitespace errors.
HaloFX’s picture

Status: Reviewed & tested by the community » Needs review
FileSize
1.64 KB

Minor revision. The above patch applied OK, when applied from the command line and placed in the Drupal root. However it wouldn't work when applied from a Drush Make file.

All I did was remove the absolute paths and the white space. This patch did apply with no errors from a Drush Make file.

phoenix’s picture

Status: Needs review » Needs work

Just a minor thing:
Maybe complete the description, as it will also add the button to the user login block form:
"Add button to user login form and user login block".

But this is also something I wanted to add. Thanks for committing this patch! It's a bit annoying the module does the alter by default. I need another button (different lay-out and text on the button). So it would be nice to turn off the alter by the twitter signin module and do my own alter to add a custom button.

dddave’s picture

Status: Needs work » Closed (won't fix)

I guess this can be won't fixed as this branch is no longer supported.

squiggy’s picture

Version: 7.x-3.1 » 7.x-5.x-dev
Issue summary: View changes
Status: Closed (won't fix) » Active

Is there any reason not to update this patch to work with the latest version?

squiggy’s picture

Status: Active » Needs work
BrightBold’s picture

There's an offset, but this patch does actually apply to 5.8, so it just needs to be rerolled to get the line numbers right. I can confirm it works in 5.8.

However, it doesn't do what I was hoping (I didn't read the issue carefully enough) which was to allow me to display it on the login page but not in the login block. So it would be great if there could actually be two checkboxes, one for user login form and one for user login block.

DamienMcKenna’s picture

Status: Needs work » Needs review

The last submitted patch, twitter_signin.patch, failed testing.

Status: Needs review » Needs work

The last submitted patch, 2: twitter-signin-1.patch, failed testing.

DamienMcKenna’s picture

Status: Needs work » Needs review
FileSize
1.65 KB

Rerolled.

DamienMcKenna’s picture

Version: 7.x-5.x-dev » 7.x-6.x-dev
FileSize
3.65 KB

Rerolled, updated a little bit and ported to 7.x-6.x.

DamienMcKenna’s picture

Version: 7.x-6.x-dev » 7.x-5.x-dev
FileSize
3.65 KB

Ported to 7.x-5.x.

The last submitted patch, 12: twitter-n1648970-12-7.x-6.x.patch, failed testing.

DamienMcKenna’s picture

Version: 7.x-5.x-dev » 7.x-6.x-dev
FileSize
3.98 KB

Some additional small improvements. For 7.x-6.x.

DamienMcKenna’s picture

Version: 7.x-6.x-dev » 7.x-5.x-dev
FileSize
3.96 KB

Ported to 7.x-5.x.

The last submitted patch, 15: twitter-n1648970-15-7.x-6.x.patch, failed testing.

DamienMcKenna’s picture

Ported to 6.x-5.x.

Status: Needs review » Needs work

The last submitted patch, 18: twitter-n1648970-17-6.x-5.x.patch, failed testing.

DamienMcKenna’s picture

Status: Needs work » Fixed

Committed.

  • DamienMcKenna committed 3388aa7 on 6.x-5.x
    Issue #1648970 by DamienMcKenna, HaloFX, wouters_f: Optionally hide the...

  • DamienMcKenna committed 60adfe6 on
    Issue #1648970 by DamienMcKenna, HaloFX, wouters_f: Optionally hide the...

  • DamienMcKenna committed 60e3717 on 7.x-6.x
    Issue #1648970 by DamienMcKenna, HaloFX, wouters_f: Optionally hide the...

Status: Fixed » Closed (fixed)

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