.:HyPeX:. Posted March 29, 2015 Share Posted March 29, 2015 Hello, i got a question, where in the IPB database can i find the external link for external images used on avatars? This is becouse normal uploaded images are seen in the table "profile_portal", under the "pp_main_photo" column, but if the avtar is an external link, then the field appears blank... Link to comment
Addlibs Posted March 29, 2015 Share Posted March 29, 2015 Uploaded images are downloaded by IPB. They will appear under pp_main_photo I believe. Gravatar images, however, are linked this way: "http://www.gravatar.com/avatar/"..md5( pp_gravatar ) pp_gravatar column is found in the ipb_profile_portal table. Check pp_photo_type if it matches "gravatar", then attempt to fetch the gravatar image using the above URL. Link to comment
.:HyPeX:. Posted March 29, 2015 Author Share Posted March 29, 2015 I'm looking at the profile_portal table, pp_gravatar is an empty field... This is the current link showed in the avatar of said member: http://www.gravatar.com/avatar/c675d881 ... _large.png However i coudlnt find this anywhere.. Link to comment
.:HyPeX:. Posted April 2, 2015 Author Share Posted April 2, 2015 bump, any idea over this? Else i thought about disabling Gravatar itself, but i dont know how. Link to comment
Tomas Posted April 2, 2015 Share Posted April 2, 2015 You need to get user's email "http://www.gravatar.com/avatar/"..md5("[email protected]")" http://www.gravatar.com/avatar/0ced2196 ... 158ee6.png Link to comment
Addlibs Posted April 2, 2015 Share Posted April 2, 2015 In IPB, a user can choose to use a different email for gravatar than the account email, but yeah, Thomas' post is quite accurate. Link to comment
.:HyPeX:. Posted April 2, 2015 Author Share Posted April 2, 2015 Oh thanks, i guess that will help, i'll try that. Link to comment
Recommended Posts
Create an account or sign in to comment
You need to be a member in order to leave a comment
Create an account
Sign up for a new account in our community. It's easy!
Register a new accountSign in
Already have an account? Sign in here.
Sign In Now