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
Busco cómo poner "Quién estuvo en línea hoy"
Páginas (4):    1 2 3 4   
Mauro   21 Nov, 2010, 5:35 pm
#21
ya estuvimos hablando y el theme de el tiene un problema en el index no carga la plantilla index_boardstats. entonces lo tuvo que cargar en la plantilla index el {$online_today}.
Pero hubo algo que no pude hacerle andar.
Postea las fotos por favor.
qearte_mybb_import8098   21 Nov, 2010, 6:01 pm
#22
[Imagen: 2_21_11_10_6_43_43.jpeg]

este es el index boardstats:

Código:
<table border="0" cellspacing="{$theme['borderwidth']}" cellpadding="{$theme['tablespace']}" class="tborder">
<thead>
<tr>
<td class="thead">
<div class="expcolimage"><img src="{$theme['imgdir']}/collapse{$collapsedimg['boardstats']}.gif" id="boardstats_img" class="expander" alt="[-]" title="[-]" /></div>
<div><strong>{$lang->boardstats}</strong></div>
</td>
</tr>
</thead>
<tbody style="{$collapsed['boardstats_e']}" id="boardstats_e">
{$whosonline}

{$birthdays}
{$viewgroups}
{$forumstats}
<tr>
    <td class="tfoot" style="text-align: right">
        <span class="smalltext">
            {$logoutlink}
            <a href="misc.php?action=markread">{$lang->markread}</a> |
            <a href="showteam.php">{$lang->forumteam}</a> |
            <a href="stats.php">{$lang->forumstats}</a>
        </span>
    </td>
</tr>
</tbody>
</table>
<br />




esta el index:

Código:
<html>

<head>

<title>{$mybb->settings['bbname']}</title>

{$headerinclude}

</head>

<body>

{$header}

{$ps_header_index}

{$RainbowStripe}

{$changfcb}

<table border="0" cellspacing="{$theme['borderwidth']}" cellpadding="{$theme['tablespace']}" class="tborder">

<tr>

<td class="tcat"> </td>

<td class="tcat" width="100%"><strong>{$lang->forumbit_forum}</strong></td>

<td class="tcat" width="175" align="center" style="white-space:
nowrap"><strong>{$lang->forumbit_lastpost}</strong></td>

<td class="tcat" align="center" style="white-space:
nowrap"><strong>{$lang->forumbit_threads}</strong></td>

<td class="tcat" align="center"><strong>{$lang->forumbit_posts}</strong></td>

</tr>

{$forums}

<tr>

<td class="tfoot" align="center" colspan="5"><a
href="misc.php?action=markread">{$lang->markread}</a>&nbsp;&nbsp;&nbsp;&nbsp;
<a href="showteam.php">{$lang->forumteam}</a>

</td>

</tr>

</table>

<br />

{$ps_footer_index}

<br />

<table border="0" cellspacing="{$theme['borderwidth']}" cellpadding="{$theme['tablespace']}" class="tborder">

<thead>

<tr>

<td class="thead" colspan="2">

<div><strong><a href="stats.php">{$lang->forumstats}</a></strong></div>

</td>

</tr>

</thead>

<tr>

<td class="tcat" colspan="2"><div
class="expcolimage"><img
src="{$theme['imgdir']}/stats/collapse{$collapsedimg['ineonline']}.gif"
id="online_img" class="expander" alt="[-]"
/></div><strong>{$lang->whos_online}</strong>
[<a
href="online.php">{$lang->complete_list}</a>]</td>

</tr>

<tbody style="{$collapsed['online_e']}" id="online_e">

<tr>

<td class="trow2" style="width:30px;" align="center"><img
src="$theme[imgdir]/online.gif" alt="{$lang->whos_online}"
/></td>

<td class="trow1"><span
class="smalltext">{$lang->online_note}<br
/>{$onlinemembers}</span></td>

</tr>

</tbody>

{$birthdays}
{$online_today}
<tr><td class="tcat" colspan="2"><div
class="expcolimage"><img
src="{$theme['imgdir']}/stats/collapse{$collapsedimg['boardstats']}.gif"
id="boardstats_img" class="expander" alt="[-]" /></div><a
href="stats.php"><strong>{$lang->boardstats}</strong></a></td></tr>

<tbody style="{$collapsed['boardstats_e']}" id="boardstats_e">

<tr>

<td class="trow2" style="width:30px;" align="center"><img
src="$theme[imgdir]/stats.gif" alt="{$lang->boardstats}"
/></td>

<td class="trow1"><span class="smalltext">

{$lang->stats_posts_threads}

{$lang->stats_numusers}

{$lang->stats_newestuser}

{$lang->stats_mostonline}

</span>

</td>


</tr>

</tbody>

</table>

<div align="center">



<br />

&nbsp;&nbsp;<img src="{$theme['imgdir']}/on.gif" alt="{$lang->new_posts}"
style="vertical-align: middle; padding: 0px 10px 4px 0px;" />
<span class="smalltext">{$lang->new_posts}</span>

&nbsp;&nbsp;<img src="{$theme['imgdir']}/off.gif"
alt="{$lang->no_new_posts}" style="vertical-align: middle; padding:
0px 10px 4px 0px;" /> <span
class="smalltext">{$lang->no_new_posts}</span>

&nbsp;&nbsp;<img src="{$theme['imgdir']}/offlock.gif"
alt="{$lang->forum_locked}" style="vertical-align: middle; padding:
0px 10px 0px 0px;" /> <span
class="smalltext">{$lang->forum_locked}</span>

</div>



</body>

<div align="center" style="font-size:12px"></div>

{$analytics} {$footer}

</html>



y esta online_today_index

Código:
<tr>

    <td class="tcat" colspan="2>
<strong>{$lang->whos_online_today}</strong> [<a
href="online.php?action=today">{$lang->complete_list}</a>]</td>
</tr>

<tr>
<td class="trow2" style="width:30px;" align="center"><img
src="$theme[imgdir]/online.gif"/></td>
<td class="trow2"><span class="smalltext">{$lang->online_note_today}<br />{$onlinemembers}</span></td>
</tr>
Última modificación: 21 Nov, 2010, 6:44 pm por Amazing.
nentab   22 Nov, 2010, 1:15 am
#23
Por lo que veo ya te funciona, salvo el archivo ese de lenguaje.

Lo tienes bien subido? No tendrá alguna tilde o así y por eso no funciona?
qearte_mybb_import8098   22 Nov, 2010, 11:17 am
#24
(22 Nov, 2010, 1:15 am)abdonroda escribió: Por lo que veo ya te funciona, salvo el archivo ese de lenguaje.

Lo tienes bien subido? No tendrá alguna tilde o así y por eso no funciona?


he resubido el archivo del lenguaje y ahora se puso peor:


[Imagen: 2_22_11_10_12_16_20.jpeg]
nentab   22 Nov, 2010, 2:55 pm
#25
No se puso peor, ahora se puso bien. Solo tienes que acomodar la plantilla del online_today_index:

Código:
<tr>
    <td class="tcat" colspan="2"><strong>{$lang->whos_online_today}</strong> [<a href="online.php?action=today">{$lang->complete_list}</a>]</td>
</tr>
<tr>
    <td class="trow2" style="width:30px;" align="center"><img src="{$theme['imgdir']}/online.gif"/></td>
    <td class="trow2"><span class="smalltext">{$lang->online_note_today}<br />{$onlinemembers}</span></td>
</tr>
qearte_mybb_import8098   22 Nov, 2010, 4:32 pm
#26
cuando me dices acomodar quieres decir modificar la plantilla para ponerla horizontal no?
y como se hace?
nentab   22 Nov, 2010, 4:44 pm
#27
No no, ponla como te la di en mi último mensaje, es que tenías alguna cosa mal puesta en el código de la plantilla.
qearte_mybb_import8098   22 Nov, 2010, 4:58 pm
#28
ya la puse pero quedo igual
DarkFinder   22 Nov, 2010, 9:51 pm
#29
pues yo lo coloque como dijo abdon y quedo perfecto,
Mauro   22 Nov, 2010, 10:08 pm
#30
si pero entiendan que el theme que tiene qearte esta muy entreverado. Tiene mucho code innecesario y por ejemplo no carga la plantilla index_boardstats. Mmm yo no me anime a tocar lo demas pero tuvimos que cargar el plugin en el index y despues tuve que tocar la plantilla global whos_online_today para que quede como puso en la foto, pero despues no salia el tema del lang no se por que.
mm esta complicada la cosa je
Páginas (4):    1 2 3 4   
  
Powered By MyBB, © 2002-2024 MyBB Group.
Made with by Curves UI.