donjakobo/A3M

Facebook profile picture not appearing on Manage Profile

Closed this issue · 2 comments

By default when viewing the Facebook profile picture on the Manage Profile page it isn't appearing.

It seems that the ?type=large?width=100&height=100 doesn't work so it just needs to be ?type=large.

I have noted out line 41 on /helpers/photo_helper.php
// $path .= '?width='.$width.'&height='.$height; // this appends size requirements to facebook image

Is there anyway to disable this when calling the function like the height and width are not required?

What version of A3M are you using?

This sounds like a 1.X branch for CI 2.X. Closing this as its old, will address this in CI3