[Xen-Soluce] Invite System - Xenforo 2

[Xen-Soluce] Invite System - Xenforo 2 2.3.2

[Xen-Soluce] Invite System - Xenforo 2.webp


Description :
  • This add-on allow you to generate invitation codes to join your forum and more. Invitation code is required for registration, you can manage your codes easily !
Feature summary :
  • Options :
    • Code required during registration
    • Tokens per page
    • Validity of the invitation code :
      • Permanent
      • Until X days
    • Add token :
      • Title
      • User groups
      • Maximum usable
    • Add token user :
      • Title
      • User
      • Maximum usable
    • Alert when a member registered using your invitation code
    • Profile tab : Invitation
    • List code :
      • Filters
      • Show invited users
    • User criteria for trophies/notice :
      • User has invited at least X users
      • User has invited no more than X users
    • Search criteria in the ACP :
      • Most invitations
    • Member stats : Most invitations
    • Banned users :
      • User name
      • Ban length :
        • Permanent
        • Until
      • Reason for banning
  • Permissions :
    • Admin : Manage invitation system
    • User : Can invite someone
Branding :
  • This add-on does not include branding.
Installation :
  • Download and unzip it.
  • Copy the src/addons/XenSoluce/InviteSystem directory to your server.
  • From the AdminCP install the add-on.
[Xen-Soluce] Invite System - Xenforo 2-1.webp


[Xen-Soluce] Invite System - Xenforo 2-2.webp
 

Attachments

Last edited:
View attachment 7159

Description :
  • This add-on allow you to generate invitation codes to join your forum and more. Invitation code is required for registration, you can manage your codes easily !
Feature summary :
  • Options :
    • Code required during registration
    • Tokens per page
    • Validity of the invitation code :
      • Permanent
      • Until X days
    • Add token :
      • Title
      • User groups
      • Maximum usable
    • Add token user :
      • Title
      • User
      • Maximum usable
    • Alert when a member registered using your invitation code
    • Profile tab : Invitation
    • List code :
      • Filters
      • Show invited users
    • User criteria for trophies/notice :
      • User has invited at least X users
      • User has invited no more than X users
    • Search criteria in the ACP :
      • Most invitations
    • Member stats : Most invitations
    • Banned users :
      • User name
      • Ban length :
        • Permanent
        • Until
      • Reason for banning
  • Permissions :
    • Admin : Manage invitation system
    • User : Can invite someone
Branding :
  • This add-on does not include branding.
Installation :
  • Download and unzip it.
  • Copy the src/addons/XenSoluce/InviteSystem directory to your server.
  • From the AdminCP install the add-on.
View attachment 7160

View attachment 7161
Hi, any chance of the new version please

[Xen-Soluce] Invite System 2.2.2 Fix 1​

 
View attachment 7159

Description :
  • This add-on allow you to generate invitation codes to join your forum and more. Invitation code is required for registration, you can manage your codes easily !
Feature summary :
  • Options :
    • Code required during registration
    • Tokens per page
    • Validity of the invitation code :
      • Permanent
      • Until X days
    • Add token :
      • Title
      • User groups
      • Maximum usable
    • Add token user :
      • Title
      • User
      • Maximum usable
    • Alert when a member registered using your invitation code
    • Profile tab : Invitation
    • List code :
      • Filters
      • Show invited users
    • User criteria for trophies/notice :
      • User has invited at least X users
      • User has invited no more than X users
    • Search criteria in the ACP :
      • Most invitations
    • Member stats : Most invitations
    • Banned users :
      • User name
      • Ban length :
        • Permanent
        • Until
      • Reason for banning
  • Permissions :
    • Admin : Manage invitation system
    • User : Can invite someone
Branding :
  • This add-on does not include branding.
Installation :
  • Download and unzip it.
  • Copy the src/addons/XenSoluce/InviteSystem directory to your server.
  • From the AdminCP install the add-on.
View attachment 7160

View attachment 7161
Good evening since I made the update I have server errors. Could you help me. Thanks

0 src/XF/Db/Mysqli/Statement.php(196): XF\Db\AbstractStatement->getException('MySQL statement...', 1146, '42S02')
#1 src/XF/Db/Mysqli/Statement.php(39): XF\Db\Mysqli\Statement->getException('MySQL statement...', 1146, '42S02')
#2 src/XF/Db/Mysqli/Statement.php(54): XF\Db\Mysqli\Statement->prepare()
#3 src/XF/Db/AbstractAdapter.php(94): XF\Db\Mysqli\Statement->execute()
#4 src/XF/Db/AbstractAdapter.php(289): XF\Db\AbstractAdapter->query('DELETE FROM `x...', 2)
#5 src/addons/XenSoluce/InviteSystem/Entity/CodeInvitation.php(41): XF\Db\AbstractAdapter->delete('xf_xs_is_user_g...', 'entity_id = ?', 2)
#6 src/XF/Mvc/Entity/Entity.php(1648): XenSoluce\InviteSystem\Entity\CodeInvitation->_postDelete()
#7 src/addons/XenSoluce/InviteSystem/Cron/InviteCodeTime.php(18): XF\Mvc\Entity\Entity->delete()
#8 [internal function]: XenSoluce\InviteSystem\Cron\InviteCodeTime::deleteExpiredCode(Object(XF\Entity\CronEntry))
#9 src/XF/Job/Cron.php(34): call_user_func(Array, Object(XF\Entity\CronEntry))
#10 src/XF/Job/Manager.php(258): XF\Job\Cron->run(8)
#11 src/XF/Job/Manager.php(200): XF\Job\Manager->runJobInternal(Array, 8)
#12 src/XF/Job/Manager.php(84): XF\Job\Manager->runJobEntry(Array, 8)
#13 job.php(43): XF\Job\Manager->runQueue(false, 8)
#14 {main}

État de la demande​

array(4) {
["url"] => string(8) "/job.php"
["referrer"] => string(20) "......../"
["_GET"] => array(0) {
}
["_POST"] => array(0) {
}
}
 
/**Version : 2.2.0 */
public function upgrade2020000Step1()
{
$sm = $this->schemaManager();
$sm->createTable('xf_xs_is_invitation_email', function (Create $table)
{
$table->addColumn('invitation_email_id', 'int')->autoIncrement();
$table->addColumn('user_id', 'int');
$table->addColumn('code', 'varchar', 32);
$table->addColumn('code_id', 'int');
$table->addColumn('subject', 'varchar', 255);
$table->addColumn('message', 'text');
$table->addColumn('email', 'varchar', 255);
$table->addColumn('is_admin', 'tinyint');
$table->addPrimaryKey('invitation_email_id');
});
}

Here you will understand that it is not even version 2.2.2 Fix 2
It's truly is unfortunate people will stoop that low to try and make a buck.
But if you don't want a altered version, then purchase the addon from the official site!!!
 
Top