Páginas (2):    1 2
Omar G.   27 Oct, 2011, 4:02 pm
#11
Quien sabe, hay mucho que examinar allí, el comportamiento de las personas por medio de la identidad privada y el uso que hacen de los servicios de Internet Smile

Envía un DM o MP si te interesa patrocinar alguna actualización o complemento a alguno de mis plugins.

[Imagen: signature.png]

Discord omar.gonzalez (Omar G.#6117); Telegram at @omarugc;
Sonrics   27 Oct, 2011, 4:52 pm
#12
he provado este pluging en mi local host y tambien usando en tema nesil y me va bien

http://mods.mybb.com/download/side-boxes-21

Espero que te sirva
Leandro M.   27 Oct, 2011, 8:19 pm
#13
Aca te dejo el index Samma:

<html>
<head>
<title>{$mybb->settings['bbname']}</title>
{$headerinclude}
<script type="text/javascript">
<!--
	lang.no_new_posts = "{$lang->no_new_posts}";
	lang.click_mark_read = "{$lang->click_mark_read}";
// -->
</script>
</head>
<body>
{$header}
{$forums}
{$boardstats}

<dl class="forum_legend smalltext">
	<dt><img src="{$theme['imgdir']}/on.gif" alt="{$lang->new_posts}" title="{$lang->new_posts}" style="vertical-align: middle; padding-bottom: 4px;" /></dt>
	<dd>{$lang->new_posts}</dd>

	<dt><img src="{$theme['imgdir']}/off.gif" alt="{$lang->no_new_posts}" title="{$lang->no_new_posts}" style="vertical-align: middle; padding-bottom: 4px;" /></dt>
	<dd>{$lang->no_new_posts}</dd>

	<dt><img src="{$theme['imgdir']}/offlock.gif" alt="{$lang->forum_locked}" title="{$lang->forum_locked}" style="vertical-align: middle;" /></dt>
	<dd>{$lang->forum_locked}</dd>
</dl>
<br style="clear: both" />
{$footer}
</body>
</html>

Recien me di cuenta lo que hay en la imagen xD. Estaba en la pagina chusmeando el boton de seguir nada mas, intentando ver que codigo utiliza porque taringa cambio el boton asi qe no me quedo otra que entrar ai xD.
Omar G.   28 Oct, 2011, 12:31 pm
#14
Abre el plugin, busca estos dos:
$templates->cache['index'] = str_replace('{$footer}','{$footer}</td><td width="'.$lmao1.'" valign="top">'.$lol1."".$lol2."".$lol3."".$lol4."".$lol5."".$lol6."".$lol7."".$lol8."".$lol9.'</td></tr></table>',$templates->cache['index']);

$templates->cache['index'] = str_replace('{$footer}','{$footer}</td></tr></table>',$templates->cache['index']);

Cambialo por:
$templates->cache['index'] = str_replace('{$footer}','</td><td width="'.$lmao1.'" valign="top">'.$lol1."".$lol2."".$lol3."".$lol4."".$lol5."".$lol6."".$lol7."".$lol8."".$lol9.'</td></tr></table>{$footer}',$templates->cache['index']);

$templates->cache['index'] = str_replace('{$footer}','</td></tr></table>{$footer}',$templates->cache['index']);

Envía un DM o MP si te interesa patrocinar alguna actualización o complemento a alguno de mis plugins.

[Imagen: signature.png]

Discord omar.gonzalez (Omar G.#6117); Telegram at @omarugc;
Leandro M.   28 Oct, 2011, 11:14 pm
#15
Gracias Samma! solucionado Smile
Páginas (2):    1 2
  
Powered By MyBB, © 2002-2025 MyBB Group.
Made with by Curves UI.