- This topic has 3 replies, 2 voices, and was last updated 13 years, 4 months ago by .
Viewing 4 posts - 1 through 4 (of 4 total)
Viewing 4 posts - 1 through 4 (of 4 total)
- You must be logged in to reply to this topic.
Support site for Tips and Tricks HQ premium products
by
Tips and Tricks HQ Support Portal › Forums › WP eMember › WP eMember Tweaks › Function to display eMember profile image
Hi. Is there a function to display the emember profile image?
From the looks of it, its simply uploaded with the eMember id + . extension. No reference in database.
Right now, my wordpress users and emember users are skewed because for some time the “create wordpress account” wasn’t checked.
Right now, my custom function looks up comment author user id, then passes that to the function, which i grabbed from the emember function of finding and displaying an image. But, like I said, my numbers aren’t aligned. So whats the way around this?
Either you have an easy function for me to use, or the function needs to get comment author, then query it for emember id, then go through the whole find the file name. Any help is appreciated thanks.
Admins?
Okay. I created my own function. Seriously, not sure why this was never done.
It was never needed. We are adding the following function that will go in the next build.
wp_emember_get_profile_image_url_by_id('Member-ID')