Kolbi
03-23-2010, 10:00 PM
This little modification adds a Threadstarter icon to every post the threadstarter is posting.
Search in template postbit_legacy or postbit for:
<vb:if condition="$post['userid']">
{vb:raw memberaction_dropdown}
{vb:raw post.onlinestatus}
<vb:else />
<span class="username guest">{vb:raw post.musername}</span>
</vb:if>
and add after:
<vb:if condition="$post['userid'] == $thread['postuserid']"><img src="{vb:stylevar imgdir_misc}/thread_starter.png" border="0" alt="thread starter" /></vb:if>
and upload the icon in the attachement.
Demo (http://www.2-wheel-planet.de/en/news/2264-order-of-forums-stickers.html)
Please click INSTALL (https://vborg.vbsupport.ru/vborg_miscactions.php?do=installhack&threadid=239015)
Regards
Matthias
www.2-wheel-planet.de (http://www.2-wheel-planet.de)
Search in template postbit_legacy or postbit for:
<vb:if condition="$post['userid']">
{vb:raw memberaction_dropdown}
{vb:raw post.onlinestatus}
<vb:else />
<span class="username guest">{vb:raw post.musername}</span>
</vb:if>
and add after:
<vb:if condition="$post['userid'] == $thread['postuserid']"><img src="{vb:stylevar imgdir_misc}/thread_starter.png" border="0" alt="thread starter" /></vb:if>
and upload the icon in the attachement.
Demo (http://www.2-wheel-planet.de/en/news/2264-order-of-forums-stickers.html)
Please click INSTALL (https://vborg.vbsupport.ru/vborg_miscactions.php?do=installhack&threadid=239015)
Regards
Matthias
www.2-wheel-planet.de (http://www.2-wheel-planet.de)