PDA

View Full Version : OneVista Major Update


CustomerService
04-15-2008, 06:45 PM
Issue:

A particularly nasty bug was found where an entire column (post icons) was somehow missing in the Forumdisplay template.

This has been fixed and the master archive updated.

Manual Fix:

1. Find the threadbit template but don't open it. Highlight it and click on the Revert button on the right.

2. Find the FORUMDISPLAY template and this code:

<else />
<td class="thead">&nbsp;</td>Replace with:

<else />
<if condition="$show['threadicons']">
<td class="thead" colspan="2">&nbsp;</td>
<else />
<td class="thead">&nbsp;</td>
</if>Sorry, folks! Don't know how this one got by. rawr