- Desde
- 7 Ago 2008
- Mensajes
- 22
hola!, alguien me puede decir como poner la barra gris? :
Ver el archivo adjunto 4471
muchas gracias!
Ver el archivo adjunto 4471
muchas gracias!
<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&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&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 />
Ahí debiste dejar un div sin cerrar.De hecho no me sale ni la barra solo el fondo blanco , lo "resolvi" leyendo el post de Adrian Enlace eliminado que debemos poner en la plantilla post_thanks_posbit esto:
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&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&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:
Ver el archivo adjunto 4472
De hecho no me sale ni la barra solo el fondo blanco , lo "resolvi" leyendo el post de Adrian Enlace eliminado que debemos poner en la plantilla post_thanks_posbit esto:
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&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&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:
Ver el archivo adjunto 4472
Ahí debiste dejar un div sin cerrar.
Saludos...
En efecto acabo de probar el código y se desplaza todo los nombres a la izquierda, no entiendo porque pase U_Uesta 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