Closed (fixed)
Project:
Views (for Drupal 7)
Version:
6.x-2.x-dev
Component:
Views Data
Priority:
Normal
Category:
Feature request
Assigned:
Reporter:
Created:
6 May 2008 at 18:17 UTC
Updated:
30 May 2008 at 17:11 UTC
Could you add a field to show the name of the user, who updated the node ?
At the moment. there is only a field for the last updated date
Comments
Comment #1
merlinofchaos commentedUnfortunately, this information is not necessarily stored in the database. At best if there is a revision I believe the uid of the person who made the revision is there. Hm. But there isn't currently a linkage to the user for that. It'll have to be done by adding a relationship, which I can do.
Comment #2
Micha1111 commentedI think, this information is stored in table node_revisions (field uid) and its possible to show the user name.
Please have a look to the code of this new module "About This Node".
Comment #3
merlinofchaos commentedI did this by creating a relationship that you can add. Add the Node revision: user relationship, and then you can have any user field use that relationship and it will be the creator of the revision.
Comment #4
Micha1111 commentedIt works, thank you very much !!
Comment #5
Anonymous (not verified) commentedAutomatically closed -- issue fixed for two weeks with no activity.