I apologize if this has been discussed, but I cannot seem to find an answer after searching for days on this.

Is it possible to filter by specific user. Here is the deal. I have several blocks (node gift, user video, etc.) that have blocks created by views. When I go to a specific profile page, I would like those blocks to be of that particular user (NOTE: The specific profile page, not the currently logged in user).

Right now, all I am getting is the blocks to show that are for the current signed in user, not the individual profiles .... hence, every profile page someone goes to has the same videos, gifts, etc.

If this IS possible, can someone please explain to me how?

I appreciate all the help I can get on this. Thank you in advance for any help.

Comments

vm’s picture

I don't believe views will do this based on users. Views2 from what I've read will allow for using other tables in the DB not that that helps you much with views 1 but is something to look forward to.

merlinofchaos’s picture

Status: Active » Fixed

http://drupal.org/node/174281 is very close to what you want; it'll require some modification of the snippet but it should not be too difficult.

Surf New Media’s picture

Thank you, I am going to start playing around with it in the morning. Thanks again.

Anonymous’s picture

Status: Fixed » Closed (fixed)

Automatically closed -- issue fixed for two weeks with no activity.

smkong’s picture

use node privary by role modules to filter by roles if you don't mind.