显示文章发表日期
開啟 viewforum_body.tpl ,搜尋:
- <th width="100" align="center" class="thTop" nowrap="nowrap">
將 100 修改為 150 。\r
搜尋:
- <span class="name">{topicrow.TOPIC_AUTHOR}</span>
覆蓋為:
- <span class="postdetails">{topicrow.FIRST_POST_TIME}<br />{topicrow.TOPIC_AUTHOR}</span>
存檔,完工。
需要改成只顯示日期 Y-M-D
不顯示時間 XX:YY请看:
- -----[OPEN]----------
- viewforum.php
- -----[FIND]----------
- $first_post_time = create_date($board_config['default_dateformat'], $topic_rowset[$i]['topic_time'], $board_config['board_timezone']);
- -----[REPLACE]----------
- $first_post_time = create_date($lang['DATE_FORMAT'], $topic_rowset[$i]['topic_time'], $board_config['board_timezone']);
Created By: sb123
Form Page: 显示文章发表日期
