Quote:
Originally Posted by liwo
I actually have fixed that bug for my forum. I needed to change the template edit for editpost. The new html is
HTML Code:
<!-- description field -->
<if condition="$foruminfo['allowdesc'] == 1">
<if condition="$isfirstpost">
<if condition="$vbulletin->GPC['advanced'] OR $vbulletin->GPC['desc_adv']">
<input type="hidden" name="desc_adv" value="1" />
</if>
<table cellpadding="0" cellspacing="0" border="0" style="margin-bottom:$stylevar[formspacer]px">
<tr>
<td class="smallfont" colspan="3">$vbphrase[description]: <span class="time">($vbphrase[optional])</span></td>
</tr>
<tr>
<td><input type="text" class="bginput" name="description" value="$description" size="50" maxlength="100" tabindex="1.5" title="$vbphrase[optional]" /></td>
</tr>
</table>
</if></if>
<!-- / description field -->
Furthermore I modified the product file, see attachment.
|
So adding in both of these fixes teh thread preview problem?