I want to get the node which belongs to the url-alias 'mycontent/page1'. I've not seen something with the node-path as an argument.

has anybody a solution for that?

Comments

merlinofchaos’s picture

Status: Active » Closed (won't fix)

Views can't do this.

freakx0’s picture

mh, i hope you didn't understand my problem.
I want to provide a block with a view fields of the current node.

mysite.org/drupal/content/my-title -> mysite.org/drupal/node/12
on that page in the middle is the content of the node with id 12. now i want to add a block with the node-ID (how to get that?) as a filter or argument.

i think something like that should be possible.

merlinofchaos’s picture

freakx0’s picture

sorry for my question again. but i couldn't find an example. is that for views2 with the ajax-builder?
i've only seen in views-module argument validator with php which return true or false.