editar plantilla showtread
:huh: Intento colocar los botones me gusta de facebook, twiter y demas en el titulo de cada mensaje o dentro de los mismos pero no lo consigo, alguie...

Huh Intento colocar los botones me gusta de facebook, twiter y demas en el titulo de cada mensaje o dentro de los mismos pero no lo consigo, alguien me puede ayudar.

Saludos.
podrias dejar un screenshot de lo que buscas?
:)
mmm si no estoy mal lo que queres es que al apar del titulo del post aparescan los botones sociales?
eso es lo que queria decir sahashi, te explicaste mejor que yo jeje
Código:
[Como?] editar plantilla showtread (Me gusta)(Tweet)(+1)             Modo compacto | Modo extendido

¿?
Remplaza todo el codigo de tu plantilla showthread por esta

Código PHP:
<html
<
head
<
title>{$thread['subject']}</title>
{
$headerinclude}
 <
script type="text/javascript"
<!-- var 
quickdelete_confirm "{$lang->quickdelete_confirm}"// --> </script>
 
<script type="text/javascript" src="jscripts/thread.js?ver=1603"></script>
 </
head>
 <
body>
 {
$header}
 {
$pollbox}
 <
table border="0" cellspacing="{$theme['borderwidth']}cellpadding="{$theme['tablespace']}class="tborder" style="clear: both;">
 <
tr
<
td class="thead" align="center">
<
strong>{$thread['threadprefix']}{$thread['subject']}</strong>
</
td
</
tr>
 <
tr>
 <
td class="tcat smalltext">
 <
div style="float: right;"> <span class="smalltext"><strong><a href="showthread.php?mode=threaded&amp;tid={$tid}&amp;pid={$pid}#pid{$pid}">{$lang->threaded}</a> | <a href="showthread.php?mode=linear&amp;tid={$tid}&amp;pid={$pid}#pid{$pid}">{$lang->linear}</a></strong></span> </div>
 <
div> {$usersbrowsing} </div
</
td>
 </
tr
<
tr
<
td class="trow1"> {$ratethread} <div style="padding: 5px 0px;"> <a href="printthread.php?tid={$tid}class="printable smalltext">{$lang->view_printable}</a> <a href="sendthread.php?tid={$tid}class="sendthread smalltext">{$lang->send_thread}</a> <a href="usercp2.php?action={$add_remove_subscription}subscription&amp;tid={$tid}&amp;my_post_key={$mybb->post_code}class="subscription_{$add_remove_subscription} smalltext">{$add_remove_subscription_text}</a> </div> </td> </tr> <tr> <td class="trow2"> <iframe src="http://www.facebook.com/plugins/like.php?href={$mybb->settings['bburl']}/showthread.php?tid={$tid}&amp;layout=button_count&amp;show_faces=false&amp;width=120&amp;action={$rofl1}&amp;colorscheme=light&amp;height=20px" scrolling="no" frameborder="0" style="border:none; overflow:hidden; width:120px; height:20px;" allowTransparency="true"></iframe> <a href="http://twitter.com/share" class="twitter-share-button" data-count="horizontal" data-lang="es">Tweet</a><script type="text/javascript" src="http://platform.twitter.com/widgets.js"></script><div style="float: right; margin: 4px 0px;"> {$newreply} </div> <div> {$multipage} </div> </td> </tr> <tr> <td class="tfoot"> </td> </tr> </table> <br /> 

<
div id="posts" style="margin: 0px 15px;">
 {
$posts
</
div>
 <
br /> 

<
table border="0" cellspacing="{$theme['borderwidth']}cellpadding="{$theme['tablespace']}class="tborder"> <tr> <td colspan="2" class="thead"> {$search_thread} <div style="margin-top: 2px;"> <strong>&laquo; <a href="{$next_oldest_link}">{$lang->next_oldest}</a> | <a href="{$next_newest_link}">{$lang->next_newest}</a> &raquo;</strong> </div> </td> </tr
<
tr
<
td class="trow1"> <div style="float: right; margin: 4px 0px;"> {$newreply} </div> <div> {$multipage} </div> </td
</
tr
<
tr> <td class="tfoot"> </td> </tr
</
table
{
$quickreply
{
$threadexbox
{
$similarthreads
<
br /> 
<
div class="float_right" style="text-align: right;"
{
$moderationoptions
{
$forumjump
</
div
<
br style="clear: both;" /> 
{
$footer
</
body
</
html

Te quedaria asi

[Imagen: captura-132644.png]

El código es de Ryuuseiken