from:
http://www.alan888.com/Discuz/thread-123956-1-1.html
Fixed by Eric03
雖然官方在 Discuz! 6.0.0正式版 修正了此 Bug Fix
http://www.alan888.com/Discuz/viewthread.php?tid=84898
但還有 memcp_home.htm 未修正
所以特開此帖給各位修正
6.0
//----------修正開始----------
//----------templates/default/memcp_home.htm----------
找
複製內容到剪貼簿
代碼:
<a href="space.php?uid=$message[msgfromid]">$message[msgfrom]</a>改為
複製內容到剪貼簿
代碼:
<!--{if !empty($pm['announce'])}-->{lang pm_announce}<!--{elseif $pm[msgfromid]}--><a href="space.php?uid=$pm[msgfromid]">$pm[msgfrom]</a><!--{else}-->{lang pm_systemmessage}<!--{/if}-->//----------templates/default/memcp_home.htm修改完成----------
//----------修正完畢----------
[ 本帖最後由 Eric03 於 2007-8-28 23:10 編輯 ]