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.
Pages: 1 2 3 4 5 6
(2016-03-21, 07:32 PM)Starpaul20 Wrote: [ -> ]Plugin has been updated to 1.2.

- Bug: Fixed size restriction broken for remote pictures
- URL improvements for Gravatars
- Optimized PNG image icon
- Bug: Fixed BMP images don't work for profile pictures
- Updated and arranged language variables
- Updated internal variable names

To update, you must first deactivate the plugin (do not uninstall), upload all new files and reactivate.

Unfortunately this doesn't work properly in 1.8. If i change maxium dimensions in user cp > misc, it doesn't get changed in user cp, its stuck on 200x200.

http://community.mybb.com/mods.php?action=view&pid=127
I added the picture, I want it to appear on the ground drawn in red. How can I do it? @Starpaul20

[Image: 33ekchf.png]
Unfortunately I'm having an issue with uploading. I upload my file, it shows up in my directory, but it is not added as a profile picture. Linking works fine, however uploading does not.

Edit: Nevermind I was using the version from your github instead of the stable release. This plugin is awesome, thanks!
How could I modify this to allow me to use {$profilepic} on the postbit as well? So it shows the users image on the postbit?
@tactrus - it doesnt make any sense to show it in postbit...
@Eldenroot

I modified it to show as profile backgrounds, and I want the users background to show on the postbit when the user posts.
You can call the profilepic img source with:
{$post['profilepic']}

e.g.:
<img src="{$post['profilepic']}" />
@SvePu

Cool, thanks!
(2016-05-14, 08:23 AM)thelovelyone Wrote: [ -> ]
(2016-03-21, 07:32 PM)Starpaul20 Wrote: [ -> ]Plugin has been updated to 1.2.

- Bug: Fixed size restriction broken for remote pictures
- URL improvements for Gravatars
- Optimized PNG image icon
- Bug: Fixed BMP images don't work for profile pictures
- Updated and arranged language variables
- Updated internal variable names

To update, you must first deactivate the plugin (do not uninstall), upload all new files and reactivate.

Unfortunately this doesn't work properly in 1.8. If i change maxium dimensions in user cp > misc, it doesn't get changed in user cp, its stuck on 200x200.

http://community.mybb.com/mods.php?action=view&pid=127

I can confirm this.
Are you referring to the profile picture on the User CP profile picture page? If so that's by design (to prevent large pictures from breaking the layout). They should be the right size in the profile proper.
Pages: 1 2 3 4 5 6