Site in read-only mode

This site is now read-only following the release of MyBB 1.8 and the new mods site.

If you are looking for MyBB 1.8 mods please click here to visit the new mods site.

You can continue to download submissions for MyBB 1.6 and earlier here, however new submissions will only be accepted via the new mods site.

Write Review

Reviews

Advanced Invitations System - 1.1.1 by mihu

Great plugin, if it had "NewPoints" integration it would be even better! :D

Written By: stevieb, 16th July 2012

Whenever I try to generate an invite I get the following error.

Please correct the following errors before continuing:
The entered e-mail address already have been invited.

Written By: mayasl, 1st July 2013

I'm also facing similar error, whenever I try to send an invite:
Please correct the following errors before continuing:
The entered e-mail address already have been invited.

I've tried different email but its same for any.

Written By: mannuforall, 7th August 2013

For those having trouble with email I've found a temporary fix:

If you would just like to download it and upload here is the link: http://pastebin.com/VtCw9rbk

For those who like to know what's happening look below:

There's an error in the file "class_develop.php" (Located: "\inc\plugins\advinvsys\classes\class_develop.php")

There's a code snippet as follows:

Code:
// verificari amanuntite
        if (!$this->checkType($type, $value))
            return true;


Just change: "true" to "false" in the return and that will temporarily fix it.

Keep in mind however this disables the function that checks whether or not the email exists in the database. Hope this helps!

Written By: Fireworks, 30th April 2014

Edit to my last post, if you want the whole plugin to work just remove that whole function from the code. I'm not sure why this works but I've tested it. It won't let you send it if you don't have enough points. And when I gave my self points I entered the email and it sent it successfully. Then I checked to make sure that you couldn't send it more than once and performs the check successfully as well.

Just an update.

And for those of you who are getting an error that says Not Call to function after a user registers successfully, open up the file: "advinvsys.php" (Located in: "\inc\plugins\advinvsys.php")


and remove this line (Line #989):

Code:
$AISDevelop->checkInvitationExpired();


This function doesn't exist in the class, so I'm not sure why it's even there. Hope this fixes everything that's wrong with this plugin. If you still can't get New Points to work, be sure your using New Points version "1.9.8". Not sure why the others don't work.

Hope this all helps!

Written By: Fireworks, 30th April 2014

Again sorry for all these but here's the official post I made. It's much more organized and includes downloads of the fixed files:

http://community.mybb.com/thread-150232-...pid1072368

Written By: Fireworks, 30th April 2014

Write Review