I only want my users to be able to login with twitter and connect there accounts so that they're able to login. I have set 'Import Twitter statuses' to off, but when a user connects their account it still has an option to 'import'.
Also, 'import' is a very poor term to be used; users won't know what 'import' means and it should read 'import tweets' or have some type of explanation.
| Comment | File | Size | Author |
|---|---|---|---|
| #5 | twitter-750156-do_not_offer_import_if_disabled_sitewide.patch | 3.07 KB | xurizaemon |
Comments
Comment #1
j0k3z commentedI agree.
I use the Twitter module ONLY for posting updates. I have disabled the "import" checkbox in the settings but when a user adds a twitter account not only does it show them the "import" checkbox, it defaults to being checked -- very confusing for my users.
Im changing this to a bug report because I beleive the settings checkbox should disable the one shown to users but I guess its not working.
Comment #2
j0k3z commentedAny updates regarding this?
Comment #3
j0k3z commentedI noticed in the code it says
So when you overhaul it I think it would be nice to hide the "import" and also the "private" row as its confusing to end users if this functionality isnt available. Any roadmap or time frame for this overhaul?
Comment #4
As If commentedYou can remove the checkbox by commenting out lines 132-135 of twitter.pages.inc:
This doesn't remove the column header, but it does remove the chance of someone using it ;-)
Comment #5
xurizaemonTry this patch, which checks the sitewide value and respects it on the user Twitter edit screen.
Comment #6
juampynr commentedApplied grobot's patch.
http://drupalcode.org/project/twitter.git/commitdiff/efdf3c032910af34917...
You can download the latest dev release tomorrow, or wait until next week for the next beta release.
Cheers
PD: I am porting the patch to the Drupal 7 version.
Comment #7
juampynr commentedApplied on 7.x-3.x.
http://drupalcode.org/project/twitter.git/commitdiff/e9359c1449491085d76...
Cheers