i'm trying to display a set of nodes of the same node-type on a page of the same node-type. My goal is to create a list which doesn't include the current active node (since you are on that page already)

do i use arguments for that then? What is the solution for this?

thx in advance
mm

Comments

mkalbere’s picture

That post should go in Post installation forum, but what you could do
You can create a view with argument (type as arg) and use the php arg handling to retrieve the node type and dynamicaly filter the view by node type.

mediamash’s picture

i posted my question + exemple over here: http://drupal.org/node/297117

sun’s picture

Status: Active » Fixed

Yes, this is only possible with custom PHP argument handling code.

Sorry, unfortunately this support request is way too specific. Please have a look at the issue queue - Views maintainers are buried already. You might want to try to get further support at http://drupal.org/support. Additionally, the answer to your question might be covered in the handbooks at http://drupal.org/handbook/modules/views already.
If you were able to solve this issue on your own in the meantime, you might want to add the involved steps to this closed issue, so other users searching for a similar solution might find it.

Anonymous’s picture

Status: Fixed » Closed (fixed)

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