1 頁 (共 1 頁)

Hide User Details (在觀看文章中隱藏會員細節)

發表於 : 2011-04-14 18:24
阿維
外掛名稱:Hide User Details (在觀看文章中隱藏會員細節)
外掛作者: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