Deprecated: str_replace(): Passing null to parameter #3 ($subject) of type array|string is deprecated in /var/www/mybb-es.com/html/inc/class_language.php on line 201
Poner esto
leoclaros   20 Jun, 2011, 12:16 am
#1
Hola, queria saber como puedo poner esto, como tiene shitup y comuvir ^^
[Imagen: dibujoeme.png]
DarkFinder   20 Jun, 2011, 7:26 am
#2
coloca esto en tu plantilla showthread:

Código PHP:
<?php 
<table border="0" cellspacing="{$theme['borderwidth']}" cellpadding="{$theme['tablespace']}" class="tborder">
<
tr>
<
td class="trow2" align="center"><strong>{$thread['views']}&nbsp;<img src="{$theme['imgdir']}/vistas.png" alt="" title="" /><br /><span style="color: #666; font-weight: bold;">VISITAS</span></strong></td>

<
td class="trow2" align="center"><strong><a href="javascript:MyBB.whoPosted({$post['tid']});">{$thread['replies']}</a>&nbsp;<img src="{$theme['imgdir']}/forum.png" alt="" title="" /><br /><span style="color: #666; font-weight: bold;">MENSAJES</span></strong></td>

<
td class="trow2" align="center" valign="middle" style="width: auto;">Compartir:<br />

<
a href="http://www.facebook.com/share.php?u={$mybb->settings['bburl']}/showthread.php?tid={$tid}&t={$thread['subject']}" /><img src="images/socialicons/facebook.png" alt="" ></a>

<
a href="http://www.linkedin.com/shareArticle?mini=true&url={$mybb->settings['bburl']}/showthread.php?tid={$tid}&title={$thread['subject']}" ><img src="images/socialicons/linkedin.png" alt="" /></a>

<
a href="http://twitter.com/?status={$thread['subject']}+//+{$mybb->settings['bburl']}/showthread.php?tid={$tid}" ><img src="images/socialicons/twitter.png" alt="" /></a>

<
a href="http://digg.com/submit?phase=2&url={$mybb->settings['bburl']}/showthread.php?tid={$tid}&title={$thread['subject']}" ><img src="images/socialicons/digg.png" alt="" /></a>

<
a href="http://www.myspace.com/Modules/PostTo/Pages/?u={$mybb->settings['bburl']}/showthread.php?tid={$tid}&t={$thread['subject']}" ><img src="images/socialicons/myspace.png" alt="" /></a>

<
a href="http://del.icio.us/post?url={$mybb->settings['bburl']}/showthread.php?tid={$tid}&title={$thread['subject']}" ><img src="images/socialicons/delicious.png" alt="" /></a>

<
a href="http://www.stumbleupon.com/submit?url={$mybb->settings['bburl']}/showthread.php?tid={$tid}&title={$thread['subject']}" ><img src="images/socialicons/stumbleupon.png" alt="" /></a>
</
td>

<
td class="trow2"><strong><span style="color: #666; font-weight: bold;">AUTOR:</strong></span> <a href="member.php?action=profile&uid={$thread['uid']}">{$thread['username']}</a><br /><strong><span style="color: #666; font-weight: bold;">CATEGORIA: </strong></span><a href="forumdisplay.php?fid={$fid}">{$forum['name']}</a></td>

</
tr>
</
table>
leoclaros   20 Jun, 2011, 7:30 am
#3
@DarkFinder, En Que Parte Del showthread?
DarkFinder   20 Jun, 2011, 7:54 am
#4
antes de:

Código PHP:
<?php 
<div id="posts">
{
$posts}
</
div>

Salu2!!!
leoclaros   20 Jun, 2011, 9:00 am
#5
Gracias Dark, Rep +1 Smile
Saludos.
  
Powered By MyBB, © 2002-2024 MyBB Group.
Made with by Curves UI.