修改 template/default/forum/discuz.htm
1. 刪除第 370 行代碼:
{lang forum_threads}: , {lang forum_posts}:
2. 搜第 381 行代碼:
{lang forum_lastpost}: $forum[lastpost][dateline]
修改為:
$forum[lastpost][dateline] by $forum['lastpost']['author']
3. 後台點工具,更新緩存。
修改 template/default/forum/discuz.htm
1. 刪除第 370 行代碼:
{lang forum_threads}: , {lang forum_posts}:
2. 搜第 381 行代碼:
{lang forum_lastpost}: $forum[lastpost][dateline]
修改為:
$forum[lastpost][dateline] by $forum['lastpost']['author']
3. 後台點工具,更新緩存。