Jump to content

Invite System

Featured Replies

 

It always worked nice for Mandrill. So it doesn't work for Sparkpost?

Will check!

Andreas

  • Replies 736
  • Views 71.5k
  • Created
  • Last Reply

Top Posters In This Topic

Most Popular Posts

  • Nice to hear, this is your list: Export Generated Invits (Batch) on admin side (CSV, TXT) Invite to include a Coupon from the online store if it was activated Manage the case when

  • Robert Clarke
    Robert Clarke

    Any chance of adding a option to purchase a invite code? "No invite code? No Problem! Purchase a invite code for $10 HERE" and they pay via paypal and done.  Willing to pay more than 15 if this is can

  • Adriano Faria
    Adriano Faria

    @Martin1980, @Chris Bell, @JiigSaaw, @socceronly and everybody else interested on this app, I'm planning an upgrade soon. I know you all made suggestion but it is all spread out on the topic. Can

Posted Images

Any way of adding "members get x invitations on sign up"? I hate giving out bonus every time a new memeber signs up.... 

  • Author
 

Any way of adding "members get x invitations on sign up"? I hate giving out bonus every time a new memeber signs up.... 

Sure.

  • Author
 

• page Invitations are too narrow when viewing from mobile phone:
oxL3.png

Just tested it and this is exactly how it is displayed on mobile devices for other tables accross the suite.

See MEMBERS on a "PC view":

Capturar1.png

Now, same screen on Mobile:

Capturar2.png

That's how what the default styles allows us to do.

 

Will check!

Andreas

Can you confirm? I'm just waiting for your reply to update the app.

  • Author

 

@d92s, can you confirm invitations are working for you with Sparkpost? Do you use FTP?

 

 

@d92s, can you confirm invitations are working for you with Sparkpost? Do you use FTP?

Hello,

 

Yes, I use FTP. Invitations via Sparkpost working fine. I sent out 6 invitations, working fine as of last night. 

  • Author
 

Hello,

 

Yes, I use FTP. Invitations via Sparkpost working fine. I sent out 6 invitations, working fine as of last night. 

Thank you.

  • Author
 

I have a lot of accepted invitations. When I turn: "Display the pop-up Invitations link on the top board?" page loads 3 times longer. Lags. It could use a cache or eliminate a large database query that slows down the loading of the page. He wants to have this function, but a party has acted quickly.

I have added a limit of 10 invitations in that popup... will display the latest 10 convert invitations. I will come back on this in 4.2.

 

Is the new version will be a button to delete all expired invitations? I have them above 15000. I would like to remove them.

I just added a button on Invitations (ACP).

 

Wow, you are really quick ;)

I'm still about to figure out at which level this message is triggered. Invalid domain refers to the sender domain?

I tried it with different recipient domains.

Forum domain and sender domain match. The strange thing: All mails including the IPBoard test mail go out without problems, it's only the invitations.

Will try to find out more...

After one week and another user says it works fine with Spartpost on his board, I can't wait anymore.

Let me know if you have problems on this new version.

 

Add feature to set comment for batch invitations. Then we will know from which campaign a new member joined.

 

 

Elaborate. :thumbsup:

As you didn't explained, it will be added in a future version, if it worths.

  • Author

What's New in Version 2.0.11:

New feature:

  • Added new setting to give invitations when a new member creates the account
  • Added a button on Invitation (ACP) to delete all expired invitations

Fixes:

  • Fix the number of invitations on Batch Invitation feature
  • Limit to latest 10 converted invitation on board top icon. All converted invitation can be accessed via Account Settings.
 

 

As you didn't explained, it will be added in a future version, if it worths.

Knowledge which campaign is worth and where a member knew about us is important for owners who invest a lot of time to their forums.

 

Can you confirm? I'm just waiting for your reply to update the app.

Didn't work for me but didn't have time to dig deeper.

Will install the new version and check again.

Andreas

 

Hello,

 

Yes, I use FTP. Invitations via Sparkpost working fine. I sent out 6 invitations, working fine as of last night. 

Goog to know.

Do you use the Sparkpost API or Sparkpost via SMTP?

Andreas

OK, works now with Spakrpost API!

Not sure what it was - sender is now the forum itself but not the inviting member.

Is that correct?

Andreas

@Adriano Faria Could you hide members with unlimited invites on Members page (Invitations per Member)? They are listed if previously they had limited invitations and were moved to group with unlimited ones.

The best would be hooking of changing member group and set invites_remaining column respectively. Then it would be possible to set start quantity of invites for each group not just for new members...

Edited by Safety1st

  • Author

Sorry, I have no idea what you are talking about. Can you clarify?

Edited by Adriano Faria

Any way to generate a code without an email required?

  • Author
 

Any way to generate a code without an email required?

Batch Invitation on ACP. Public side, no.

IPS4 have the feature of make a user when purchase a membership using Commerse, but i see if i active this feature the invite system don't work, can you added in next version to support invite code when use that feature.?

  • 3 weeks later...
 

Hello @Adriano Faria

Bought this plugin and using it for months, but facing an issue with the latest IPS update :

While creating an account with a valid invitation code and valid informations, I'm facing this error : 

You are not permitted to register a user account with this site.

Error code: 2S129/1

I'm running the 2.0.8 version on IPS 4.1.12.1.

Any workaround ?

Best regards,

Hello @Adriano Faria

I'm still facing the same issue, with the error "2S129/1".

The second character "S" in the error code means it comes from an external application.
Without the invite system: anybody can register.
With the invite system: error shown.

Can you please help on this point? Quite sure it comes from here.

I'm now running IPS 4.1.14.1 with Invite System 2.0.11. Nothing else!

  • Author

I used a core error (I'll change that), which gives you two possibilities here:

- Error comes from my app:

				/* Force email address */
				if( \IPS\Settings::i()->is_emailfrominvite )
				{
					if( $values['email_address'] != $invite['invite_invited_email'] )
					{
						\IPS\Output::i()->error( 'is_error_notsameemails', '2S129/1', 403, '' );
					}
				}

Cause: You're using the setting to make invited users to create the account using the invited email.
Error: User are using another email.

See:

Capturar.png

- Error comes from Core (Spam Service):

		/* Query spam service */
		if( \IPS\Settings::i()->spam_service_enabled )
		{
			if( $member->spamService() == 4 )
			{
				\IPS\Output::i()->error( 'spam_denied_account', '2S129/1', 403, '' );
			}
		}

Cause: The user email or IP address is listed in some black list or are directly blocked by the IPS Spam Service, of consecutive attempts to create an account in some forum (yours or any other that users IPS Spam Service).

 

To make sure in which case you are, please upload the following file to applications/invite/hooks: is_registerScreen.php

If the error comes from my app (you are forcing new users to use the invited email), the error now will be: INVSYSTEM-WRONGEMAIL/1. If it still appears 2S129/1, then the user is blocked by IPS Spam Service.

Can members type in the refferers user name instead of the invitation code or does this only work with code?

  • Author

No. This is not a REFFERAL system.

  • 3 weeks later...
 

Sorry, I have no idea what you are talking about. Can you clarify?

With pleasure. I believe we don't need members with unlimited invitations to be listed here. I hope now you will understand the rest:

 

Could you hide members with unlimited invites on Members page (Invitations per Member)? They are listed if previously they had limited invitations and were moved to group with unlimited ones.

The best would be hooking of changing member group and set invites_remaining column respectively. Then it would be possible to set start quantity of invites for each group not just for new members...

 

 

Earlier I tried to explain why do I need new option:

 

Knowledge which campaign is worth and where a member knew about us is important for owners who invest a lot of time to their forums.

I spent some time to describe the idea. Please be nice to your customer and respond to suggestion at least.

 

And the new request. If a member invited nobody I believe 'Invitees' tab should be hidden like IPS does for every empty profile field.
QPQY.jpg

Edited by Safety1st

  • Author
 

Please be nice to your customer and respond to suggestion at least.

As I already said twice in this topic, new features only on IPS 4.2. I will read them all and will decide what to do in proper time.

 

If a member invited nobody I believe 'Invitees' tab should be hidden like IPS does for every empty profile field.

A query is required to do that... useless use of resource, IMO.

 

I believe we don't need members with unlimited invitations to be listed here.

Which members page? This app does not has a MEMBERS page. It has an INVITATIONS page on ACP where shows the status of invitations.

Edited by Adriano Faria

 

Members page (Invitations per Member)

D4ma.jpg

As I already said twice ©

  • Author

Can't see your image.

Recently Browsing 0

  • No registered users viewing this page.