Changes are based on the patch posted to the module issue queue:
http://drupal.org/node/857046
by chandrabhan - July 17, 2010 - 07:21


Notes from issue:

Description

Here is a patch to:

1) Take a view name and display name at the block level (you need to ensure that they match exactly with View settings)
2) Display the view if both values have been provided otherwise show default list
3) Pass list of nodes as found by Relevant Content separated by + to the view as argument
3) Provide a theme function to change subject of the block
4) Pass block level settings and delta as arguments to both subject and content theme so that one can customize appropriately

Note:

1) You need to create the view which should take list of nodes as arguments
2) I used a block display for my purposes

On a side note, if somebody can figure out how to ensure the order of the nodes in views as same as relevant content then please share. Right now I am just sorting (descending) on post date.
Attachment	Size


Chris Hales
