Manoel J?nior
04-28-2010, 10:00 PM
Please: Mark As Installed (https://vborg.vbsupport.ru/vborg_miscactions.php?do=installhack&threadid=241497)
IF YOU USE: TEMPLATE POSBIT
IN TEMPLATE POSBIT:
Search for:
{vb:raw template_hook.postbit_userinfo_left}
<vb:if condition="$show['reputation']">
<span class="postbit_reputation" id="repdisplay_{vb:raw post.postid}_{vb:raw post.userid}">{vb:raw post.reputationdisplay} </span>
</vb:if>
Add after:
<!--Autor do T?pico-->
<dl><vb:if condition="$thread[postuserid] == $post[userid]">
<br /><span style="color: red;"><strong>[Autor do T?pico]</strong></span>
</vb:if></dl>
<!--Autor do T?pico-->
IF YOU USE: TEMPLATE POSBIT_LEGACY
IN TEMPLATE POSBIT_LEGACY FIND:
<vb:if condition="$post['rank']">
<span class="rank">{vb:raw post.rank}</span>
</vb:if>
AFTER IT DIRECT ADD:
<!--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:
<!--Autor do Tópico-->
<vb:if condition="$thread[postuserid] == $post[userid]">
<span style="color: red;"><strong>[كاتب الموضوع]</strong></span>
</vb:if>
<!--Autor do Tópico-->
Screenshot:
TEMPLATE POSBIT:
http://www.himagens.com.br/images/3.gif
TEMPLATE POSBIT_LEGACY:
http://www.himagens.com.br/images/506070.png
http://www.himagens.com.br/images/304050.png
@FIX:
1.0.1: Update template
1.0.2 Update template posbit_legacy
Thank You:
borbole (https://vborg.vbsupport.ru/member.php?u=369511)
Dr.osamA (https://vborg.vbsupport.ru/member.php?u=61153)
IF YOU USE: TEMPLATE POSBIT
IN TEMPLATE POSBIT:
Search for:
{vb:raw template_hook.postbit_userinfo_left}
<vb:if condition="$show['reputation']">
<span class="postbit_reputation" id="repdisplay_{vb:raw post.postid}_{vb:raw post.userid}">{vb:raw post.reputationdisplay} </span>
</vb:if>
Add after:
<!--Autor do T?pico-->
<dl><vb:if condition="$thread[postuserid] == $post[userid]">
<br /><span style="color: red;"><strong>[Autor do T?pico]</strong></span>
</vb:if></dl>
<!--Autor do T?pico-->
IF YOU USE: TEMPLATE POSBIT_LEGACY
IN TEMPLATE POSBIT_LEGACY FIND:
<vb:if condition="$post['rank']">
<span class="rank">{vb:raw post.rank}</span>
</vb:if>
AFTER IT DIRECT ADD:
<!--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:
<!--Autor do Tópico-->
<vb:if condition="$thread[postuserid] == $post[userid]">
<span style="color: red;"><strong>[كاتب الموضوع]</strong></span>
</vb:if>
<!--Autor do Tópico-->
Screenshot:
TEMPLATE POSBIT:
http://www.himagens.com.br/images/3.gif
TEMPLATE POSBIT_LEGACY:
http://www.himagens.com.br/images/506070.png
http://www.himagens.com.br/images/304050.png
@FIX:
1.0.1: Update template
1.0.2 Update template posbit_legacy
Thank You:
borbole (https://vborg.vbsupport.ru/member.php?u=369511)
Dr.osamA (https://vborg.vbsupport.ru/member.php?u=61153)