phpbb: v2.1.21
style: subsilver
我安裝了簡易子版面 v1.3後...發現首頁的"最後發表"格內出現了最後發表的文章連結及標題....原本是沒有的....現在十分不好看啊!
樣式如下:
最後發表
最新資訊 <--- 我最新發表的標題
09 -8- 2006 01:41 pm
by angeljhouse
我想移除我最新發表的標題-"最新資訊"及連結.....可以怎麼辦??
=====
麻煩下次不要把標題當作是問題內容來使用, 會造成別人閱讀上的不方便
這次先幫你改回來
[問題] 了簡易子版面 v1.3的問題
版主: 版主管理群
可參考 心靈捕手提供的修改方式
http://phpbb-tw.net/phpbb/viewtopic.php?p=200685#200685
#
#-----[ Open ]-----
#
#
#-----[ Find ]-----
#
http://phpbb-tw.net/phpbb/viewtopic.php?p=200685#200685
#
#-----[ Open ]-----
#
代碼: 選擇全部
viewforum.php
#-----[ Find ]-----
#
代碼: 選擇全部
if ( $forum_data[$j]['forum_last_post_id'] )
{
$last_post_time = create_date($board_config['default_dateformat'], $forum_data[$j]['post_time'], $board_config['board_timezone']);
$last_post = '<table width="100%" align="center"><tr><td align="right"><span class="genmed"><a href="' . append_sid("viewtopic.$phpEx?" . POST_POST_URL . '=' . $forum_data[$j]['forum_last_post_id']) . '#' . $forum_data[$j]['forum_last_post_id'] . '"> '.$forum_data[$j]['topic_title'].' </a>'.'<br />'.$last_post_time . '<br />'.'by ';
$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> </span></td>';
$last_post .= '<td align="right" valign="middle"><img src="' . $images['icon_latest_reply'] . '" border="0" /></td></tr></table>';
}
I am bowling king



