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
Comas en Stats...
Páginas (2): 1 2   
Maxii   1 Sep, 2010, 1:05 pm
#1
Foro: www.AlterForum.com.ar
Versión 1.6 (Sin Actualización)
Theme: Apart 1
Problema:
[Imagen: wtf.bmp]
Como ven en la imagen de arriba, los nombres de mis usuarios no aparecen separados por comas, como debería ser y quedaría Epsilon, LuKa
Straton   1 Sep, 2010, 1:51 pm
#2
Pon esto en acp/plantillas y estilos/plantillas/tu theme/quien esta en linea/online.
Código:
<html>
<head>
<title>{$mybb->settings['bbname']} - {$lang->users_online}</title>
{$headerinclude}
{$refresh}
</head>
<body>
    {$header}
    {$multipage}
    <table border="0" cellspacing="{$theme['borderwidth']}" cellpadding="{$theme['tablespace']}" class="tborder">
        <tr>
            <td class="thead" colspan="3"><strong>{$lang->users_online}</strong></td>
        </tr>
        <tr>
            <td class="tcat" align="center"><a href="online.php?sortby=username"><span class="smalltext"><strong>{$lang->on_username}</strong></span></a></td>
            <td class="tcat" align="center"><a href="online.php?sortby=time"><span class="smalltext"><strong>{$lang->time}</strong></span></a></td>
            <td class="tcat" width="50%"><a href="online.php?sortby=location"><span class="smalltext"><strong>{$lang->location}</strong></span></a></td>
        </tr>
        {$online_rows}
        <tr>
            <td class="tfoot" colspan="3" align="right"><span class="smalltext"><strong><a href="online.php?action=today">{$lang->online_today}</a> | <a href="online.php">{$lang->refresh_page}</a></strong></span></td>
        </tr>
    </table>
    <br />
    {$multipage}
    {$footer}
</body>
</html>

Si no te funciona dimelo
Maxii   1 Sep, 2010, 1:56 pm
#3
No me funcionó Sad alguna otra idea?
Straton   1 Sep, 2010, 2:02 pm
#4
Descarga este archivo y subelo a tu carpeta del foro
[attachment=591]
Maxii   1 Sep, 2010, 2:06 pm
#5
A la carpeta raíz? o a alguna carpeta específica?
Straton   1 Sep, 2010, 2:06 pm
#6
a la carpeta raiz ^^
Maxii   1 Sep, 2010, 2:08 pm
#7
Tampoco funciono :S, aclaro que tengo el tema Apart 1...
Straton   1 Sep, 2010, 2:11 pm
#8
Si as modificado algo lo mas recomendable es que lo pongas de nuevo otra vez
Maxii   1 Sep, 2010, 2:13 pm
#9
Lo unico que modifique fue para agregar el shoutbox y cambiar el footer y sacarle el "debug", nada más y menos en esa plantilla.... :S
He intentado de todo y nada :S Sad
Última modificación: 1 Sep, 2010, 2:47 pm por romkotov1999.
Cluster   1 Sep, 2010, 2:48 pm
#10
es porque estas usando el idioma de la 1.4, sube el oficial o nuestra version (que comprobadamente es mucho mejor)

:)
Páginas (2): 1 2   
  
Powered By MyBB, © 2002-2024 MyBB Group.
Made with by Curves UI.