Another fix:
There was some problem with phrasing. Just a typo I think. Curly bracers were incorrectly placed near vb:rawphrase helpfulanswer_top which led to the name of the phrase displayed instead of it's contents on the page with helpful phrases list on forum (
http://www.example.com/helpfulanswers.php). Corrected version follows:
HTML Code:
<template name="helpful_answers_topten_bit" templatetype="template" date="0" username="Ted S" version="2.1.4">
<![CDATA[
<tr>
<td class="alt1">{vb:rawphrase helpfulanswer_top {vb:raw postid},{vb:raw userid}} <a href="./showthread.php?p={vb:raw postid}#post{vb:raw postid}">{vb:raw title}</a></td>
<td class="alt1" align="center">{vb:raw ftitle}</td>
<td class="alt1" align="center">{vb:raw avgrank}</td>
<td class="alt1" align="center">{vb:raw totalrank}</td>
<td class="alt1" align="center">{vb:raw lastvote}</td>
</tr>
]]></template>
<template name="helpful_answers_top_bit" templatetype="template" date="0" username="Ted S" version="2.1.4">
<![CDATA[
<tr>
<td class="alt1">{vb:rawphrase helpfulanswer_top {vb:raw postid},{vb:raw userid}} <a href="./showthread.php?p={vb:raw postid}#post{vb:raw postid}">{vb:raw title}</a></td>
<td class="alt1" align="center">{vb:raw ftitle}</td>
<td class="alt1" align="center">{vb:raw goodrank} ({vb:raw goodpercent}%)</td>
<td class="alt1" align="center">{vb:raw totalrank}</td>
<td class="alt1" align="center">{vb:raw lastvote}</td>
</tr>
]]></template>
Ted, can you please verify and incorporate my fixes?