Vanilla 1 is no longer supported or maintained. If you need a copy, you can get it here.
HackerOne users: Testing against this community violates our program's Terms of Service and will result in your bounty being denied.
Gmail-Like Invite System Addon - Closed Registration
This discussion has been closed.
Comments
$InviteSystem = $Context->ObjectFactory->NewContextObject($this->Context, 'InviteSystem'); $InviteSystem->GetUserInfo($Context->Session->UserID)
You can have then the user invitations info with $InviteSystem->Invitations['Sent'],
$InviteSystem->Invitations['Allowed'] and
$InviteSystem->Invitations['Available']
http://lussumo.com/community/discussion/3574/invite-only-system/