Helpful Information
 
 
Category: vBulletin 4.x Template Modifications
Show Thread Enhancements - Threadstarter icon to Threadstarters posts

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 (http://www.vbulletin.org/forum/vborg_miscactions.php?do=installhack&threadid=239015)

Regards
Matthias
www.2-wheel-planet.de (http://www.2-wheel-planet.de)

Thanks man, but i think it will be much easier if u post a Screenshot to it.. Thanks Tagged

I like the concept. I might want to use a different icon though - the pencil looks too much like the Administrator's edit functions.

Screenshot will be added soon.


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

Does this add any queries?

No, this modification is just only a template modification that is based on if conditions.










privacy (GDPR)