Adriano Faria Posted December 18, 2017 Author Posted December 18, 2017 Ate you using the latest version (app now)? I cannot reproduce issues with Pages anymore.
SMBiT Professionals Posted March 27, 2018 Posted March 27, 2018 @Adriano Faria will this Application work with v4.3?
Adriano Faria Posted March 27, 2018 Author Posted March 27, 2018 18 minutes ago, SMBiT Professionals said: @Adriano Faria will this Application work with v4.3? I’ll support it in 4.3 when it’s released.
SMBiT Professionals Posted March 27, 2018 Posted March 27, 2018 1 hour ago, Adriano Faria said: I’ll support it in 4.3 when it’s released. Great! Looking forward to it, we're going to Launch our community with 4.3 and this addon is going to be required for going forward
Adriano Faria Posted April 10, 2018 Author Posted April 10, 2018 What's New in Version 1.2.0: IPS 4.3 compatibility
Adriano Faria Posted April 10, 2018 Author Posted April 10, 2018 2 hours ago, Adriano Faria said: What's New in Version 1.2.0: IPS 4.3 compatibility DO NOT use in IPS 4.2.X.
SMBiT Professionals Posted April 11, 2018 Posted April 11, 2018 Thanks for the update, i've installed on 4.3 and everything seems to be working correct for users that register using the Registration form however we're using an SSO Integration where users are being created from an oAuth integration that was developed by Invision and for those users the content is not being followed. Can you please shed some light on what the cause may be for this?
Adriano Faria Posted April 11, 2018 Author Posted April 11, 2018 (edited) It uses MemberSynch extension so it should do it. I can only imagine that 4.3 doesn’t use this extension in oAuth. I will have to take a look ir ask to IPS. Edited April 11, 2018 by Adriano Faria
Adriano Faria Posted April 11, 2018 Author Posted April 11, 2018 8 hours ago, SMBiT Professionals said: Thanks for the update, i've installed on 4.3 and everything seems to be working correct for users that register using the Registration form however we're using an SSO Integration where users are being created from an oAuth integration that was developed by Invision and for those users the content is not being followed. Can you please shed some light on what the cause may be for this? 52 minutes ago, Adriano Faria said: It uses MemberSynch extension so it should do it. I can only imagine that 4.3 doesn’t use this extension in oAuth. I will have to take a look ir ask to IPS. Which type? Please inform all the details so I can try to reproduce.
SMBiT Professionals Posted April 12, 2018 Posted April 12, 2018 To be honest i'm not sure, i would suspect oAuth of some sort, we're not using the inbuilt Invision put together an application for us and it is not using the inbuilt oAuth support in 4.3, maybe i should go back to them and ensure that the MemberSynch is being called? Thanks for the reply.
Adriano Faria Posted April 12, 2018 Author Posted April 12, 2018 Yes. Tested "Other OAuth 2.0" handler with onCreateAccount, onProfileUpdate and onDelete. All work fine.
Stuart Silvester Posted April 12, 2018 Posted April 12, 2018 6 hours ago, SMBiT Professionals said: To be honest i'm not sure, i would suspect oAuth of some sort, we're not using the inbuilt Invision put together an application for us and it is not using the inbuilt oAuth support in 4.3, maybe i should go back to them and ensure that the MemberSynch is being called? Thanks for the reply. 7 minutes ago, Adriano Faria said: Yes. Tested "Other OAuth 2.0" handler with onCreateAccount, onProfileUpdate and onDelete. All work fine. You are assuming that if member validation is enabled, that everyone will validate. This isn't true for anyone that signs in with an SSO (be it Custom, OAuth, Facebook etc) or anyone that registers (when purchasing an item) in Commerce. You would be better to just use onCreateAccount() and make sure you have onDelete() supported for accounts that get removed (currently there are only methods for onCreateAccount() and onValidate())
Adriano Faria Posted April 12, 2018 Author Posted April 12, 2018 That’s what I use: [code] public function onCreateAccount( $member ) { if( \IPS\Settings::i()->reg_auth_type == 'none' )[/code] And when there's a validation: [code] public function onValidate( $member ) {[/code] I use both.
SMBiT Professionals Posted April 12, 2018 Posted April 12, 2018 Thanks for the feedback, everything looks to be working now, think there was a glitch in a config setting. Adriano Faria 1
Joel R Posted June 26, 2018 Posted June 26, 2018 Hi @Adriano Faria In Pages database with no categories, there's no way to choose to follow the database. (No selection) Is there a way to run a tool to apply this to all existing members? (Also, I don't want this to remove followed items, only add new followed items.)
Adriano Faria Posted June 26, 2018 Author Posted June 26, 2018 1 hour ago, Joel R said: In Pages database with no categories, there's no way to choose to follow the database. (No selection) Yes, as stated, it follow categories or items. If there are no categories, then there’s no category will show up to be followed. It won’t follow DB. 2 hours ago, Joel R said: Is there a way to run a tool to apply this to all existing members? (Also, I don't want this to remove followed items, only add new followed items.) No, the plugin runs only when the account is created. For existing members, I got: Joel R 1
John T Davis Posted July 1, 2018 Posted July 1, 2018 I sent this message to @Adriano Faria by PM as well, but I wanted to post it here in case anyone else was also experiencing this issue and had any insight. Hello, I hope you are doing well. Thank you for your hard work this great addition to IPS. Our forum has a large number of users, and we have quite a few sub-forums they need to be automatically subscribed to. This is exactly what we needed. I have a question about using Auto Follow Content with new accounts created in the AdminCP. Our organization's forum is private, only accessible by members, so one of the admins has been creating all new user accounts directly in the Users tab of AdminCP. The public sign-up link is disabled. I set up Auto Follow Content and created a new test account in the AdminCP, but the new test account isn't auto-following anything. I believe this is because when the admins create accounts by hand they aren't technically being validated. Then again, I also had the same issue when I enabled the sign-up link and set it for the simple sign-up option with admin validation. I'm not seeing automatic follows for the test user in either configuration. Am I missing something? I would appreciate any advice. Thanks! Sincerely, John T Davis
Adriano Faria Posted July 1, 2018 Author Posted July 1, 2018 5 minutes ago, John T Davis said: I sent this message to @Adriano Faria by PM as well, Message deleted, since you posted here. 6 minutes ago, John T Davis said: I set up Auto Follow Content and created a new test account in the AdminCP, but the new test account isn't auto-following anything. On this file description: Quote This application will admins to choose content (categories or items) to be automatically followed by new members when they create or validate the account (depending on your configuration). This works in register process in public side. Not on ACP.
John T Davis Posted July 1, 2018 Posted July 1, 2018 29 minutes ago, Adriano Faria said: On this file description: This works in register process in public side. Not on ACP. Hello, @Adriano Faria, Thanks for your reply, and please accept my apologies for the PM. I'm still learning my way around the Invision Community site, and I PM'd before I found this thread. Is there any combination of settings that would allow the plugin to work on a new user account that has to be approved by an admin? My issue here is that our forum is completely members-only. There is no public portion. So, we cannot allow unapproved sign-ups. At some stage in the process the new member has to be checked against our organization's membership roll before they have viewing/posting access. Thanks again!
Adriano Faria Posted July 1, 2018 Author Posted July 1, 2018 I'll have to release a new version to make it compatible on account creation via ACP. Will do it in a couple of days or so. John T Davis 1
John T Davis Posted July 1, 2018 Posted July 1, 2018 15 minutes ago, Adriano Faria said: I'll have to release a new version to make it compatible on account creation via ACP. Will do it in a couple of days or so. Thank you so much for putting this on the agenda for the next version. Right now I'm running the Bulk Followers Management plugin every time we add a member, which is wonderful (I used it to set follow preferences for 350 members at once when we first set up--it saved me incalculable time), but I'm looking forward to being able to automate this process, especially since I'm not normally the person in charge of adding new member accounts. Thanks again! Adriano Faria 1
Adriano Faria Posted July 13, 2018 Author Posted July 13, 2018 On 7/1/2018 at 8:20 PM, John T Davis said: Thank you so much for putting this on the agenda for the next version. Josh, it is following items when you create a member on ACP. I just tested it: Make sure you're using the latest version from marketplace. Also, it won't follow right away if you use any kind of validation. Items will be followed only after user validates the account.
Adriano Faria Posted July 13, 2018 Author Posted July 13, 2018 On 6/26/2018 at 1:28 AM, Joel R said: In Pages database with no categories, there's no way to choose to follow the database. (No selection) Joel, another client asked same thing... unless I'm not understanding, even the DB setting Use categories set to No, store records in the database directly, it creates a category and this category appears in the my app setting on a new tab: And when I create a new user, it follow the "DB", which actually is the category: Or did I misunderstand?
Joel R Posted July 13, 2018 Posted July 13, 2018 37 minutes ago, Adriano Faria said: Joel, another client asked same thing... unless I'm not understanding, even the DB setting Use categories set to No, store records in the database directly, it creates a category and this category appears in the my app setting on a new tab: And when I create a new user, it follow the "DB", which actually is the category: Or did I misunderstand? That's not what I saw. I don't see a category selector at all. Entire tab is blank! I'll take.a screenshot and give you access to after work.
Adriano Faria Posted July 13, 2018 Author Posted July 13, 2018 29 minutes ago, Joel R said: That's not what I saw. I don't see a category selector at all. Entire tab is blank! Ok. Make sure you’re using latest version. It was a issue a few versions ago when this was a plugin. It is an app now.
Recommended Posts