Deprecated: str_replace(): Passing null to parameter #3 ($subject) of type array|string is deprecated in /var/www/mybb-es.com/html/inc/plugins/avatarep.php on line 1102

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
Necesito ayuda por favor
Páginas (3):    1 2 3   
TheZeuS   22 Apr, 2012, 7:19 am
#11
Prueba en opciones de la plantilla, y volver al original.
Te debé poner la plantilla default.
Zeus Cell   22 Apr, 2012, 7:20 am
#12
aqui les envio el link del foro que estoy crendo Zeuscell.com y denle clip en Admistracion / en Equipos Moviles / etc y veran como cambia la pagina
TheZeuS   22 Apr, 2012, 7:28 am
#13
Aver man, haz como te lo dije, y deja la plantilla default... Y se pondra bien.
Y deja aquí la plantilla forumbit_depht1_cat.
Zeus Cell   22 Apr, 2012, 7:34 am
#14
hermano pero si dejo la plantilla defaul estaria perdiendo todo lo que estoy haciendo en este tema porque lo hecho y todo cambia cuando dejo como predefinido la plantilla defaul yo necesito es hacer eso que pido aqui en el foro que es dehabilitar ese enlace y no haga nada cuando le den clip ahi en ADmistracion / equipos moviles etc
TheZeuS   22 Apr, 2012, 7:36 am
#15
Aver pero si no dejas la plantilla forumbit_depht1_cat, no te puedo decir como quitar el enlace...
Zeus Cell   22 Apr, 2012, 7:44 am
#16
<table border="0" cellspacing="{$theme['borderwidth']}" cellpadding="{$theme['tablespace']}" class="tborder">
<thead>
<tr>
<td class="thead" colspan="6">
<div class="expcolimage"><img src="{$theme['imgdir']}/{$expcolimage}" id="cat_{$forum['fid']}_img" class="expander" alt="{$expaltext}" title="{$expaltext}" /></div>
<div><strong><a href="{$forum_url}">{$forum['name']}</a></strong><br /><div class="smalltext">{$forum['description']}</div></div>
</td>
</tr>
</thead>
<tbody style="{$expdisplay}" id="cat_{$forum['fid']}_e">
<tr>
<td class="tcat" colspan="3"><span class="smalltext"><strong>{$lang->forumbit_forum}</strong></span></td>
<td class="tcat" width="85" align="center" style="white-space: nowrap"><span class="smalltext"><strong>{$lang->forumbit_threads}</strong></span></td>
<td class="tcat" width="85" align="center" style="white-space: nowrap"><span class="smalltext"><strong>{$lang->forumbit_posts}</strong></span></td>
<td class="tcat" width="200" align="center"><span class="smalltext"><strong>{$lang->forumbit_lastpost}</strong></span></td>
</tr>
{$sub_forums}
</tbody>
</table>
<br />
TheZeuS   22 Apr, 2012, 7:45 am
#17
Prueba remplazando por esto:

Código PHP:
<?php 
table border
="0" cellspacing="{$theme['borderwidth']}" cellpadding="{$theme['tablespace']}" class="tborder">
<
thead>
<
tr>
<
td class="thead" colspan="6">
<
div class="expcolimage"><img src="{$theme['imgdir']}/{$expcolimage}" id="cat_{$forum['fid']}_img" class="expander" alt="{$expaltext}" title="{$expaltext}" /></div>
<
div><strong>{$forum['name']}</strong><br /><div class="smalltext">{$forum['description']}</div></div>
</
td>
</
tr>
</
thead>
<
tbody style="{$expdisplay}" id="cat_{$forum['fid']}_e">
<
tr>
<
td class="tcat" colspan="3"><span class="smalltext"><strong>{$lang->forumbit_forum}</strong></span></td>
<
td class="tcat" width="85" align="center" style="white-space: nowrap"><span class="smalltext"><strong>{$lang->forumbit_threads}</strong></span></td>
<
td class="tcat" width="85" align="center" style="white-space: nowrap"><span class="smalltext"><strong>{$lang->forumbit_posts}</strong></span></td>
<
td class="tcat" width="200" align="center"><span class="smalltext"><strong>{$lang->forumbit_lastpost}</strong></span></td>
</
tr>
{
$sub_forums}
</
tbody>
</
table>
<
br />
Zeus Cell   22 Apr, 2012, 7:48 am
#18
nesecito es quitar el enlace porque si quito todo lo que esta en <a </a> se borra el nombre tambien
TheZeuS   22 Apr, 2012, 7:50 am
#19
Ya lo se amigo, enteoria es lo que te hice.
Estaba así:

<a href="{$forum_url}>{$forum['name']}</a>

Y te lo deje así:

{$forum['name']}
Así deberia irte...
Zeus Cell   22 Apr, 2012, 7:50 am
#20
No hermano se puso peor jejejeejejejej entra para que veas www.zeuscell.com
Páginas (3):    1 2 3   
  
Powered By MyBB, © 2002-2024 MyBB Group.
Made with by Curves UI.