Here is the remainder of the template change:
PHP Code:
<!-- message -->
<div id="post_message_$post[postid]">$post[message]</div>
<!-- / message -->
<if condition="$show['attachments']">
<!-- attachments -->
<if condition="$show['mod_download']">
<p class="bigusername" style="border-bottom:2px solid #cccccc">$vbphrase[modsystem_mod_download_now]</p>
<p>
<table cellpadding="0" cellspacing="$stylevar[formspacer]" border="0">
$post[otherattachments]
</table>
</p>
</if>
<if condition="$show['mod_images']">
<p class="bigusername" style="border-bottom:2px solid #cccccc">$vbphrase[modsystem_mod_screenshots]</p>
<p>
<span style="padding:$stylevar[cellpadding]px">
$post[thumbnailattachments]
$post[imageattachments]
<if condition="$show['imageattachmentlink']">
<table class="tborder" cellpadding="$stylevar[cellpadding]" cellspacing="$stylevar[cellspacing]" border="0" width="100%" align="center">
$post[imageattachmentlinks]
</table>
</if>
$post[moderatedattachments]
</span>
</p>
</if>
<!-- / attachments -->
</if>
<if condition="$show['mod_licence']">
<p class="bigusername" style="border-bottom:2px solid #cccccc">$vbphrase[modsystem_licence_agreement]</p>
$post[mod_licence]
</if>
<if condition="$show['supporters']">
<p class="bigusername" style="border-bottom:2px solid #cccccc">$vbphrase[modsystem_mod_supporters]</p>
<ul>$post[coauthors]</ul>
</if>
<p class="bigusername" style="border-bottom:2px solid #cccccc">$vbphrase[modsystem_mod_support]</p>
<ul>
<if condition="$show['member']">
<if condition="$show['modpermission']">
<li id="mods_install_div">
<if condition="$post['has_installed']">
$vbphrase[modsystem_mod_support_uninstalled]<a href="modsystem_miscactions.php?do=uninstallmod&threadid=$thread[threadid]" <if condition="$show[ajax]">onclick="javascript: mods_install($thread[threadid],false); return false;"</if> rel="nofollow">$vbphrase[modsystem_mod_support_uninstalled_b]</a>.
<else />
$vbphrase[modsystem_mod_support_installed]<a href="modsystem_miscactions.php?do=installmod&threadid=$thread[threadid]" <if condition="$show[ajax]">onclick="javascript: mods_install($thread[threadid],true); return false;"</if> rel="nofollow">$vbphrase[modsystem_mod_support_installed_b]</a>.
</if>
</li>
</if>
<if condition="$show['modpermission']">
<if condition="!$show['is_motm']">
<li id="mods_nominate_div">
<if condition="$post['mod_nominated']">
$vbphrase[modsystem_mod_support_unnominate]<a href="modsystem_miscactions.php?do=unnominate&threadid=$thread[threadid]&type=1" <if condition="$show[ajax]">onclick="javascript: mods_nominate($thread[threadid],1,false); return false;"</if> rel="nofollow">$vbphrase[modsystem_mod_support_unnominate_b]</a> $vbphrase[modsystem_mod_support_unnominate_c]
<else />
$vbphrase[modsystem_mod_support_nominate]<a href="modsystem_miscactions.php?do=nominate&threadid=$thread[threadid]&type=1" <if condition="$show[ajax]">onclick="javascript: mods_nominate($thread[threadid],1,true); return false;"</if> rel="nofollow">$vbphrase[modsystem_mod_support_nominate_b]</a> $vbphrase[modsystem_mod_support_nominate_c]
</if>
</li>
</if>
</if>
</if>
<!-- begin donate -->
<if condition="$show['donate']">
<if condition="$post['paypal_email']">
<li>$vbphrase[modsystem_mod_support_donate]</li>
</if>
</if>
<!-- / end donate -->
<if condition="$show['thx_button']">
<li>
If you like to thanks you by the author -> Click <a href="post_thanks.php?$session[sessionurl]do=post_thanks_add&p=$post[postid]&securitytoken=$bbuserinfo[securitytoken]">Thanks to the Author</a>
</li>
</if>
<li>$vbphrase[modsystem_mod_support_published]</li>
</ul>
</div>
</div>
</td>
</tr>
</tbody>
</table>
<if condition="$show['similarmods']">
<!-- similar mods -->
<br />
<table class="tborder" cellpadding="$stylevar[cellpadding]" cellspacing="$stylevar[cellspacing]" border="0" width="100%" align="center">
<thead>
<tr>
<td class="tcat" width="100%" colspan="5">
<a style="float:right" href="#top" onclick="return toggle_collapse('similarthreads')"><img id="collapseimg_similarthreads" src="$stylevar[imgdir_button]/collapse_tcat.gif" alt="" border="0" /></a>
$vbphrase[modsystem_similar_mod]<a name="similarthreads"></a>
</td>
</tr>
</thead>
<tbody id="collapseobj_similarthreads" style="">
<tr class="thead" align="center">
<td class="thead" width="40%">$vbphrase[mod]</td>
<td class="thead" width="15%" nowrap="nowrap">$vbphrase[modsystem_developer]</td>
<td class="thead" width="20%">$vbphrase[modsystem_type]</td>
<td class="thead" width="5%">$vbphrase[replies]</td>
<td class="thead" width="20%">$vbphrase[last_post]</td>
</tr>
$post[similar_mod_bits]
</tbody>
</table>
<!-- / similar mods -->
</if>
$template_hook[postbit_end]
<if condition="$show['jump_comment']">
<br />
<a name="comments"></a>
<table class="tborder" cellpadding="$stylevar[cellpadding]" cellspacing="$stylevar[cellspacing]" border="0" style="width:100%" align="center">
<tr><td class="tcat" width="100%">$vbphrase[modsystem_comments]</td></tr>
</table>
</if>