Hello Valter,
As usual, great mod, but if I may, I have a suggestion regarding the icon placement for the threadbit (should work in the same manner for the search_threadbit template):
This code:
Code:
<vb:if condition="$show[threadcount]"><span class="shade" style="float:{vb:stylevar right};margin-left:5px;"><a href="showthread.php?{vb:raw session.sessionurl}goto=mylastpost&t={vb:raw thread.threadid}" class="lastpostdate understate" title="{vb:rawphrase vsajtylpit_jumptomylast}">►</a></span></vb:if>
should go in the
threadbit template, but after
Code:
<vb:if condition="$show['subscribed']"><img src="{vb:stylevar imgdir_misc}/subscribed.png" alt="{vb:rawphrase you_are_subscribed_to_this_thread}" /></vb:if>
This way, the arrow will be displayed right next to the small thread icons (this is what we're currently using on our forums)