Well bro, I tried to get this to work for you the way you wanted for over an hour but unfortunately it seems to have kicked my butt.
For some reason the two plug-ins conflict and you get a combination of both plug-ins somehow. I think I was getting close but I'm stumped. I'll attach the Product XML and post the template code I have so far and maybe Mr. Roth can take a look at it for you and find the problem. Sorry I couldn't be of more help.
FORUMHOME TEMPLATE CODE TO ADD (this would replace the forumhome code originally posted by Mr. Roth in this hack):
Code:
<!-- recent posts -->
<if condition="$show['recentposts']">
<table class="tborder" cellpadding="$stylevar[cellpadding]" cellspacing="$stylevar[cellspacing]" border="0" width="100%" align="center"><tbody>
<tr>
<td class="tcat" colspan="6">
<a style="float:$stylevar[right]" href="#top" onclick="return toggle_collapse('forumhome_recentposts')"><img id="collapseimg_forumhome_recentposts" src="$stylevar[imgdir_button]/collapse_tcat$vbcollapse[collapseimg_forumhome_recentposts].gif" alt="" border="0" /></a>
My Recent Posts
</td>
</tr>
</tbody>
<tbody id="collapseobj_forumhome_recentposts" style="$vbcollapse[collapseobj_forumhome_recentposts]">
<tr class="thead">
<td width="20"></td>
<td class="thead" width="40%"><b>Thread</b></td>
<td class="thead"><b>Last Post</b></td>
<td class="thead" align="center"><b>Replies</b></td>
<td class="thead" align="center"><b>Views</b></td>
<td class="thead" align="right"><b>Forum</b></td>
</tr>
$recentpostbits
</tbody>
</table>
<br />
</if>
<!-- /recent posts-->
<!-- recent posts customized -->
<if condition="$show['recentposts_offtopic']">
<table class="tborder" cellpadding="$stylevar[cellpadding]" cellspacing="$stylevar[cellspacing]" border="0" width="100%" align="center"><tbody>
<tr>
<td class="tcat" colspan="6">
<a style="float:$stylevar[right]" href="#top" onclick="return toggle_collapse('forumhome_recentposts_offtopic')"><img id="collapseimg_forumhome_recentposts_offtopic" src="$stylevar[imgdir_button]/collapse_tcat$vbcollapse[collapseimg_forumhome_recentposts].gif" alt="" border="0" /></a>
My Recent Posts (Off Topic)
</td>
</tr>
</tbody>
<tbody id="collapseobj_forumhome_recentposts_offtopic" style="$vbcollapse[collapseobj_forumhome_recentposts_offtopic]">
<tr class="thead">
<td width="20"></td>
<td class="thead" width="40%"><b>Thread</b></td>
<td class="thead"><b>Last Post</b></td>
<td class="thead" align="center"><b>Replies</b></td>
<td class="thead" align="center"><b>Views</b></td>
<td class="thead" align="right"><b>Forum</b></td>
</tr>
$recentpostbits
</tbody>
</table>
<br />
</if>
<!-- /recent posts customized-->