SeNioR- Posted February 23, 2018 Posted February 23, 2018 If we click on "Sign in anonymously" at Sign In page, the "Remember me" checkbox becomes unchecked and "Sign in anonymously" is still unchecked
Jim M Posted February 23, 2018 Posted February 23, 2018 Please post any bugs found in the alpha/beta stage in our bug tracker: https://invisioncommunity.com/4bugtrack/alpha-and-beta-reports/ . Thanks!
SeNioR- Posted February 23, 2018 Author Posted February 23, 2018 @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
SeNioR- Posted February 23, 2018 Author Posted February 23, 2018 @AlexWright Quote Sorry, we can't show this content because you do not have permission to see it.
AlexWright Posted February 23, 2018 Posted February 23, 2018 Just now, SeNioR- said: @AlexWright Aww. Ok. It's been added to the bug list, so no worries!
SeNioR- Posted March 7, 2018 Author Posted March 7, 2018 Still no fixed. Also new bug with slide cover dasdsa.mp4
Stuart Silvester Posted March 7, 2018 Posted March 7, 2018 The first issue is fixed in the next beta build and the second issue has already been reported in the bug tracker.
SeNioR- Posted March 15, 2018 Author Posted March 15, 2018 Missing robots "noindex" tag for do=showReactionsComment Example url: https://invisioncommunity.com/forums/topic/444237-43-search-changes/?do=showReactionsComment&comment=2733669
SeNioR- Posted April 6, 2018 Author Posted April 6, 2018 @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'] );
bfarber Posted April 6, 2018 Posted April 6, 2018 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?
SeNioR- Posted April 6, 2018 Author Posted April 6, 2018 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
Stuart Silvester Posted April 6, 2018 Posted April 6, 2018 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
SeNioR- Posted April 6, 2018 Author Posted April 6, 2018 @Stuart Silvester I did not know that. Thanks for info.
SeNioR- Posted April 6, 2018 Author Posted April 6, 2018 Missing "noindex" for show=birthdays in Calendar app. Example URL: https://forum.invisionize.pl/calendar/1-kalendarz/2018/4/6/?show=birthdays
Recommended Posts
Archived
This topic is now archived and is closed to further replies.