Like Tree4Likes
  • 2 Post By Duditas
  • 1 Post By ZEL
  • 1 Post By DiegoAzul

Post Thank You Hack barra gris

Esta es una discusión para el tema Post Thank You Hack barra gris en el foro vBulletin 4 - Preguntas, Problemas y Soluciones, bajo la categoría Soporte vBulletin; hola!, alguien me puede decir como poner la barra gris? : 4252010_09_30_01.04.43.png muchas gracias!...
Página:


Resultados 1 al 11 de 11

Temas similares

  1. Por nintenderonico en el foro Soporte para Productos/Plugins
  2. Por gremiun en el foro vBulletin 3 - Preguntas, Problemas y Soluciones
  3. Reputacion en gris t_t Respuestas: 5
    Por Music en el foro vBulletin 3 - Preguntas, Problemas y Soluciones
  4. Hack barra tipo mac Respuestas: 1
    Por mikelangelo en el foro Soporte para Productos/Plugins
  5. Por pepe martin en el foro vBulletin 3 - Preguntas, Problemas y Soluciones
  1. #1
    Miembro Array
    Fecha de ingreso
    07 ago, 08
    Mensajes
    27
    Gustado
    4 Veces
    Me Gustan
    21 Veces

    Predeterminado Post Thank You Hack barra gris

    hola!, alguien me puede decir como poner la barra gris? :

    4252010_09_30_01.04.43.png

    muchas gracias!

  2. #2
    Miembro especial Miembro de diamante Array Avatar de Duditas
    Fecha de ingreso
    19 jul, 06
    Ubicación
    España
    Mensajes
    737
    Gustado
    302 Veces
    Me Gustan
    229 Veces

    Predeterminado Re: Post Thank You Hack barra gris

    Tienes que buscar la variable que corresponde al encabezado de esa ventana dentro de tu skin, ya que vBulletin lo trae gris por defecto

    Estilos y plantillas -> Administrar estilos -> Variables de estilos

    DiegoAzul y ZEL les gusta esto.

  3. #3
    ZEL
    ZEL está desconectado
    Miembro especial Miembro de diamante Array Avatar de ZEL
    Fecha de ingreso
    17 dic, 09
    Ubicación
    En la Zona
    Mensajes
    506
    Gustado
    33 Veces
    Me Gustan
    280 Veces

    Predeterminado Re: Post Thank You Hack barra gris

    si pero que salga asi como esta aqui en vbulletin hispano como por ejemplo le di las gracias a dudita y sale la barrita y abajo los agradecidos saludos

  4. #4
    Miembro especial Miembro de diamante Array Avatar de Duditas
    Fecha de ingreso
    19 jul, 06
    Ubicación
    España
    Mensajes
    737
    Gustado
    302 Veces
    Me Gustan
    229 Veces

    Predeterminado Re: Post Thank You Hack barra gris

    Yo lo cambié, pero no me acuerdo qué variable es, fui probando backgrounds uno por uno y cuando salía un color gris, lo cambiaba. Supongo que tendrás que hacer lo mismo. Ve buscando backgrounds en las variables y cuando veas que sale el color que quieres cambiar, lo pones gris.

    Por mi parte, he dejado todas mis barritas del mismo color, me gusta más =)

  5. #5
    ZEL
    ZEL está desconectado
    Miembro especial Miembro de diamante Array Avatar de ZEL
    Fecha de ingreso
    17 dic, 09
    Ubicación
    En la Zona
    Mensajes
    506
    Gustado
    33 Veces
    Me Gustan
    280 Veces

    Predeterminado Re: Post Thank You Hack barra gris

    yo digo asi mira

    DiegoAzul le gusta esto.

  6. #6
    Miembro Array
    Fecha de ingreso
    07 ago, 08
    Mensajes
    27
    Gustado
    4 Veces
    Me Gustan
    21 Veces

    Predeterminado Re: Post Thank You Hack barra gris

    De hecho no me sale ni la barra solo el fondo blanco , lo "resolvi" leyendo el post de Adrian aqui que debemos poner en la plantilla post_thanks_posbit esto:

    Código:
    <div class="posthead">
        <vb:if condition="$bbuserinfo['usergroupid'] == 6 || $post['show_thanks_remove_option']">
        <div class="nodecontrols" style="float:{vb:stylevar right}">
            <vb:if condition="$bbuserinfo['usergroupid'] == 6">
                <a href="post_thanks.php?do=post_thanks_remove_all&amp;p={vb:raw post.postid}"<vb:if condition="$vboptions['disable_ajax'] != 2"> onclick="return post_thanks_remove_all({vb:raw post.postid}, <vb:if condition="$vboptions['post_groan_integrate']">true<vb:else />false</vb:if>);"</vb:if> rel="nofollow">{vb:rawphrase post_thanks_remove}</a>
            </vb:if>
            <vb:if condition="$bbuserinfo['usergroupid'] == 6 && $post['show_thanks_remove_option']">
                |
            </vb:if>
            <vb:if condition="$post['show_thanks_remove_option']">
                <a href="post_thanks.php?do=post_thanks_remove_user&amp;p={vb:raw post.postid}"<vb:if condition="$vboptions['disable_ajax'] != 2"> onclick="return post_thanks_remove_user({vb:raw post.postid}, <vb:if condition="$vboptions['post_groan_integrate']">true<vb:else />false</vb:if>);"</vb:if> rel="nofollow">{vb:rawphrase post_thanks_remove_user}</a>
            </vb:if>
        </div>
        </vb:if>
        <h2 class="posttitle">
            <vb:if condition="$post['post_thanks_amount'] == 1">
                {vb:rawphrase post_thanks_user_says, {vb:raw post.username}}
            <vb:else />
                {vb:rawphrase post_thanks_users_say, {vb:raw post.post_thanks_amount_formatted}, {vb:raw post.username}}
            </vb:if>
        </h2>
    </div>
    <div class="postbody"<vb:if condition="$vboptions['legacypostbit']"> style="margin-{vb:stylevar left}: 0"</vb:if>>
        <div class="postrow">
    
    
        <div class="content">
            <div id="post_thanks_bit_{vb:raw post.postid}">
                <blockquote class="postcontent restore">
                    {vb:raw post.post_thanks_bit}
                </blockquote>
            </div>
        </div>
        </div>
    </div>
    <hr />
    pero en la Bendita Maravillosa y Hermosa versión 4.0.8 si hago eso me aparece esto:

    fuera.jpg
    ZEL le gusta esto.

  7. #7
    Equipo de vBHispano Array Avatar de Melvin Garcia
    Fecha de ingreso
    19 ago, 08
    Ubicación
    Guatemala
    Mensajes
    157
    Gustado
    27 Veces
    Me Gustan
    21 Veces

    Predeterminado Re: Post Thank You Hack barra gris

    Cita Iniciado por DiegoAzul Ver mensaje
    De hecho no me sale ni la barra solo el fondo blanco , lo "resolvi" leyendo el post de Adrian aqui que debemos poner en la plantilla post_thanks_posbit esto:

    Código:
    <div class="posthead">
        <vb:if condition="$bbuserinfo['usergroupid'] == 6 || $post['show_thanks_remove_option']">
        <div class="nodecontrols" style="float:{vb:stylevar right}">
            <vb:if condition="$bbuserinfo['usergroupid'] == 6">
                <a href="post_thanks.php?do=post_thanks_remove_all&amp;p={vb:raw post.postid}"<vb:if condition="$vboptions['disable_ajax'] != 2"> onclick="return post_thanks_remove_all({vb:raw post.postid}, <vb:if condition="$vboptions['post_groan_integrate']">true<vb:else />false</vb:if>);"</vb:if> rel="nofollow">{vb:rawphrase post_thanks_remove}</a>
            </vb:if>
            <vb:if condition="$bbuserinfo['usergroupid'] == 6 && $post['show_thanks_remove_option']">
                |
            </vb:if>
            <vb:if condition="$post['show_thanks_remove_option']">
                <a href="post_thanks.php?do=post_thanks_remove_user&amp;p={vb:raw post.postid}"<vb:if condition="$vboptions['disable_ajax'] != 2"> onclick="return post_thanks_remove_user({vb:raw post.postid}, <vb:if condition="$vboptions['post_groan_integrate']">true<vb:else />false</vb:if>);"</vb:if> rel="nofollow">{vb:rawphrase post_thanks_remove_user}</a>
            </vb:if>
        </div>
        </vb:if>
        <h2 class="posttitle">
            <vb:if condition="$post['post_thanks_amount'] == 1">
                {vb:rawphrase post_thanks_user_says, {vb:raw post.username}}
            <vb:else />
                {vb:rawphrase post_thanks_users_say, {vb:raw post.post_thanks_amount_formatted}, {vb:raw post.username}}
            </vb:if>
        </h2>
    </div>
    <div class="postbody"<vb:if condition="$vboptions['legacypostbit']"> style="margin-{vb:stylevar left}: 0"</vb:if>>
        <div class="postrow">
    
    
        <div class="content">
            <div id="post_thanks_bit_{vb:raw post.postid}">
                <blockquote class="postcontent restore">
                    {vb:raw post.post_thanks_bit}
                </blockquote>
            </div>
        </div>
        </div>
    </div>
    <hr />
    pero en la Bendita Maravillosa y Hermosa versión 4.0.8 si hago eso me aparece esto:

    fuera.jpg
    Ahí debiste dejar un div sin cerrar.

    Saludos...
    <?php
    if($forum=="vbulletin"
    ){
    footer("Location:vbhispano.com") ;
    }

  8. #8
    ZEL
    ZEL está desconectado
    Miembro especial Miembro de diamante Array Avatar de ZEL
    Fecha de ingreso
    17 dic, 09
    Ubicación
    En la Zona
    Mensajes
    506
    Gustado
    33 Veces
    Me Gustan
    280 Veces

    Predeterminado Re: Post Thank You Hack barra gris

    Cita Iniciado por DiegoAzul Ver mensaje
    De hecho no me sale ni la barra solo el fondo blanco , lo "resolvi" leyendo el post de Adrian aqui que debemos poner en la plantilla post_thanks_posbit esto:

    Código:
    <div class="posthead">
        <vb:if condition="$bbuserinfo['usergroupid'] == 6 || $post['show_thanks_remove_option']">
        <div class="nodecontrols" style="float:{vb:stylevar right}">
            <vb:if condition="$bbuserinfo['usergroupid'] == 6">
                <a href="post_thanks.php?do=post_thanks_remove_all&amp;p={vb:raw post.postid}"<vb:if condition="$vboptions['disable_ajax'] != 2"> onclick="return post_thanks_remove_all({vb:raw post.postid}, <vb:if condition="$vboptions['post_groan_integrate']">true<vb:else />false</vb:if>);"</vb:if> rel="nofollow">{vb:rawphrase post_thanks_remove}</a>
            </vb:if>
            <vb:if condition="$bbuserinfo['usergroupid'] == 6 && $post['show_thanks_remove_option']">
                |
            </vb:if>
            <vb:if condition="$post['show_thanks_remove_option']">
                <a href="post_thanks.php?do=post_thanks_remove_user&amp;p={vb:raw post.postid}"<vb:if condition="$vboptions['disable_ajax'] != 2"> onclick="return post_thanks_remove_user({vb:raw post.postid}, <vb:if condition="$vboptions['post_groan_integrate']">true<vb:else />false</vb:if>);"</vb:if> rel="nofollow">{vb:rawphrase post_thanks_remove_user}</a>
            </vb:if>
        </div>
        </vb:if>
        <h2 class="posttitle">
            <vb:if condition="$post['post_thanks_amount'] == 1">
                {vb:rawphrase post_thanks_user_says, {vb:raw post.username}}
            <vb:else />
                {vb:rawphrase post_thanks_users_say, {vb:raw post.post_thanks_amount_formatted}, {vb:raw post.username}}
            </vb:if>
        </h2>
    </div>
    <div class="postbody"<vb:if condition="$vboptions['legacypostbit']"> style="margin-{vb:stylevar left}: 0"</vb:if>>
        <div class="postrow">
    
    
        <div class="content">
            <div id="post_thanks_bit_{vb:raw post.postid}">
                <blockquote class="postcontent restore">
                    {vb:raw post.post_thanks_bit}
                </blockquote>
            </div>
        </div>
        </div>
    </div>
    <hr />
    pero en la Bendita Maravillosa y Hermosa versión 4.0.8 si hago eso me aparece esto:

    fuera.jpg

    esta 4.0.8 cada dia la quiero mas a la gran HXXXDXXXXP esta por dios hasta cuando los vbulletin hace los que le de la gana con los clientes esto si me crabrea feo no ubiesen sacado nada de 4.0.8 ubiesen dejajo la 4.0.7 que andaba bien que desgracias areglan unas vergas y joden otras hasta cuando de todas esta es la peor.

    ---------- Actualizado a las 23:49 ---------- Original a las 23:45 ----------

    Cita Iniciado por JOwEL Ver mensaje
    Ahí debiste dejar un div sin cerrar.

    Saludos...
    como un div cerra tu el codigo para probarlo completo

  9. #9
    NkC
    NkC está desconectado
    Miembro especial Miembro de diamante Array Avatar de NkC
    Fecha de ingreso
    04 feb, 10
    Ubicación
    Chile!
    Mensajes
    863
    Gustado
    394 Veces
    Me Gustan
    67 Veces

    Predeterminado Re: Post Thank You Hack barra gris

    Para la barra como acá en vbhispano acá en este tema se indica: Traducción Post Thank You Hack 7.80

    Específicamente en este post: Traducción Post Thank You Hack 7.80

  10. #10
    Equipo de vBHispano Array Avatar de Melvin Garcia
    Fecha de ingreso
    19 ago, 08
    Ubicación
    Guatemala
    Mensajes
    157
    Gustado
    27 Veces
    Me Gustan
    21 Veces

    Predeterminado Re: Post Thank You Hack barra gris

    Cita Iniciado por ZEL Ver mensaje
    esta 4.0.8 cada dia la quiero mas a la gran HXXXDXXXXP esta por dios hasta cuando los vbulletin hace los que le de la gana con los clientes esto si me crabrea feo no ubiesen sacado nada de 4.0.8 ubiesen dejajo la 4.0.7 que andaba bien que desgracias areglan unas vergas y joden otras hasta cuando de todas esta es la peor.

    ---------- Actualizado a las 23:49 ---------- Original a las 23:45 ----------



    como un div cerra tu el codigo para probarlo completo
    En efecto acabo de probar el código y se desplaza todo los nombres a la izquierda, no entiendo porque pase U_U
    <?php
    if($forum=="vbulletin"
    ){
    footer("Location:vbhispano.com") ;
    }

  11. #11
    Miembro Array
    Fecha de ingreso
    10 mar, 10
    Mensajes
    15
    Gustado
    1 Veces
    Me Gustan
    17 Veces

    Predeterminado Re: Post Thank You Hack barra gris

    saludos amigos, segui la guia tal como me indican, solo que tengo un inconveniente, cuando aplico todo, el cuadro me sale grueso, no sale delgadito y sexy asi como vbhispano :p alguien pudiera decirme como arreglo el cuadro para ponerlo mas delgadito,

    Adjunto imagen



    Saludos y gracias