How can I add a link with a UID from a User Reference from a table in Drupal Views
- by pduncan
I have the following in Drupal 6:
A Master CCK type which contains a User reference field and other fields. There will only be one record per user here.
A View of this CCK, shown as a table, with one of the fields being the user ref from the CCK type. This field is initially shown as a user name, linking to the user profile.
A Second CCK type…