Posted February 23, 20187 yr If we click on "Sign in anonymously" at Sign In page, the "Remember me" checkbox becomes unchecked and "Sign in anonymously" is still unchecked
February 23, 20187 yr Please post any bugs found in the alpha/beta stage in our bug tracker: https://invisioncommunity.com/4bugtrack/alpha-and-beta-reports/ . Thanks!
February 23, 20187 yr Author @Jim M I don't have a "Clients" group anymore. I must renew the license I can't see the page Quote Sorry, there is a problem We could not locate the item you are trying to view. Error code: 2T254/2
February 23, 20187 yr Author @AlexWright Quote Sorry, we can't show this content because you do not have permission to see it.
February 23, 20187 yr Just now, SeNioR- said: @AlexWright Aww. Ok. It's been added to the bug list, so no worries!
March 7, 20187 yr The first issue is fixed in the next beta build and the second issue has already been reported in the bug tracker.
March 15, 20187 yr Author Missing robots "noindex" tag for do=showReactionsComment Example url: https://invisioncommunity.com/forums/topic/444237-43-search-changes/?do=showReactionsComment&comment=2733669
April 6, 20187 yr Author @bfarber After the Facebook scandal, Facebook has changed a little bit in the API code so that the synchronization of photos and covers does not work. monthly_2018_04/_rofilepic.b9ea5a303031b2aad5cf3ea0f2b8f2d3 I see that sync cover on IPS also don't working. @claudiuhks -> cover -> https://dne4i5cb88590.cloudfront.net/invisionpower-com/monthly_2018_04/_overpic.b826d08e589cd25c487e7524aa760424 Now URl to covers and profile pics look like https://lookaside.facebook.com/platform/coverpic/ https://lookaside.facebook.com/platform/profilepic/ An alternative in IPS 4.2.8 is to return a direct link in ProfileSync\Facebook.php return \IPS\Http\Url::external( $response['data']['url'] ); Edited April 6, 20187 yr by SeNioR-
April 6, 20187 yr 11 hours ago, SeNioR- said: @bfarber After the Facebook scandal, Facebook has changed a little bit in the API code so that the synchronization of photos and covers does not work. monthly_2018_04/_rofilepic.b9ea5a303031b2aad5cf3ea0f2b8f2d3 I see that sync cover on IPS also don't working. @claudiuhks -> cover -> https://dne4i5cb88590.cloudfront.net/invisionpower-com/monthly_2018_04/_overpic.b826d08e589cd25c487e7524aa760424 Now URl to covers and profile pics look like https://lookaside.facebook.com/platform/coverpic/ https://lookaside.facebook.com/platform/profilepic/ An alternative in IPS 4.2.8 is to return a direct link in ProfileSync\Facebook.php return \IPS\Http\Url::external( $response['data']['url'] ); Is this something you're noticing locally, or did you notice broken photos here?
April 6, 20187 yr Author 30 minutes ago, bfarber said: Is this something you're noticing locally, or did you notice broken photos here? Broken profile pictures appear only on version IPS 4.2.8 and lower on my test live site. This error doesn't occur on Invision Community because it is 4.3 Edited April 6, 20187 yr by SeNioR-
April 6, 20187 yr 8 minutes ago, SeNioR- said: Broken profile pictures appear only on version IPS 4.2.8 and lower on my test live site. This error doesn't occur on Invision Community because it is 4.3 My solution for 4.2.8 and lower versions: $GetPhotoURL = \IPS\Http\Url::external( $response['data']['url'] ); $CreateNewAv = \IPS\Image::create( (string) \IPS\Http\Url::external( $GetPhotoURL )->request()->get() ); $CreatedAv = \IPS\File::create( 'core_Profile', 'imported-fb-photo-' . $this->member->member_id . '.jpg', (string) $CreateNewAv ); return $CreatedAv; Before: monthly_2018_04/_rofilepic.b9ea5a303031b2aad5cf3ea0f2b8f2d3 After: uploads/monthly_2018_04/imported-fb-photo-43866.jpg.2db3321122c507cf229795cb91e63dca.jpg We released a patch for 4.2.8 on March 28th
April 6, 20187 yr Author Missing "noindex" for show=birthdays in Calendar app. Example URL: https://forum.invisionize.pl/calendar/1-kalendarz/2018/4/6/?show=birthdays
Archived
This topic is now archived and is closed to further replies.