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

dawehner’s picture

So basically you want to show X nodes older then the current node or?

hubkei’s picture

Yes, exactly...

Display last 10 nodes older than currently displayed node .

Any chance this could be done in views?

hubkei’s picture

anybody?

esmerel’s picture

Status: Active » Closed (fixed)

views_attach module might do something like this.

General close of issues over 6 months old without activity.