Questa mod (http://www.vbulletin.org/forum/showthread.php?t=117944) "Separate Sticky and Normal Threads" funziona con la versione 3.7.0?
Visualizzazione Stampabile
Questa mod (http://www.vbulletin.org/forum/showthread.php?t=117944) "Separate Sticky and Normal Threads" funziona con la versione 3.7.0?
Non credo, hanno cambiato molto gli stili.
Si funziona,
basta eseguire questa modifica del template:
In forumdisplay cerca:
<if condition="$show['threads']">
<!-- show threads -->
<if condition="$show['stickies']">
$threadbits_sticky
</if>
$threadbits
<!-- end show threads -->
Sotto $threadbits_sticky aggiungi questo:
<tr><td class="thead" colspan="<if condition="$show['threadicons']">7<else />6</if>"> </td></tr>