for
postbit_legacy
in postbit_legacy find
PHP Code:
<vb:if condition="$post['rank']">
<span class="rank">{vb:raw post.rank}</span>
</vb:if>
after it direct add
PHP Code:
<!--Autor do Tópico-->
<vb:if condition="$thread[postuserid] == $post[userid]">
<span style="color: red;"><strong>[Autor do Tópico]</strong></span>
</vb:if>
<!--Autor do Tópico-->
for Arabic user add
PHP Code:
<!--Autor do Tópico-->
<vb:if condition="$thread[postuserid] == $post[userid]">
<span style="color: red;"><strong>[كاتب الموضوع]</strong></span>
</vb:if>
<!--Autor do Tópico-->
thanxx bro
installed + 5 stars