I use a Drupal 8 and I use "Contextual Filters" in my view to pull out the node ID from my URL. My URL looks like this:
node/6716/v1-vv-autor
this works so far. But now I would like to set a path alias for the node. The path pattern of mine looks like this:
part/[node:title]
this will result in such a URL:
part/ich-bin-daniel
The path in the view I have adapted as follows: part/%/v2-vv-authors
Which then also becomes something like this and should also fit so far:
http://landwehrcie.de/part/ich-bin-daniel/v2-vv-autoren
But the contextual filter does not work with the path. I tried the following settings, I also played with the segments.
And I also tried the following module views_url_path_arguments with the following settings. But am not sure what comes in under Segments. I tried now 1,2,3. Nothing works.
Would be grateful for any help.
Bavra