Log in

View Full Version : Show Thread Enhancements - Thread Starter


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&oacute;pico-->
<vb:if condition="$thread[postuserid] == $post[userid]">
<span style="color: red;"><strong>[Autor do T&oacute;pico]</strong></span>
</vb:if>
<!--Autor do T&oacute;pico-->


FOR ARABIC USER ADD:

<!--Autor do T&oacute;pico-->
<vb:if condition="$thread[postuserid] == $post[userid]">
<span style="color: red;"><strong>[كاتب الموضوع]</strong></span>
</vb:if>
<!--Autor do T&oacute;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)

Charlie98902
04-29-2010, 04:44 PM
No demo?

Manoel J?nior
04-29-2010, 04:53 PM
No demo?

OK, UP!!!

COL NIL SATIS
04-29-2010, 05:06 PM
which template is it in????

Manoel J?nior
04-29-2010, 05:16 PM
which template is it in????
Template POSBIT

borbole
04-29-2010, 05:23 PM
Nice tip, however the font tag is depricated and shouldn''t be used. It would be better if the style atribute was used instead. The same goes for the <b> tag.

This:

<font color="red"><b>[Autor do T?pico]</b></font>


Should be changed to:

<span style="color: red;"><strong>[Autor do T?pico]</strong></span>


Hope you didn''t mind me butting in here with this :)

Manoel J?nior
04-29-2010, 05:30 PM
Nice tip, however the font tag is depricated and shouldn''t be used. It would be better if the style atribute was used instead. The same goes for the <b> tag.

This:

<font color="red"><b>[Autor do T?pico]</b></font>


Should be changed to:

<span style="color: red;"><strong>[Autor do T?pico]</strong></span>


Hope you didn''t mind me butting in here with this :)
Thanks bro'.

Update!

borbole
04-29-2010, 05:34 PM
You are welcome.

Dr.osamA
04-30-2010, 02:20 PM
for postbit_legacy

in postbit_legacy find

<vb:if condition="$post['rank']">
<span class="rank">{vb:raw post.rank}</span>
</vb:if>

after it direct add

<!--Autor do T&oacute;pico-->
<vb:if condition="$thread[postuserid] == $post[userid]">
<span style="color: red;"><strong>[Autor do T&oacute;pico]</strong></span>
</vb:if>
<!--Autor do T&oacute;pico-->

for Arabic user add
<!--Autor do T&oacute;pico-->
<vb:if condition="$thread[postuserid] == $post[userid]">
<span style="color: red;"><strong>[كاتب الموضوع]</strong></span>
</vb:if>
<!--Autor do T&oacute;pico-->

thanxx bro

installed + 5 stars

Manoel J?nior
04-30-2010, 03:39 PM
Thanks bro'

Update! great man!

Dr.osamA
04-30-2010, 11:23 PM
Thanks bro'

Update! great man!

you are welcome man

my Pleasure bro

kmohamed
05-18-2010, 01:53 AM
guys is good to have the demos in english
thanx for the helpful mod

Manoel J?nior
05-18-2010, 02:00 AM
guys is good to have the demos in english
thanx for the helpful mod
AUTOR DO T?PICO = TOPIC STARTER