By zanforlin on
Hi!
I am trying to add some information into user profiles in drupal 6. I got the Panels module and trying to use that. But I don´t get any good results. Here what I need to do:
I have a view that shows all users from the site. When one user or anounymous click on any user, they can see the profile info AND what is the posts (created content) of that user.
So, I made a view too that shows the post of a user by User ID. But I don´t know how to integrate it with the user profile.
I´m trying to create a Panels Page, but it shows an error when I select the argument UID.
What can I do?
Thanks
Leo
Comments
Snippets, views & arguments
You could start here: http://drupal.org/node/35728
Then investigate using Views arguments to create blocks based on the url.
Happy searching!