Pagina 1 din 1

Easy Subforums

Scris: 30-Mar-2007, 10:43:19
de Sharakuza
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

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
:roll:

Scris: 30-Mar-2007, 12:23:11
de flowers
In phpBB original este. Poate ai pus in zona aia alt MOD si ti-a schimbat codul. Dezactiveaza si tu la mesaje HTML ca nu intelegem ce cod ne dai.

Cod: Selectaţi tot

								$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("profile.$phpEx?mode=viewprofile&" . POST_USERS_URL . '='  . $forum_data[$j]['user_id']) . '">' . $forum_data[$j]['username'] . '</a> ';
								
								$last_post .= '<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>';