Quote:
Originally Posted by Taurus1
So do I just add this to my threadbit template, and where?
Code:
1c1 < <li class="threadbit {vb:raw thread.statusstring}<vb:if condition="$show['paperclip']"> attachments</vb:if><vb:if condition="!$thread['postuserid'] AND !$thread['del_userid']"> guest</vb:if><vb:if condition="$thread['moderatedprefix']"> unapproved</vb:if>" id="thread_{vb:raw thread.realthreadid}"> --- > <li class="sprite_statusicon_thread_30 threadbit {vb:raw thread.statusstring}<vb:if condition="$show['paperclip']"> attachments</vb:if><vb:if condition="!$thread['postuserid'] AND !$thread['del_userid']"> guest</vb:if><vb:if condition="$thread['moderatedprefix']"> unapproved</vb:if>" id="thread_{vb:raw thread.realthreadid}">
|
You need to search in the templates for the iSupport for "threadbit".
There should be something like
Code:
<li class="threadbit ...">
there, add the
sprite_statusicon_thread_30, so it looks like
Code:
<li class="sprite_statusicon_thread_30 threadbit ...">
Since i didnt know this addon, i cant tell you which is the themplate they use.
Edit:
You need to refresh all styles, there is currently no option to refresh a single style.
Best regards
Sebastian