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.
| Comment | File | Size | Author |
|---|---|---|---|
| #1 | Picture 4.png | 34.78 KB | alex.k |
Comments
Comment #1
alex.k commentedI 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.
Comment #2
alex.k commentedLooks to be taken care of, closing.