I know this is an old thread, but I would like to add to it.
The above code just shows "[OP]" next to the original poster's username in a thread.
The code below will make the "[OP]" a clickable link that will link to the Original Post in that thread.
Here is my code:
Code:
<span class="originalposter"><vb:if condition="$thread['postusername'] == $post['username']"><a href="{vb:link thread, {vb:raw thread}, {vb:raw pageinfo_post}}#post1"> [OP]</a></vb:if></span>
As you can see, it will link to "#post1" in the thread.