I was hoping that there would be a way to have twitter messages associated with users/roles in views. I'm currently trying to create a view that displays tweets from users with a certain role. As far as I can tell I can't see a way to do this. Are there any plans to add the twitter/drupal user table relationship in views?
| Comment | File | Size | Author |
|---|---|---|---|
| #6 | twitter-n2054761-6.patch | 819 bytes | damienmckenna |
Comments
Comment #1
pobster commentedI wanted to do this too, all that's wrong is that hook_views_data is badly formed. The similar part in hook_views_data_alter can probably be removed but tbh, it doesn't really matter.
Attached a patch for D7 version.
Pobster
Comment #2
dgeo commentedmaybe this could help in #1970498: Permission to post on others status ?
Comment #3
dgeo commentedComment #4
damienmckennaThanks!
FYI when you upload a patch you should set the status to "needs review" so the system will automatically trigger the testbot, and so that others know there's a patch to test out.
Comment #6
damienmckennaThis has been updated to use the correct directory structure.
Comment #7
damienmckennaComment #8
damienmckennaCommitted. Thanks!