修改 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. 後臺點工具,更新快取。