Nova Blog Images not showing
Design and Skin Customization
Nova is using the jrBlog module templates and its those that are not showing blog images by default.
To change those goto your ACP=>Profiles=>Profile BLogs=>Templates and edit them there.
You'll probably want to edit the item_list.tpl and item_detail.tpl templates.
This code will generate the image so insert it where you want the image to show -
{jrCore_module_function function="jrImage_display" module="jrBlog" type="blog_image" item_id=$item._item_id size="xlarge" crop="auto" class="iloutline img_scale" alt=$item.blog_title width=false height=false}
Take a look at the equivalent jrAudio templates, say, to see how they show their image.
hth
