Jump to content

Database spot for outsider links IPB


.:HyPeX:.

Recommended Posts

Posted

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...

My ingame nick is ~HyPeX~

BF3 Gamemode Progress: ~30% - Currently working on AI & MapManager

gKhdyRJ.png

Posted

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.

Previously known as MrTasty.

Posted

bump, any idea over this? Else i thought about disabling Gravatar itself, but i dont know how.

My ingame nick is ~HyPeX~

BF3 Gamemode Progress: ~30% - Currently working on AI & MapManager

gKhdyRJ.png

Posted

In IPB, a user can choose to use a different email for gravatar than the account email, but yeah, Thomas' post is quite accurate.

Previously known as MrTasty.

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 account

Sign in

Already have an account? Sign in here.

Sign In Now
  • Recently Browsing   0 members

    • No registered users viewing this page.
×
×
  • Create New...