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?

Comments

pobster’s picture

Version: 6.x-5.1 » 7.x-5.8
Status: Active » Patch (to be ported)
StatusFileSize
new930 bytes

I 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

dgeo’s picture

dgeo’s picture

damienmckenna’s picture

Version: 7.x-5.8 » 7.x-5.x-dev
Status: Patch (to be ported) » Needs review
Parent issue: » #2402307: Plan for Twitter v7.x-5.9 release

Thanks!

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.

Status: Needs review » Needs work

The last submitted patch, 1: twitter-views-join.patch, failed testing.

damienmckenna’s picture

Status: Needs work » Needs review
StatusFileSize
new819 bytes

This has been updated to use the correct directory structure.

damienmckenna’s picture

damienmckenna’s picture

Status: Needs review » Fixed

Committed. Thanks!

  • DamienMcKenna committed c169e09 on 7.x-5.x authored by pobster
    Issue #2054761 by pobster: Added a Views user/twitter table relationship...

Status: Fixed » Closed (fixed)

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