Easy Subforums
Scris: 30-Mar-2007, 10:43:19
Mod : Easy Subforums
Download Link : http://www.phpbbhacks.com/download/5990
Instalare : [X] Manual
In route/index.php nu exista ce mi se cere la FIND

Download Link : http://www.phpbbhacks.com/download/5990
Instalare : [X] Manual
In route/index.php nu exista ce mi se cere la FIND
Cod: Selectaţi tot
#
#-----[ FIND ]------------------------------------------------
#
$last_post_time = create_date($board_config['default_dateformat'], $forum_data[$j]['post_time'], $board_config['board_timezone']);
$last_post = $last_post_time . '<br>';
$last_post .= ( $forum_data[$j]['user_id'] == ANONYMOUS ) ? ( ($forum_data[$j]['post_username'] != '' ) ? $forum_data[$j]['post_username'] . ' ' : $lang['Guest'] . ' ' ) : '<a href="' . append_sid(" POST_USERS_URL=' . $forum_data[$j]['>' . $forum_data[$j]['username'] . '</a> ';
$last_post .= '<a href="' . append_sid(" POST_POST_URL=' . $forum_data[$j]['><img></a>';
#
#-----[ REPLACE WITH ]----------------------------------------
#
// Modified by Easy Sub-Forums MOD
if (strlen($forum_data[$j]['topic_title'])>=25)
{
$forum_data[$j]['topic_title']=substr($forum_data[$j]['topic_title'],0,25). "...";
}
$last_post_time = create_date($board_config['default_dateformat'], $forum_data[$j]['post_time'], $board_config['board_timezone']);
$last_post = '' . $last_post_time . '' . '<br>';
$last_post .= ( $forum_data[$j]['user_id'] == ANONYMOUS ) ? ( ($forum_data[$j]['post_username'] != '' ) ? $forum_data[$j]['post_username'] . ' ' : $lang['Guest'] . ' ' ) : '<a href="' . append_sid(" POST_USERS_URL=' . $forum_data[$j]['>' . $forum_data[$j]['username'] . '</a> <a href="' . append_sid(" POST_POST_URL=' . $forum_data[$j]['><img></a>';
// END Modified by Easy Sub-Forums MOD
