Quote:
Originally Posted by MikaN
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']">...
|
I'm afraid that doesn't work for me, the icons are still vanished/hidden.