Hi,
I created a new table view type, i want to show to my group users a list with
all the others users profile.
In the view edit . i added the fields that i want to preform, but when i am going to
the page view , i don't see any of the profile fields data.

is there any idea ?

Comments

noa_giladi’s picture

Showing profile fields in views is a pretty well known problem...

There are several ways of dealing with it, but i think the most elegant one is using the BIO module (for drupal 5): http://drupal.org/project/bio or the Content Profile module (for drupal 6): http://drupal.org/project/content_profile .
All you have to do is activate the module and then go to: /admin/user/bio and check whatever you need.

Then showing the profile fields is like showing node fields, and that works great with views.

Good luck,

Noa Giladi
Sergata Ltd.

yanive’s picture

Hi,
thanks about the advise for using BIO, it's working.
It present the profile fields, but now i have another problem
lets say i am building an articles category and i want to build a view table
that present all the articles with there writers (profile name, family name etc..) so , in the
table view page i get all the articles list and all the profile name of my site, when what i realy want
to get is only the profile fields of my writers
if i was using simple sql , it's kind of a JOIN table syntax, but here i don't know how it's working?