Return to list of posts...
There is no link to come back to list of posts in blogs when the page with post opened.
I change inc/classes/BxDolBlogs.php:
992
<div class="boxFirstHeader">{$sPostC}</div>
to
<div class="boxFirstHeader"><span><a href="{$site['url']}blogs.php?action=show_member_blog&ownerID={$aPostBy['OwnerID']}">{$sPostList}</span></div>
I think a "Post" label is not need here and I put "Return to list of post" link instead of it.
p.s. same changes to 1021th string of this file.