[外掛] Auto group 1.2.1
發表於 : 2005-06-24 23:28
請問這個外掛最新版本就是1.2.1嗎
適用於phpbb2.0.15嗎?
phpbb:2.0.15
os:linux
風格:icg
快速程式:無\r
另有無中文作的檔案?
謝謝
適用於phpbb2.0.15嗎?
phpbb:2.0.15
os:linux
風格:icg
快速程式:無\r
另有無中文作的檔案?
謝謝
代碼: 選擇全部
$lang['This_closed_group'] = 'This is a closed group: %s';
$lang['This_hidden_group'] = 'This is a hidden group: %s';
//added to autogroup mod
$lang['No_more'] = 'no more users accepted';
$lang['No_add_allowed'] = 'automatic user addition is not allowed';
$lang['Join_auto'] = 'You may join this group, since your post count meet the group criteria';
// addded to Auto group mod
$lang['group_count'] = 'Number of required posts';
$lang['group_count_max'] = 'Number of max posts';
$lang['group_count_updated'] = '%d member(s) have been removed, %d members are added to this group';
$lang['Group_count_enable'] = 'Users automatic added when posting';
$lang['Group_count_update'] = 'Add/Update new users';
$lang['Group_count_delete'] = 'Delete/Update old users';
$lang['User_allow_ag'] = "Activate Auto Group";
$lang['group_count_explain'] = 'When users have posted more posts than this value <i>(in any forum)</i> then they will be added to this usergroup<br/> This only applys if "'.$lang['Group_count_enable'].'" are enabled';