Invision Community 4: SEO, prepare for v5 and dormant account notifications Matt November 11, 2024Nov 11
June 11, 20186 yr @Adriano Faria I remember awhile back we had a discussion on this wonderful product, I was curious if there had been any updates on it since we last spoke; in particular the Facebook Twitter signup integration and their ability to bypass the invite system all together, or had that been fixed so even they have to put in a code before proceeding as normal users? Last we spoke you mentioned, this was an issue with Facebook and Twitter and you were working on their ability to bypass invite. I eagerly await your response, Kind Regards. Brian Edited June 11, 20186 yr by Humanastorian
June 12, 20186 yr Author Yes, not a issue with social networks. This resource works in regular registration. I’ll take a look for a future version.
June 12, 20186 yr This is great! Question - Is there a way to do 1 code to invite several on facebook though facebook messenger? Is there a way to tie in the code through a trial subscription? Thanks again!
June 12, 20186 yr Author 4 hours ago, Kassandra Taggart said: Is there a way to do 1 code to invite several on facebook though facebook messenger? The post above yours says it’s not compatible with social network. It works only for regular registrations. 4 hours ago, Kassandra Taggart said: Is there a way to tie in the code through a trial subscription? No.
June 19, 20186 yr On 6/11/2018 at 5:21 PM, Adriano Faria said: Yes, not a issue with social networks. This resource works in regular registration. I’ll take a look for a future version. Thanks for the response. You have been one of the greatest modifiers of these applications. Your response time is amazing and you really look into things! Just to clarify. When the user uses Facebook or Twitter now, it will force them to use the code now? last we spoke it was an issue you were working on.
June 19, 20186 yr Author No, not working on this and won’t be for a while. I’m working in two big projects. After I finish them, will add new features in my resources. For now I’m only fixing bugs when they appear. Edited June 19, 20186 yr by Adriano Faria
July 6, 20186 yr Author 2 hours ago, zxycc98 said: When the user registration prompts this error, how can this be resolved? You don’t show as a user who should be using this (you’re not in the purchasers list), so I’m not sure which version you are using, as the latest hasn’t this error. Uninstall it. --------------------------- EDIT: Thanks for purchasing it. Now update your install. Edited July 6, 20186 yr by Adriano Faria
July 21, 20186 yr Author What's New in Version 2.1.0: New Features: Added link to the Invitations listing for mobile devices in user bar Added new setting to require an invitation code for accounts created via Social Media
August 3, 20186 yr It appears that the Invite System ignores the requirement to utilize the “Invitation Code” when creating an account via LinkedIn. As shown below I left all of the “required” Sign Up fields blank. If a person clicks on the “Sign in with LinkedIn” as shown above they will be directed to the following screen: Upon clicking on “Sign In” button the web browser redirects to the forum with the member showing up as a new member Signed in via LinkedIn. Here is a screenshot of the setting showing that the “Require an invitation to register an account via Social Media” has been enabled. I went ahead and tried again with an “Invitation Code” as shown below: Upon clicking on “Sign In” button the web browser redirects to the forum with the member showing up as a new member Signed in via LinkedIn. When I verify the Invitation Code I find that the app does not show that the code had been claimed.
August 4, 20186 yr I tested the above scenario with the Microsoft Login and see the same results. If I setup an account without using a Social Media Login the app works as expected. Please provide guidance on how to setup the app to work with Social Media Logins (LinkedIn and Microsoft) as it doesn't seem to work for me
August 4, 20186 yr Author You better disable it for now. I don’t have how to test it as I don’t use social media on my board. It was a request from another user who said it was ok. I don’t even tested it. Your best bet for now is disable this new feature. It will be fixed or removed as soon as I get a reply. Edited August 4, 20186 yr by Adriano Faria
August 30, 20186 yr On 8/4/2018 at 4:26 PM, Adriano Faria said: You better disable it for now. I don’t have how to test it as I don’t use social media on my board. It was a request from another user who said it was ok. I don’t even tested it. Your best bet for now is disable this new feature. It will be fixed or removed as soon as I get a reply. Hello @Adriano Faria I reinstalled my forum software today and setup and verified that I could login via LInkedIn, Twitter, Microsoft, Google and Facebook. I then installed your app and was able to create an regular account utilizing an Invitation Code but I can't seem to get your app to work when using social media accounts as mentioned above. As you don't have social media setup on your board to test I encourage you to logon to my board and test out your app. Login credentials have been mailed to your inbox here. If I don't have something setup correctly in my ACP to allow for your app to work as expected please make the appropriate change and let me know. If the site is okay, please make the appropriate changes to your software and feel free to test it out on the site. Edited August 30, 20186 yr by Christopher Anderson
September 20, 20186 yr The site is now running 4.3.6 and fully setup with all of the social media logins ready for testing the new release On 7/21/2018 at 7:03 AM, Adriano Faria said: Added new setting to require an invitation code for accounts created via Social Media and to troubleshoot your newly added code mentioned above.
September 20, 20186 yr Author Ok. I’ll call probably in a couple of days. Just finishing something here.
September 30, 20186 yr Author 37 minutes ago, cpehydra said: Inserting "0" as the invite code bypasses.... Any fix for this? WTF, true! Checking this.
September 30, 20186 yr 1 minute ago, Adriano Faria said: WTF, true! Checking this. Yeah. I am trying to patch this in the registerScreen.php where you state the status of the code. Lmk if you have a easier fix.
September 30, 20186 yr Author Are you requiring invitation code (setting Require an invitation to register an account enabled) ?
September 30, 20186 yr 3 minutes ago, Adriano Faria said: Are you requiring invitation code (setting Require an invitation to register an account enabled) ? Yes I assume its because $invite = \IPS\Db::i()->select( '*', 'invite_invites', array( 'invite_code=?', $val ) )->first(); No null check or its not reaching the exception ? Edited September 30, 20186 yr by cpehydra
September 30, 20186 yr Author Fixed: I'm not sure why the invitation code is showing up in the last position. It should be below the confirm password field. Will try a bit more and then update it.
September 30, 20186 yr For now, can you post the fix? I am having tons of spam users register 🙂 1 minute ago, Adriano Faria said: Fixed: I'm not sure why the invitation code is showing up in the last position. It should be below the confirm password field. Will try a bit more and then update it.
September 30, 20186 yr Author I will update in a few minutes. Just trying to fix the position. If I don't fix the position now, will update it anyway.
September 30, 20186 yr 1 minute ago, Adriano Faria said: I will update in a few minutes. Just trying to fix the position. If I don't fix the position now, will update it anyway. Thanks
September 30, 20186 yr Author I give up in the position. I'll try next week. I'll update the file. On 9/20/2018 at 1:57 AM, Christopher Anderson said: The site is now running 4.3.6 and fully setup with all of the social media logins ready for testing the new release and to troubleshoot your newly added code mentioned above. I'll take a look on this too. I'll PM you this week.