For the modification "DragonByte Tech: Advanced User Tagging"
here is the postbit code:
Code:
<if condition="$vboptions['dbtech_usertag_postbit'] & 1">
<div class="userinfo-dh"><div>{$vbphrase[dbtech_usertag_mentioned]}: <phrase 1="$post[dbtech_usertag_mentions]">{$vbphrase[dbtech_usertag_x_posts]}</phrase></div></div>
</if>
<if condition="$vboptions['dbtech_usertag_postbit'] & 2">
<div class="userinfo-dh"><div>{$vbphrase[dbtech_usertag_tagged]}: <phrase 1="$post[dbtech_usertag_tags]">{$vbphrase[dbtech_usertag_x_threads]}</phrase></div></div>
</if>