問題外掛:last_topic_title_index
使用版本:phpBB 2.0.20
網站位置:http://okok.idv.tw/phpbb2020/
狀況描述:
請問怎樣把最後發表的時間格式
123456789a123456789b123...(主題)
星期四 五月 04, 2006 10:02 am(時間)
okok.idv.tw (作者)
改成
123456789a123456789b123...
2006-5-4 10:02 am(時間格式改成這樣)
okok.idv.tw(只顯示名稱不要箭頭和文章的圖示)
[問題] 最後發表的時間格式?
版主: 版主管理群
開啟 index.phptravelmate521 寫:慘了,這對我這個新手,算是很難的
請幫忙告訴我要怎麼改壓?
找到
代碼: 選擇全部
$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>';代碼: 選擇全部
$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'] . '">';知難非行易,知易反行難~~


