MyBB Community Forums

Full Version: Profile Picture
You're currently viewing a stripped down version of our content. View the full version with proper formatting.
So I downloaded this plugin https://community.mybb.com/mods.php?action=view&pid=127 and it works perfectly. But, I am wondering if someone can tell me how to get variable code that will input direct link to the user's image. (For example {$picture_direct_link})
I need this becaise I want to use it as user's profile cover here like shown on the link https://prnt.sc/1zl0j2y

EDIT: Okay, I found out that the variable for direct link is {$userprofilepicture['image']}, but when I add that in my custom theme in member_profile template, it doesn't show anytnig.

EDIT2: Okay, after about 30 mins of trying, I got it finally lol. Variable is {$memprofile['profilepic']}