Log in

View Full Version : Show Thread Enhancements - Threadstarter icon to Threadstarters posts


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)

sKippah
03-24-2010, 03:59 PM
Thanks man, but i think it will be much easier if u post a Screenshot to it.. Thanks Tagged

War.Frog
03-24-2010, 04:04 PM
I like the concept. I might want to use a different icon though - the pencil looks too much like the Administrator's edit functions.

Kolbi
03-24-2010, 04:07 PM
Screenshot will be added soon.

If you upload a icon I´ll include it to first post.

Alien
03-24-2010, 08:50 PM
Does this add any queries?

Kolbi
03-25-2010, 11:30 AM
No, this modification is just only a template modification that is based on if conditions.