Apologies if this is in the wrong area, but I'm a newby to Drupal.

I have installed the admin_views module and when I go to admin/people everything works as it should.

What I need to do is modify the Results Table so that there is a column pulled from information created using the "Profile2" module for a User's Full name (It is a field created by Profile2 and linked to the user's username?

How do I go about doing this?

Any help much appreciated.

Comments

damiankloip’s picture

Status: Active » Fixed

This is more of a views support request than anything, you can edit the Administration: users view to do this: You will need to create a relationship to your profile2 entity. You should then be able to choose fields from profile2 that are joined to your users.

draytop’s picture

Status: Fixed » Closed (fixed)