Respuesta: Mala Coordinacion Entre MODS
Publicado: 30 Ago 2006, 20:26
Voy a probarlo ahora mismo. Mantente a la espera jeje.
Salu2
Salu2
phpBB España Oficial, Soporte Internacional Oficial del sistema de foros phpBB en Español, extensiones, estilos, traducciones, guías, tutoriales, videos, redes sociales, webmaster.
https://www.phpbb-es.com/foro/
Código: Seleccionar todo
// END Modified by Easy Sub-Forums MOD
}
else
{
$last_post = $lang['No_Posts'];
Código: Seleccionar todo
$last_post_img .= $lang_in . ' ' . '<a title="' . $altlttitle . '" alt="' . $altlttitle . '" href="' . append_sid("viewtopic.$phpEx?" . POST_POST_URL . '=' . $forum_data[$j]['forum_last_post_id']) . '#' . $forum_data[$j]['forum_last_post_id'] . '"><img src="' . $images['icon_latest_reply'] . '" /></a><br />';
Código: Seleccionar todo
'LAST_POST' => $last_post,
Código: Seleccionar todo
'LAST_POST_IMG' => $last_post_img,
Código: Seleccionar todo
<td align="left" class="row2"><span class="forumlink"><a href="{catrow.forumrow.U_VIEWFORUM}" class="forumlink">{catrow.forumrow.FORUM_NAME}</a></span>
Código: Seleccionar todo
$last_post_img .= $lang_in . ' ' . '<a title="' . $altlttitle . '" alt="' . $altlttitle . '" href="' . append_sid("viewtopic.$phpEx?" . POST_POST_URL . '=' . $forum_data[$j]['forum_last_post_id']) . '#' . $forum_data[$j]['forum_last_post_id'] . '"><img src="' . $images['icon_latest_reply'] . '" /></a><br />';
Código: Seleccionar todo
$last_post_img = '';
$last_post_img .= '<a href="' . append_sid("viewtopic.$phpEx?" . POST_POST_URL . '=' . $forum_data[$j]['forum_last_post_id']) . '#' . $forum_data[$j]['forum_last_post_id'] . '"><img src="' . $images['icon_latest_reply'] . '" border="0" alt="' . $lang['View_latest_post'] . '" title="' . $lang['View_latest_post'] . '" /></a>';