Quote:
Originally Posted by SilverBoy
no problem, but could you please give me the template code to add it manually?
|
The template was never ported from the 3.8 version, you'd have to convert it yourself.
Code:
<if condition="!$GLOBALS['FIRSTPOSTID'] AND $helpfulanswer[postid] != $GLOBALS['qrfirstpostid']">
<div style="padding:5px;">
<table class="tborder" cellpadding="4" cellspacing="0" border="0" width="100%" align="center">
<tr>
<td class="alt1" style="padding:15px;font-weight"bold;text-align:center;">
<phrase 1="$vboptions[bbtitle]" 2="$helpfulanswer[postid]">$vbphrase[helpfulanswer_mosthelp_post]</phrase>
</td>
</tr>
</table>
</div>
</if>