Being a drupal newbie, I figured out how to create a view of the last 10 posts(nodes) and show this in a block on the site (archive view). However, I would like to show the last 10 nodes in a block, with those last ten being based on the current showing node.

Example:

Displaying page node No.25... the block (view) next to it, would show title and link to nodes No.25 to No.15.

if I was displaying lets say node No.47... the block next to it, would show title and links to nodes No.47 to 37.

I am pretty sure there is an easy way to incorporate something like " view last 10 nodes based on current_node " using the views module, but I am just running out of ideas on how to do this.

Would be great if anybody could help.

Comments

hubkei’s picture

Forgot to add, I am using views 2 with drupal6.

looney_toons’s picture

I think that my problem is similar. I want to know if it is possible with Views 2 to create a view that would show nodes created in the same month that the current node was created in (not in the current month but in the same).