*注意:您必須安裝Point System 或Cash Mod , 並設了user_points 作為計算等級數值
代碼: 選擇全部
##############################################################
## MOD Title : Rank Gain Access
## MOD Author : Poupoune < kristff@hotmail.com > (N/A) http://www.phpbb-fr.com
##
## MOD Description : Allows you to choose in the board the way to give members access
## to a given rank, by with the the classical way according to the number
## of posts of the member, or according to how many points the member owns
## gained with a system point. The MOD is compliant with the Cash MOD of Xore
## and the Point System of eXplosive. If no system points is installed, the
## option of choosing the rank according to how many points the member has
## will be disabled.
##
## MOD Version : 1.0.0
##
## Installation Level: Moderate
## Installation Time: 10 minute(s)
## Files to edit : 8
## includes/constants.php
## admin/admin_ranks.php
## includes/usercp_register.php
## includes/usercp_viewprofile.php
## viewtopic.php
## language/lang_english/lang_admin.php
## templates/subSilver/admin/ranks_list_body.tpl
## templates/subSilver/admin/ranks_edit_body.tpl
##
## Files included : 0
##
##############################################################
## Pour des raisons de s嶰urit? vous 皻es prier de consulter
## r嶲uli鋨ement http://forums.phpbb-fr.com afin d'obtenir la
## derni鋨e version de ce MOD.
## T幨嶰harger ce MOD ?partir des sites autres que phpBB-fr.com
## peut 皻re dangereux pour votre forum phpBB.
## Par cons廦uent, phpBB-fr.com n'assurera aucun support pour
## les MODs absents de leur base de donn嶪s, consultable sur:
## http://forums.phpbb-fr.com/
##############################################################
## Author Notes :
##
## If you use Cash MOD of Xore as a point system, you will have to
## create a currency named 'points' that add a user_points field
## to the users table, to make the MOD works well.
##
##############################################################
## MOD History:
##
## 05-07-2004 - Version 1.0.0
##
##############################################################
## Avant d'ajouter ce MOD ?votre forum, il vous est fortement conseill?
## d'effectuer une sauvegarde des 幨幦ents que vous allez modifier.
##############################################################
[php]
lang_admin.php
$lang['Rank_minimum'] = '文章數/積分 最低要求';
$lang['Points'] = '積分';
$lang['Posts'] = '文章數';
$lang['Rank_choose_minimum'] = '選擇您所需的等級計級模式';
$lang['Rank_point_system_explain'] = '系統成功在討論版中偵測到一個Point System';
$lang['Rank_no_point_explain'] = '系統未能在討論版中偵測到任何 Point System';
[/php]
Download Here
