I have also installed this, I like it better than my mod
A couple of additions from me here if that's okay Atakan. Since the plugin is already pulling title, username, userid, and views I've decided to add them, I've also moved the other items into the title bar. View the attached image to see what it looks like.
If anyone's interested in this revision, all you have to do is replace the following templates.
blog_stat_forum_bits
Replace entire contents with
Code:
<img src="$stylevar[imgdir_statusicon]/post_old.gif" border="0" class="inlineimg" alt="" /> <a href="blog.php?b=$blog_list[blogid]">$blog_list[title]</a> | By: <a href="blog.php?u=$blog_list[userid]">$blog_list[username]</a> | Views: $blog_list[views]<br />
blog_stat_forum_home
Replace entire contents with
Code:
<tbody>
<tr>
<td class="thead" colspan="2">
<a style="float:$stylevar[right]" href="#top" onclick="return toggle_collapse('forumhome_blogstat')"><img id="collapseimg_forumhome_blogstat" src="$stylevar[imgdir_button]/collapse_thead$vbcollapse[collapseimg_forumhome_blogstat].gif" alt="" border="0" /></a>
$vbphrase[blog_stats]
$vbphrase[total_blogs]: <if condition="$blogstats['total_blog_users']">
<a href="blog.php?$session[sessionurl]do=bloglist">$blogstats[total_blog_users]</a>
<else />0</if>, $vbphrase[total_blog_entries]: <strong>$blogstats[total_blog_entries]</strong>, $vbphrase[todays_blog_entries]: <!-- last 24 hours --><strong>$blogstats[entries_in_24hours]</strong>
</td>
</tr>
</tbody>
<tbody id="collapseobj_forumhome_blogstat" style="$vbcollapse[collapseobj_forumhome_blogstat]">
<tr>
<td class="alt2"><a href="blog.php?do=bloglist"><img src="$stylevar[imgdir_misc]/whos_online.gif" alt="" border="0" /></a></td>
<td class="alt1" width="100%">
<div class="smallfont">
$blogyaz
</div>
</td>
</tr>
</tbody>