开发者

How do I list all nodes created by user specified in argument using Views in Drupal?

开发者 https://www.devze.com 2023-01-27 02:19 出处:网络
I have bee开发者_StackOverflown trying to create a page using views that will list down all the nodes authored by a specific user.

I have bee开发者_StackOverflown trying to create a page using views that will list down all the nodes authored by a specific user. The user name will be specified in the path (like - stuff/[user-name] )

Can someone please tell me how to do this using Views. I am stuck on a dead end


for the views url path specify: stuff/% in the arguments section add: user -> user: name

Should do it, but I'm not sure if it isn't buggy (see this issue: http://drupal.org/node/744468)

If you use user:id instead of username, you will be fine.

0

精彩评论

暂无评论...
验证码 换一张
取 消