I'm trying to use the "user_relationships_content" view in D6. Unfortunately, it doesn't seem to work with Pauthauto.
For instance, if I pull up the view via the link "http://url.com/drupal/users/my_username/associates" it won't pull up any nodes created by my associates, however, if I view "http://url.com/drupal/users/my_user_id#/associates" it works fine.

How can I solve this problem?
Thanks.

CommentFileSizeAuthor
#1 Picture 4.png34.78 KBalex.k

Comments

alex.k’s picture

Assigned: Unassigned » alex.k
StatusFileSize
new34.78 KB

I have tried to set up a default value to be guessed from the URL, but it did not work. But when I created menu entries (tabs) using Menu under page settings of the Page display, it showed up with correct URLs on the user account page - so you would not have to create these links yourself at all. Will that work for you?

Alternatively ""argument handling code" can be created, which would reverse-engineer the alias, figure out the user id, and then the view would handle URLs like "users/{username}/associates". But that would be a hack if you can't use menu tabs for some reason.

alex.k’s picture

Status: Active » Fixed

Looks to be taken care of, closing.

Status: Fixed » Closed (fixed)

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