Tú Carrito esta vacío
Resultados 1 al 4 de 4

Temas similares

  1. Modificar postbit_legacy Respuestas: 6
    Por PabloAM en el foro Archivos de vBulletin 3.0 - 3.7
  2. postbit_legacy Respuestas: 0
    Por Trovador en el foro Archivos de vBulletin 3.0 - 3.7
  1. #1
    Miembro Array Avatar de juliancit0
    Fecha de ingreso
    28 nov, 07
    Mensajes
    27
    Gustado
    0 Veces
    Me Gustan
    0 Veces

    Predeterminado ayuda con postbit_legacy

    ola denuevo..ejeje..primero agradesco por todas las veces q me han ayudado..

    bueno mi duda es esta ahora como hago para q mi postbit_legacy ... se vea como este...es decir..q el grupo de usuario sea con una imagen y salga la reputacion

    ya logre poner la nacionalidad y el genero ..pero como hago para la reputacion??

    aqui una imagen de lo que me refiero .


  2. #2
    Equipo de vBHispano Array Avatar de Elmer
    Fecha de ingreso
    19 jul, 03
    Ubicación
    Maryland, US
    Mensajes
    2,492
    Gustado
    598 Veces
    Me Gustan
    58 Veces

    Predeterminado Re: ayuda con postbit_legacy

    La reputación debes habilitarla, creo que en opciones y también en grupos de usuarios, no estoy seguro. Sobre la imágen, se llaman rangos. Ve a las opciones de Rangos y crea uno y pones la ruta de tu imágen y a que grupo quieres aplicarlo
    Reglas del Foro
    Da las gracias con el botón Me gusta y evita el spam

  3. #3
    Miembro especial Miembro de diamante Array Avatar de jjuuaannk
    Fecha de ingreso
    26 sep, 07
    Ubicación
    Venezuela, Maracaibo
    Mensajes
    1,226
    Gustado
    426 Veces
    Me Gustan
    27 Veces

    Predeterminado Re: ayuda con postbit_legacy



    hay una modificacion que hace lo que buscas, mejora tu postbit_legacy
    para que quede como la imagen haz lo siguiente:

    Abre Postbit_Legacy Template y busca esto:

    Código HTML:
    <tr valign="top">
        <td class="alt2" width="175" style="border: $stylevar[cellspacing]px solid $stylevar[tborder_bgcolor]; border-top: 0px; border-bottom: 0px">
                
                <div id="postmenu_$post[postid]">
                    <if condition="$show['profile']">
                    <a class="bigusername" href="member.php?$session[sessionurl]u=$post[userid]">$post[musername]</a>
                    <script type="text/javascript"> vbmenu_register("postmenu_$post[postid]", true); </script>
                    <else />
                    $post[musername]
                    </if>
                </div>
                
                <if condition="$post['usertitle']"><div class="smallfont">$post[usertitle]</div></if>
                <if condition="$post['rank']"><div class="smallfont">$post[rank]</div></if>
            
                <if condition="$show['avatar']">
                    <div class="smallfont">
                        &nbsp;<br /><a href="member.php?$session[sessionurl]u=$post[userid]"><img src="$post[avatarurl]" $post[avwidth] $post[avheight] alt="<phrase 1="$post[username]">$vbphrase[xs_avatar]</phrase>" border="0" /></a>
                    </div>
                </if>
                
                <div class="smallfont">
                    &nbsp;<br />
                    <if condition="$post['joindate']"><div>$vbphrase[join_date]: $post[joindate]</div></if>
                    <if condition="$post['field2']"><div>$vbphrase[location_perm]: $post[field2]</div></if>
                    <if condition="$post['age']"><div>$vbphrase[age]: $post[age]</div></if>
                    <div>
                        $vbphrase[posts]: $post[posts]
                    </div>
                    <if condition="$show['infraction']"><div>$vbphrase[infractions]: $post[warnings]/$post[infractions] ($post[ipoints])</div></if>
                    <if condition="$show['reputation']"><div><if condition="$show['reppower']">$vbphrase[reppower]: <span id="reppower_$post[postid]_$post[userid]">$post[reppower]</span> </if><span id="repdisplay_$post[postid]_$post[userid]">$post[reputationdisplay]</span></div></if>
                    
                    <div>$post[icqicon] $post[aimicon] $post[msnicon] $post[yahooicon] $post[skypeicon]</div>
                </div>
    Remplaza con esto:

    Código HTML:
    <tr valign="top">  <td class="alt2" width="175" style="border: $stylevar[cellspacing]px solid $stylevar[tborder_bgcolor]; border-top: 0px; border-bottom: 0px">  <div id="postmenu_$post[postid]">  <if condition="$show['profile']">  <center><a class="bigusername" href="member.php?$session[sessionurl]u=$post[userid]">$post[musername]</a></center>  <script type="text/javascript"> vbmenu_register("postmenu_$post[postid]", true); </script>  <else />  $post[musername] </if>  </div>  <if condition="$post['usertitle']"><div class="smallfont"><center>$post[usertitle]</center></div></if> <if condition="$post['rank']"><div class="smallfont"><center><center>$post[rank]</center></div></if>  <if condition="$show['avatar']">  <div class="smallfont">  &nbsp;<br /><a href="member.php?$session[sessionurl]u=$post[userid]"><center><img src="$post[avatarurl]" $post[avwidth] $post[avheight] alt="<phrase 1="$post[username]">$vbphrase[xs_avatar]</phrase>" border="0" /></center></a>  </div>  </if>  <div class="smallfont">&nbsp;<br /> <table align="center" border="1" width="%100">  <tr class="alt1"><td><if condition="$post['joindate']"><div>$vbphrase[join_date]: $post[joindate]</div></if></td></tr>  <tr class="alt1"><td><if condition="$post['field2']"><div>$vbphrase[location_perm]: $post[field2]</div></if></td></tr>  <tr class="alt1"><td><if condition="$post['age']"><div>$vbphrase[age]: $post[age]</div></if></td></tr>  <tr class="alt1"><td><div>$vbphrase[posts]: $post[posts]</div></td></tr>  <tr class="alt1"><td><div>$vbphrase[userid]: $post[userid]</div></td></tr>  <tr class="alt1"><td><if condition="$show['reputation']"><div><if condition="$show['reppower']">$vbphrase[reppower]: $post[reppower]</div></if></td></tr>  <tr class="alt1"><td><div>$vbphrase[reputation]: $post[reputation]</div></td></tr>  <tr class="alt1"><td><div>$post[reputationdisplay]</center></div></if></td></tr>  <tr class="alt1"><td><div><center>$post[icqicon] $post[aimicon] $post[msnicon] $post[yahooicon]<center></div></td></tr>  </table>
    y listo quedara como la imagen... un saludo
    Outsistem.net - Disfruta del Ocio en Internet

    Software Taller 3.5 -La solución para el manejo y control de talleres de servicio técnico

  4. #4
    Miembro Array
    Fecha de ingreso
    20 oct, 08
    Mensajes
    21
    Gustado
    0 Veces
    Me Gustan
    0 Veces

    Predeterminado Re: ayuda con postbit_legacy

    Solucionado, Gracias.
    Última edición por paxi; 22/10/2008 a las 19:14