Editar el posbit legacy

moises9633 Seguir

Gamma
¡Usuario con pocos negocios! ¡Utiliza siempre saldo de Forobeta!
Desde
7 Oct 2009
Mensajes
220
PHP:
<if condition="$show['reputation']"><if condition="$show['reppower']">$vbphrase[reppower]:<span id="reppower_$post[postid]_$post[userid]">$post[reppower]</span> </if><div><span id="repdisplay_$post[postid]_$post[userid]">$post[reputationdisplay]$post[reputation]</span></div></if>

quiero agrega un texto que identicique la barra de "reputacion"
reputacion: [][][][][][][][][][]
post: 99999
como agrego el texto ?
grax salu2
 

imported_Elmer

Zeta
¡Usuario con pocos negocios! ¡Utiliza siempre saldo de Forobeta!
Desde
19 Jul 2003
Mensajes
1.865
Tu código debería quedar así:
Insertar CODE, HTML o PHP:
<if condition="$show['reputation']"><if condition="$show['reppower']">$vbphrase[reppower]:<span id="reppower_$post[postid]_$post[userid]">$post[reppower]</span> </if><div><span id="repdisplay_$post[postid]_$post[userid]">$vbphrase[reputation]: $post[reputationdisplay]</span></div></if>
 
Arriba