// If there is no tid but a pid, trick the system into thinking there was a tid anyway.
if(!empty($mybb->input['pid']) && !isset($mybb->input['tid']))
{
<div class="losforos">
<div class="elonof"><div class="{$lightbulb['folder']}" alt="{$lightbulb['altonoff']}" title="{$lightbulb['altonoff']}" id="mark_read_{$forum['fid']}" /></div></div>
<strong><a href="{$forum_url}" title="{$forum['description']}">{$forum['name']}</a></strong><br />
<div class="smalltext">{$modlist}</div>
<div class="smalltext"><i class="fa fa-comment"></i> Thread: {$threads} - <i class="fa fa-comments"></i> Mensajes: {$posts}</div>
</div>
eval("\$showthread = \"".$templates->get("showthread")."\";");
(23 Jul, 2015, 7:53 pm)Omar G. escribió: El error dice que hay un problema en el archivo showthread.php#1524:Gracias Problemas resuelto. pueden cerrar el tema. gracias otra vez
Código:eval("\$showthread = \"".$templates->get("showthread")."\";");
En ese template hay un problema en la linea 33 (showthread#33).
El error igual dice que intentas usar un index ('icon') que no existe en un array. Si le atino esa linea debe tener {$thread['icon']}, remueve esa variable. El plugin que no te funciono debió dejarla al desactivarlo.
Este tipo de errores aparte de ser molestos regularmente no representan problema real.