donjakobo / A3M

A3M - Bootstrapped - A CodeIgniter OpenID/Oauth boilerplate library utilizing Twitter Bootstrap UI
Other
107 stars 53 forks source link

Facebook profile picture not appearing on Manage Profile #114

Closed grafxflow closed 8 years ago

grafxflow commented 10 years ago

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 <?php echo showPhoto(); ?> like the height and width are not required?

StorytellerCZ commented 9 years ago

What version of A3M are you using?

donjakobo commented 8 years ago

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