Ver Mensaje Individual
  #10 (permalink)  
Antiguo 04/07/2008, 08:31
Avatar de PDD_20
PDD_20
 
Fecha de Ingreso: diciembre-2007
Ubicación: España
Mensajes: 413
Antigüedad: 16 años, 4 meses
Puntos: 1
Respuesta: Limitar caracteres

Código:
$template->assign_block_vars('item', array(
		'AUTHOR'		=> $row['username'],
		'TIME'			=> format_date($row['post_time']),
		'LINK'			=> append_sid("$board_url/viewtopic.$phpEx", 'f=' . $row['forum_id'] . '&t=' . $row['topic_id']),
		'IDENTIFIER'	=> append_sid("$board_url/viewtopic.$phpEx", 'f=' . $row['forum_id'] . '&t=' . $row['topic_id']),
		'TITLE'			=> $row['post_subject'],
		'TEXT'			=> parse_message(echo substr( $row['post_text'], 0, 20 );  , $row['forum_desc_options'], $row['bbcode_uid'], $row['bbcode_bitfield']),		
		)
	);	
}
__________________
El Grupo Informático :: Noticias y foros de Informática
¡Ahora por participar se regalan cheques para Amazon!