S
Style.Blizzard
Título de Usuario en PostBit
Este es un simple, pero muy bueno.
Se trata de que el Título de usuario, que aparece siempre
debajo de nuestro Nick, en las versiones de vBulletin 3.5,
aparescan, sobre la fecha de registro, para mayor comodidad.
Entra al tu Panel de Administración:
- Estilos y Plantillas
- Editar Plantilla ( seleciona la plantilla que usas )
- Plantilla de PostBit
-PostBit
---------------------------
Buscar y borrar
Buscar
sobre ese codigo, agregar este:
Luego Buscar
y abajo de ese codigo agregar:
Copyright © LittleBoy - Para : http://www.vbulletinhispano.com
Algun problema avisar.
Este es un simple, pero muy bueno.
Se trata de que el Título de usuario, que aparece siempre
debajo de nuestro Nick, en las versiones de vBulletin 3.5,
aparescan, sobre la fecha de registro, para mayor comodidad.
Entra al tu Panel de Administración:
- Estilos y Plantillas
- Editar Plantilla ( seleciona la plantilla que usas )
- Plantilla de PostBit
-PostBit
---------------------------
Buscar y borrar
Insertar CODE, HTML o PHP:
<if condition="$post['usertitle']"><div
class="smallfont">$post[usertitle]</div></if>
Buscar
Insertar CODE, HTML o PHP:
<if
condition="$post['joindate']"><div>$vbphrase[join_date]</b>:
$post[joindate]</div></if>
sobre ese codigo, agregar este:
Insertar CODE, HTML o PHP:
<fieldset class="fieldset">
<legend>Mi Info</legend>
<b>Título Personal:</b>
<if condition="$post['usertitle']"><div
class="smallfont">$post[usertitle]</div></if>
Luego Buscar
Insertar CODE, HTML o PHP:
</if><div>$post[reputationdisplay]</div></if>
y abajo de ese codigo agregar:
Insertar CODE, HTML o PHP:
</fieldset>
Copyright © LittleBoy - Para : http://www.vbulletinhispano.com
Algun problema avisar.