limit drupal view to show only nodes created by user

siiva33 picture siiva33 · May 2, 2011 · Viewed 11.7k times · Source

I'm using drupal 7. I created a view for displaying nodes of a specific content type (e.g. products). When viewing the page, I want only those products displayed which were created by the user (currently shows all products).

I would like to do it without using a url filter so the url would be simply:

/myproducts

Answer

enkara picture enkara · May 2, 2011

Use the filter "User: Current". If that doesn't work, try with a relationship