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.
Invite-Only System
Invite-Only System
0
Comments
Find (around line 292):
$Panel->AddListItem($AccountOptions, $Context->GetDefinition('InvitationSystem_Link'), GetUrl($Context->Configuration, 'account.php', '', '', '', '', 'u='. ForceIncomingInt('u', $Context->Session->UserID) . '&PostBackAction=Sesame'));
Change to:
$Panel->AddListItem($AccountOptions, $Context->GetDefinition('InvitationSystem_Link'), GetUrl($Context->Configuration, 'account.php', '', 'u', ForceIncomingInt('u', $Context->Session->UserID), '', 'PostBackAction=Sesame'));
Invited by: and Invitations sent: stuff appears, only that link is missing
After you can sent invitation on your account page.
For some reason this thing went bonkers! It messed up my settings.php and reset the fields in the admin page. I reset it and now it gives me this;
A fatal, non-recoverable error has occurred
Technical information (for support personel):
Error Message
Could not create the Invitation Table
Affected Elements
undefined.Invite System Installer();
The error occurred on or near: Duplicate column name 'InvitationID'
For additional support documentation, visit the Lussumo Documentation website at: lussumo.com/docs
-----
So any suggestions? Should I just disable the invite system and delete the invite database and redo it?
The installer should check the column exist before trying to install it. I have to add that.
Okay, got it working now. Had to delete the database entries in User database and the complete Invitations database.
+ 0.3.1:
- Fixed installer bug when the invitation fields in the user table exist already.
- More friendly link (thanks to gpreston).
i get this error after i install the extension...
Could not setup the table or the settings for the Invitation System extension. Please check your permissions.
the read/write ftp settings are all ok and readable so far.
any hints?
thanks in advance
one more hint?
thanks