I made the "[OP]" a link, that links to all the User's Posts. Also, when you hover over the [OP] it says "Original Poster", see the Title Tag.
This is my code:
Code:
<vb:if condition="$thread['postusername'] == $post['username']"><span class="ttg_org_poster"><a href="search.php?{vb:raw session.sessionurl}do=finduser&userid={vb:raw post.userid}&contenttype=vBForum_Post&showposts=1" title="Original Poster"> [OP]</a></span></vb:if>
CSS:
Code:
/* TTG Original Poster - Postbit Legacy */
.ttg_org_poster {
color: #d14a10; /* Change this color to match your style */
font-size: 9px;
font-weight: bold;
font-style: italic;
}
/* TTG Original Poster - Postbit Legacy */
Check the attached image for a screenshot.