Posted by free6512 on June 22, 2012 at 12:51am
I want to arrange the people's section of my drupal 7 admin page. Right now, the People/users are arranged according to usernames, status, roles, member for, ....etc. I want to make it look like last name, first name, employee id, ....etc (these are custom profile fields.) Then finally I want to arrange it alphabetically according to their last name. I have tried using views but ended up with the following two issues: 1. I couldn't find the custom profile fields like the first name, last name, ...etc, and 2. I have to either create a page or block to access the results of the views page (I want to make everything in the people's page.) I would real appreciate your help!!!
Comments
=-=
This thread belongs in the post installation forum. please edit and move the thread. thanks.I'd consider the views.module to create a new people page
I'd also consider the views bulk operations module
may even be able to override the current people page with the new one
Thanks VM. Where can...
Thanks VM. Where can I get the views bulk operations module? I would really appreciate if you give me a more brief description of what I should do. I am new to Drupal and this is par of the project I am working right now. I created a new users page but none of the custom profile type fields I created (like personal information: first name, last name, ...) are not showing up in the fields to add section of the Views page. Only the built in options are available. Please take a look at the below format to get the idea of what I want.
=-=
views bulk operations
Thanks VM, I am working on it......
Thanks VM, I am working on it......
=-=
you'll note that when vbo is enabled you get a default people view which you can enable, clone and edit.
Sure, just got it...
Sure, just got it, many thanks!!!!