So I have Drupal set up so that there is a global Twitter account that stories and major updates get tweeted to, and whose posts show in a sidebar block.
I currently have "add twitter accounts" permissions turned off for all non-administrator users because I do not want to import any tweets except for those by the global account to Drupal.
However, I would really like to use #478504: Global twitter account can follow all user added twitter accounts, also direct messages, so that users can add their Twitter account and the global Twitter account will automatically follow them. But I would like to do that without it allowing them to import their tweets.
Unless I am mistaken, I think this means we need a role-level permission for "import tweets" that's separate from "add twitter accounts".
| Comment | File | Size | Author |
|---|---|---|---|
| #3 | 670368_01.patch | 6.03 KB | skyredwang |
Comments
Comment #1
skyredwang+1 for role permission for "import tweets"
Comment #2
Lloyd commented+1
Comment #3
skyredwangThe role permission for importing own tweets is included in this patch, please review it. Also, roles with sufficient permission of editing users' accounts can override the "import" setting.
Comment #4
walkah commentedcommitted. thanks!