Just a side note: I recommend you to replace the <else /> Code through the Replacements as below. Otherweise your Tables does not shown as expected (see Attachments). You can see the result by enabling the Option at
VBulletin Settings => Forum Display Options (forumdisplay => Hot Threads Enabled
Search for:
HTML Code:
<else />
<td colspan="2"> </td>
</if>
Replace them
HTML Code:
<else />
<td class="alt2" > </td>
<td align="left" class="alt1"></td>
</if>