viewthread.php
找到
复制内容到剪贴板
代码:
$thread['subject'] = ($forum['threadtypes']['listable'] ? '<a href="forumdisplay.php?fid='.$fid.'&filter=type&typeid='.$thread['typeid'].'">['.$forum['threadtypes']['types'][$thread['typeid']].']</a>' : '['.$forum['threadtypes']['types'][$thread['typeid']].']').' '.$thread['subject'];替换为
复制内容到剪贴板
代码:
$thread['subject'] = ($forum['threadtypes']['listable'] ? '['.$forum
['threadtypes']['types'][$thread['typeid']].']</a>' : '['.$forum['threadtypes']['types']
[$thread['typeid']].']').' '.$thread['subject'];注意做好备份