Error de plantilla en Post Thanks

  • Autor Autor est3ban129
  • Fecha de inicio Fecha de inicio
E

est3ban129

Alfa
Verificado por Whatsapp
¡Usuario con pocos negocios! ¡Utiliza siempre saldo de Forobeta!
Hola,

Hoy porfin pude actualiza a vBulletin 4.0.7, pero resulta que el Hack Post Thanks se a desconfigurado de la plantilla y ahora me aparece asi

sshot7.png


Cada vez que alguien da las gracias 😡

He estado buscando en la plantilla para cambiarlo pero no lo encuentro. Por eso vengo a pedir ayuda ^^

Este es el "post_thanks_postbit" que tengo ahora mismo en el foro:
Insertar CODE, HTML o PHP:
<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 />
A ver si alguien puede decirme como arreglarlo, gracias. 😀
 
Alguien me ayuda?

porfa 🙁

Gracias
 
Atrás
Arriba