mirror of
https://github.com/lkddi/nexusphp.git
synced 2026-04-24 12:07:23 +08:00
Fix "The invitation system is closed and cannot purchase invitations" (#170)
* Invite system shutdown Can't buy Invite * Fix the problem that user details cannot be viewed * Revert "Invite system shutdown Can't buy Invite" This reverts commit d013970f4dfc7ede0515cede3bc780cbfb56f0df. * Fix "The invitation system is closed and cannot purchase invitations" * Set ratio to '0' to disable the purchase invite. * Update lang_settings.php
This commit is contained in:
@@ -262,7 +262,7 @@ $lang_settings = array
|
||||
'text_uploaded_amount_above' => " and uploaded amount above ",
|
||||
'text_ratio_limit_default' => " GB cannot exchange for uploading credit. Default '6', '50'. Set ratio to '0' to disable the limit.",
|
||||
'row_buy_an_invite' => "Buy an invite",
|
||||
'text_buy_an_invite_note' => " bonus points to get a invite. Default '1000'.",
|
||||
'text_buy_an_invite_note' => " bonus points to get a invite. Default '1000'.Set ratio to '0' to disable the purchase.",
|
||||
'row_custom_title' => "Custom title",
|
||||
'text_custom_title_note' => " bonus points to custom his title. Default '5000'.",
|
||||
'row_vip_status' => "VIP status",
|
||||
@@ -800,7 +800,7 @@ $lang_settings = array
|
||||
'text_protected_forum' => 'The IDs of forums\' which enables privacy protection , seperated by commas(e.g. 1,2,3)',
|
||||
'forum_format_error' => 'The format of forums is wrong, please check it again!',
|
||||
'row_buy_an_tmp_invite' => 'Buy an temporary invite',
|
||||
'text_buy_an_tmp_invite_note' => " bonus points to get a temporary invite. Default '500'.",
|
||||
'text_buy_an_tmp_invite_note' => " bonus points to get a temporary invite. Default '500'.Set ratio to '0' to disable the purchase.",
|
||||
'row_buy_rainbow_id' => 'Buy Rainbow ID',
|
||||
'text_buy_rainbow_id_note' => " bonus points to get a rainbow ID, valid for 30 days. Default '5,000'.",
|
||||
'row_buy_change_username_card' => 'Buy Change username card',
|
||||
|
||||
Reference in New Issue
Block a user