外掛作者:phpbbmodders.net
外掛描述:With this mod, it is possible to hide the details of users on your forum when viewing a topic. Simply click the image presented to see the users details.
外掛版本:1.0.1
外掛下載:hide_user_info.zip
資料來源:Hide User Details
中文化分享:
打開:language/zh_cmn_hant/viewtopic.php
搜尋:
代碼: 選擇全部
?>代碼: 選擇全部
// BEGIN Hide User Details
$lang = array_merge($lang, array(
'HIDEDETAILS' => '隱藏細節',
'SHOWDETAILS' => '顯示細節',
'USERDETAILS' => '會員細節',
));
//END Hide User Details