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
Modificar color de letras y ProStats
Páginas (2): 1 2   
qearte_mybb_import8098   15 Nov, 2010, 2:34 pm
#1

bueno pues voy a seguir preguntando xddd,a ver :

1-.como pongo abajo estadisticas del foro lo intente en las configuraciones del plugin pero al bajarlo me pone los ultimos post de las ventanitas todo abajo tambien.

[Imagen: 2_15_11_10_3_25_56.jpeg]



[Imagen: 2_15_11_10_3_27_12.jpeg]




2-. como cambiar el color de las letras:



[Imagen: 2_15_11_10_3_32_23.jpeg]



gracias por vuestra ayuda
Última modificación: 15 Nov, 2010, 5:14 pm por Cluster.
nocktis21   15 Nov, 2010, 2:56 pm
#2
1.- No entendí bien... ¿cuando lo pones te deja el foro como en la 2da imagen? Prueba a desinstalar el plugin e instalarlo o puedes ir a tu set de plantillas/Indice/Index y te saldra esto:
Código:
{$ps_header_index}
{$forums}
{$ps_footer_index}
{$boardstats}

Obviamente el de ps_header_index es el de arriba y el de ps_footer_index es el de abajo del foro, entonces solo mueve el que tengas activado a donde quieres que salga.

2.- Es este el primero es el normal y el segundo es cuando le pasas el cursor:
Código:
.popup_menu .popup_item {
    background: #f5f5f5;
    color: #454545;
}

.popup_menu .popup_item:hover {
    background: #eeeeee;
    color: #454545;
}

A ti no te saldra igual el contenido ya que es el de un tema mio... xP

EDITO: Si eran esos jejeje, bueno el primero sobraba...
Última modificación: 15 Nov, 2010, 3:02 pm por Azagthoth.
qearte_mybb_import8098   15 Nov, 2010, 3:42 pm
#3
gracias erokenji,pero que cambio en la plantilla?ya localize el header y el footer:

<html>
<head>
<title>{$mybb->settings['bbname']}</title>
{$headerinclude}
</head>
<body>
{$header}
{$ps_header_index}
{$RainbowStripe}


{$changfcb}


{$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}
{$ps_footer_index}
<tr>
<td class="tfoot" align="center" colspan="5"><a href="misc.php?action=markread">{$lang->markread}</a> <a href="showteam.php">{$lang->forumteam}</a>
</td>
</tr>
</table>



disculpa mi ignorancia pero de codigo estoy mas bien pegao


saludos
nentab   15 Nov, 2010, 3:52 pm
#4
Prueba a dejarlo así y marcar desde la configuración que lo ponga abajo:

Código:
<html>
<head>
<title>{$mybb->settings['bbname']}</title>
{$headerinclude}
</head>
<body>
{$header}
{$ps_header_index}
{$RainbowStripe}
{$changfcb}
{$forums}
{$ps_footer_index}
<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>
<tr>
<td class="tfoot" align="center" colspan="5"><a href="misc.php?action=markread">{$lang->markread}</a> <a href="showteam.php">{$lang->forumteam}</a>
</td>
</tr>
</table>
qearte_mybb_import8098   15 Nov, 2010, 4:12 pm
#5
gracias abdon pero al poner ese codigo me descuadratodo el foro y me lo desplaza todo
nentab   15 Nov, 2010, 4:14 pm
#6
(15 Nov, 2010, 4:12 pm)qearte escribió: gracias abdon pero al poner ese codigo me descuadratodo el foro y me lo desplaza todo

Podrías poner una captura?
qearte_mybb_import8098   15 Nov, 2010, 4:28 pm
#7
[Imagen: 2_15_11_10_5_26_27.jpeg]


plantilla original:

Código:
<html>
<head>
<title>{$mybb->settings['bbname']}</title>
{$headerinclude}
</head>
<body>
{$header}
{$ps_header_index}
{$RainbowStripe}


{$changfcb}


{$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}
{$ps_footer_index}
<tr>
<td class="tfoot" align="center" colspan="5"><a href="misc.php?action=markread">{$lang->markread}</a>     <a href="showteam.php">{$lang->forumteam}</a>
</td>
</tr>
</table>
<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['online']}.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}

<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 />
  <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>
  <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>
  <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>


modificada con el codigo que me diste:

Código:
<html>
<head>
<title>{$mybb->settings['bbname']}</title>
{$headerinclude}
</head>
<body>
{$header}
{$ps_header_index}
{$RainbowStripe}
{$changfcb}
{$forums}
{$ps_footer_index}
<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>
<tr>
<td class="tfoot" align="center" colspan="5"><a href="misc.php?action=markread">{$lang->markread}</a> <a href="showteam.php">{$lang->forumteam}</a>
</td>
</tr>
</table>
<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['online']}.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}

<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 />
  <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>
  <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>
  <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>
Última modificación: 15 Nov, 2010, 4:34 pm por Cluster.
nentab   15 Nov, 2010, 4:38 pm
#8
Aaaah! Es que antes no pusiste la plantilla entera y me confundió. Pon esto, yo creo que debería de ir.

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>     <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['online']}.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}
<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 />
  <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>
  <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>
  <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>

PD: Usa la etiqueta [code] si no se hacen larguísimos los mensajes. xD
qearte_mybb_import8098   15 Nov, 2010, 4:49 pm
#9
ok ahora si lo bajo,mucha gracias abdon,ahora solo me falta saber en que plantilla cambiar el color de las letras
nentab   15 Nov, 2010, 4:54 pm
#10
Eso se hace como te dijo Erokenji AQUÍ.

Y eso está en el global.css, no en las plantillas.
Páginas (2): 1 2   
  
Powered By MyBB, © 2002-2024 MyBB Group.
Made with by Curves UI.