This is a follow up question to Drupal Views exposed filter of Author name. The following question was answered and works. I can filter a view by user name. The user name is
Yes, this is possible. Its not particularly tough to do this... but its slightly tedious. You need to create two views
Users). This user list is displayed as a dropdown instead of a list (using jump menu view style). Clicking on any user within this dropdown will call the second view with the uid (user id) of the selected user as the argument in the URL. This view is a block.Detailed Steps
Users and NOT type Node which you usually
create. In the fields add User:
Name and User: uid. For the
settings of User: uid, make sure
you click on Rewrite the output of
the field. The rewritten output of
the field should be
my_node_list/[uid]. Make sure you
select the exclude from display checkbox.Style in the view, select the Jump Menu style. Click on the settings for the style. Make sure the Path dropdown has User: uid choosenUser Drop DownUser Drop Down to any region in your theme e.g. Content Top (usually the best) or left sidebar. Make sure the block is only visible at the urls my_node_list/* and my_node_list by setting the block visibility settingsNode. Add an argument field User: uid. Add the fields you are interested in e.g. Node: title, User: Name etc.my_node_listhttp://yoursitename/my_node_list