Investigate the possibility of Views integration and whether or not it would be useful for this module's users.

CommentFileSizeAuthor
#9 taguser_views-669334-9.patch2.74 KBm.stenta

Comments

Anonymous’s picture

The following views should be available:

  • Nodes a user has been tagged in.
  • Users tagged in a given node.
  • Nodes that a user has tagged themself in.
  • Nodes that a user has been tagged in by others.
martinezsalmeron’s picture

I totally agree, the success of the module depends entirely on the integration with views. It is a great module but will be much better with this improvement.
Thank you very much to the manteiner!

mastermtg’s picture

This module is great... I would also like to see views integration. I would like it to show people recently tagged in a vew.

oxford-dev’s picture

+1

Johnny D’s picture

I would love to use this module and never got the views piece done. Would anyone be interested in helping get this module complete. The idea was to tag users to content and populate their profile with things they attended or pictures they were in and so on. User reference does not allow a user to tag you in a facebook way.

bjsomers’s picture

I am looking for this feature as well. Wish I was a developer and could help.

bjsomers’s picture

Does the dev version of this module support views integration?

mxmilkiib’s picture

subscribe

m.stenta’s picture

Status: Active » Needs review
StatusFileSize
new2.74 KB

Attached is a patch against the current 6.x-1.x-dev that provides basic Views integration. It sets up an implicit JOIN of the {taguser} table to the {node} and {users} table, and provides relationships for the content_nid, tag_ui, and tagged_by_uid columns. It also adds a field, filter, and sort for the timestamp column.