The Arcive of vBulletin Modifications Site. |
|
Threadstarter icon to Threadstarters posts Details »»
|
|||||||||||||||||||||||||||
This little modification adds a Threadstarter icon to every post the threadstarter is posting.
Search in template postbit_legacy or postbit for: HTML Code:
<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> HTML Code:
<vb:if condition="$post['userid'] == $thread['postuserid']"><img src="{vb:stylevar imgdir_misc}/thread_starter.png" border="0" alt="thread starter" /></vb:if> Demo Please click INSTALL Regards Matthias www.2-wheel-planet.de Download Now
Show Your Support
|
|||||||||||||||||||||||||||
| Comments |
|
#2
|
|||
|
|||
|
Thanks man, but i think it will be much easier if u post a Screenshot to it.. Thanks Tagged
|
|
#3
|
||||
|
||||
|
I like the concept. I might want to use a different icon though - the pencil looks too much like the Administrator's edit functions.
|
|
#4
|
|||
|
|||
|
Screenshot will be added soon.
If you upload a icon I´ll include it to first post. |
|
#5
|
||||
|
||||
|
Does this add any queries?
|
|
#6
|
|||
|
|||
|
No, this modification is just only a template modification that is based on if conditions.
|
![]() |
|
|