
03-25-2008, 07:55 PM
|
 |
|
|
Join Date: Aug 2003
Location: Canada
Posts: 2,845
Благодарил(а): 0 раз(а)
Поблагодарили:
0 раз(а) в 0 сообщениях
|
|
Quote:
Originally Posted by Virtuosofriend
No need to install a new hack for it. One template modification for each style and you will be fine.
Edit ForumDisplay template and search for:
PHP Code:
<if condition="$show['threads']">
<!-- show threads -->
<if condition="$show['stickies']">
$threadbits_sticky
</if>
$threadbits
<!-- end show threads -->
Below $threadbits_sticky add this code:
PHP Code:
<tr><td class="thead" colspan="<if condition="$show['threadicons']">7<else />6</if>"> </td></tr>
|
worked on 3.7.0 as well
|