Quote:
Originally Posted by sarangan
Now thread icons are not showing.. Still need another fix.
|
You can probably fix this manually.
Edit threadbit - template
It begins with:
Code:
<li class="threadbit {vb:raw thread.statusstring}<vb:if condition="$show['paperclip']">....
Add "sprite_statusicon_thread_30" (without quotes) in front of that threadbit string.. so that it looks like this:
Code:
<li class="sprite_statusicon_thread_30 threadbit {vb:raw thread.statusstring}<vb:if condition="$show['paperclip']">...