[vB RC3 Hack] Título de Usuario en PostBit

  • Autor Autor Style.Blizzard
  • Fecha de inicio Fecha de inicio
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

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. 🙂
 
Juaz Muy bueno, tienes fututo chavon!
 
jajja !! un aliento 😛 fue
 
Vale viejo, buena idea... aunque no seria bueno tambien no sobrecargar ese lugar del postbit???
 
Me gustaria poder agregar la cantidad de temas creados por el usuario en ese mismo lugar... como se hace??? 🙁