The issue with sub forums is now solved. Update Instructions is as follows.
Install the new version and make the following changes to the template.
Edit forumhome_forumbit_level1_post and forumhome_forumbit_level2_post templates as follows.
You had the following
Code:
<a href="{vb:link member, {vb:raw forum}, null, 'lastposterid', 'lastposter'}"><img height="48px" width="48px" style="float:left;margin-right:4px" src="{vb:raw forum.avatarurl}" border="0" /></a>
Now change to following
Code:
<a href="{vb:link member, {vb:raw forum}, null, 'real_lastposterid', 'real_lastposter'}"><img height="48px" width="48px" style="float:left;margin-right:4px" src="{vb:raw forum.avatarurl}" border="0" /></a>
You had the link to lastposter/lastposterid and now it should be changed to real_lastposter and real_lastposterid.