Investigate the possibility of Views integration and whether or not it would be useful for this module's users.
| Comment | File | Size | Author |
|---|---|---|---|
| #9 | taguser_views-669334-9.patch | 2.74 KB | m.stenta |
Investigate the possibility of Views integration and whether or not it would be useful for this module's users.
| Comment | File | Size | Author |
|---|---|---|---|
| #9 | taguser_views-669334-9.patch | 2.74 KB | m.stenta |
Comments
Comment #1
Anonymous (not verified) commentedThe following views should be available:
Comment #2
martinezsalmeron commentedI 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!
Comment #3
mastermtg commentedThis module is great... I would also like to see views integration. I would like it to show people recently tagged in a vew.
Comment #4
oxford-dev commented+1
Comment #5
Johnny D commentedI 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.
Comment #6
bjsomers commentedI am looking for this feature as well. Wish I was a developer and could help.
Comment #7
bjsomers commentedDoes the dev version of this module support views integration?
Comment #8
mxmilkiib commentedsubscribe
Comment #9
m.stentaAttached 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.