I may be barking up the wrong tree but...
I've got a section of content for a website which is a list of several blog articles but the design to be implements shows the first 5 rows having an image, title & teaser and the following 10 items showing only a title.
This doesn't seem like an uncommon design and, to me, this should be a single block view of 15 items with a conditional statement in the appropriate .tpl.php file to determine how each item should be displayed.
I've tried a few variations of overridding style output (block) & row style output (fields) but I'm not managed to figure out how do this?
Does anyone know how to do this or can point me in a different direction to resolve this?