Closed (won't fix)
Project:
Views (for Drupal 7)
Version:
6.x-2.x-dev
Component:
node data
Priority:
Normal
Category:
Feature request
Assigned:
Unassigned
Reporter:
Created:
18 Jun 2008 at 19:06 UTC
Updated:
19 Jun 2008 at 09:30 UTC
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
Comment #1
merlinofchaos commentedViews can't do this.
Comment #2
freakx0 commentedmh, 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.
Comment #3
merlinofchaos commentedhttp://drupal.org/node/83415
Comment #4
freakx0 commentedsorry 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.