Adriano Faria Posted November 18, 2021 Author Posted November 18, 2021 14 hours ago, LiquidFractal said: I was editing one of my member groups (Guest) - specifically 13 hours ago, Adriano Faria said: Quick fix tomorrow in the morning. 👍 Download and open applications/invite/extensions/core/GroupForm/Invite.php and find; public function save( $values, &$group ) { if( $group->g_id != \IPS\Settings::i()->guest_group ) Change to: public function save( $values, &$group ) { $canInvite = 0; $isUnlimited = 0; if( $group->g_id != \IPS\Settings::i()->guest_group ) Save and upload. Fix should be available in a few days in marketplace. Not submitted yet.
Stuart B Posted November 18, 2021 Posted November 18, 2021 (edited) Top app & key feature of my site. Thanks Adriano for all the great work and updates! Edited November 18, 2021 by Stuart B Adriano Faria 1
Joey_M Posted November 24, 2021 Posted November 24, 2021 In a future update, could the function within the ACP be added to hide the 'invitees' tab in the users profile? I tried to guess if it could be done via CSS, but this is all a guessing game to me. #elProfileTab_node_invite_Invitees{ display: none; }
ASI Posted December 5, 2021 Posted December 5, 2021 (edited) Has "Invited By" on public profile been disabled in latest updates or do additional settings need modification? Not showing up now. Edited December 5, 2021 by ASI
Adriano Faria Posted December 5, 2021 Author Posted December 5, 2021 It has a setting to show. If it’s enabled and not showing, then it’s a bug. I’ll take a look when I have to update the app.
ASI Posted December 5, 2021 Posted December 5, 2021 (edited) Please do. It used to show but now is not regardless of any setting combination and clearing cache. Edited December 5, 2021 by ASI
Adriano Faria Posted December 6, 2021 Author Posted December 6, 2021 On 12/5/2021 at 3:02 AM, ASI said: Has "Invited By" on public profile been disabled in latest updates or do additional settings need modification? Not showing up now. I just tested on my online board and it is working just fine: Disabling the setting, it won't show up: The template is right: {{if \IPS\Settings::i()->is_on AND \IPS\Settings::i()->is_show_invited_by}} {{$user = \IPS\invite\Member::getMember();}} ...
ASI Posted December 7, 2021 Posted December 7, 2021 (edited) On 12/6/2021 at 7:56 AM, Adriano Faria said: The template is right: How can I check this? Mine is missing what your screenshot shows even though it is enabled in settings. You are running the latest IPS version? Any ideas then? Edited December 7, 2021 by ASI
Adriano Faria Posted December 7, 2021 Author Posted December 7, 2021 Latest IPS and Is versions, of course. If your version doesn’t has something, then probably you’re outdated. Create a new “default” theme, unmodified and test it on it, please. If you don’t know how to do it, send a message with ACP URL and credentials.
ASI Posted December 8, 2021 Posted December 8, 2021 4 hours ago, Adriano Faria said: Create a new “default” theme, unmodified and test it on it, please. Maybe its the theme though everything before the latest updates worked. Switching to 'default ips' theme is not enough (didn't work) and need to create a new default theme?
Adriano Faria Posted December 8, 2021 Author Posted December 8, 2021 10 minutes ago, ASI said: Maybe its the theme though everything before the latest updates worked. I wonder why as I didn’t touch that area since version 2.4.1 from November 2019, as you can see in the Changelog. Anyway, it’s working for me in a version installed from marketplace. So yes, you probably have a modified theme somehow; that’s the only reason for it not showing there. You can do what I requested and/or provide ACP access. I’ll test on a stock theme probably tomorrow. Otherwise, not a bug. Working just fine.
ASI Posted December 8, 2021 Posted December 8, 2021 20 hours ago, Adriano Faria said: You can do what I requested and/or provide ACP access. I’ll test on a stock theme probably tomorrow. Otherwise, not a bug. Working just fine. Indeed it is strange. Tried on a stock theme (same installation) and still didn't work. Is it possible to uninstall/reinstall without losing all the data somehow? Your inbox appears to be full.
Adriano Faria Posted December 8, 2021 Author Posted December 8, 2021 9 minutes ago, ASI said: Is it possible to uninstall/reinstall without losing all the data somehow? You would need to dump the records from invite_* tables and import them after reinstall. 11 minutes ago, ASI said: Your inbox appears to be full. Thanks. Fixed.
Fairoxx Posted March 12, 2022 Posted March 12, 2022 (edited) The app is very good, but I miss an option to delete donated invitations. Edited March 12, 2022 by Fairoxx
Adriano Faria Posted April 1, 2022 Author Posted April 1, 2022 What's New in Version 2.6.5 New feature: Added compatibility to Achievements New feature: Added compatibility to Webhooks
Adriano Faria Posted May 13, 2022 Author Posted May 13, 2022 What's New in Version 2.6.6: Script optimization to reduce queries in specific pages/areas of the app.
Chris Anderson Posted June 7, 2022 Posted June 7, 2022 (edited) Testing 4.7 Beta 6 today with the Invite System 2.6.6 app enabled. When I click on any of the groups, I get the following error: As long as "Invite" is enabled you can't modify "any" group settings. So, it's a bit of a problem. 😑 This occurs if server is running PHP 7.4 or PHP 8. Edited June 7, 2022 by Chris Anderson
Adriano Faria Posted June 7, 2022 Author Posted June 7, 2022 45 minutes ago, Chris Anderson said: Testing 4.7 Beta 6 today with the Invite System 2.6.6 app enabled. 45 minutes ago, Chris Anderson said: So, it's a bit of a problem. 😑 This occurs if server is running PHP 7.4 or PHP 8. Is this a test site or your live board? If it's your live board, you shouldn't update until you make sure all resources you use are compatible. I didn't test Invite System yet:
Chris Anderson Posted June 7, 2022 Posted June 7, 2022 1 minute ago, Adriano Faria said: this a test site Just wanted to give you a head's up as it might not be something you might overlook as part of your compatibility testing. Adriano Faria 1
Adriano Faria Posted June 7, 2022 Author Posted June 7, 2022 5 minutes ago, Chris Anderson said: Just wanted to give you a head's up as it might not be something you might overlook as part of your compatibility testing. Ok, I thought it was your live site. I’ll check it out. 👍
Adriano Faria Posted June 7, 2022 Author Posted June 7, 2022 (edited) 3 hours ago, Chris Anderson said: Testing 4.7 Beta 6 today with the Invite System 2.6.6 app enabled. When I click on any of the groups, I get the following error: As long as "Invite" is enabled you can't modify "any" group settings. So, it's a bit of a problem. 😑 This occurs if server is running PHP 7.4 or PHP 8. The issue happens because the Invite cache is deleted on app install/upgrade, so if you don't want to wait for the marketplace version, replace the following file: applications / invite / extensions / core / GroupForm / Invite.php The fix will load the Invite cache if it isn't in the Groups form. Also upload the following file: applications / invite / sources / Member / Group.php Edited June 7, 2022 by Adriano Faria Chris Anderson 1
Prince of Hell Posted August 6, 2022 Posted August 6, 2022 What is the point in invite system if Members can't invite people without email
Adriano Faria Posted August 7, 2022 Author Posted August 7, 2022 8 hours ago, Prince of Hell said: What is the point in invite system if Members can't invite people without email What do you suggest? Email address is still required for everything out there when you create an account. It IS required to create an account on IPS so it has a lot a point to me.
Prince of Hell Posted August 7, 2022 Posted August 7, 2022 7 hours ago, Adriano Faria said: What do you suggest? Email address is still required for everything out there when you create an account. It IS required to create an account on IPS so it has a lot a point to me. its should be a option but everyone i know dont want to be force to put email. just give us the code
Recommended Posts