Alright, when a member uploads a background image, how do I make it so all that shows is a 100x100 sized thumbnail rather than that huge thumbnail that shows after they upload? Its takes up 70% of the "customize profile" box. Thanks guys.
Alright, when a member uploads a background image, how do I make it so all that shows is a 100x100 sized thumbnail rather than that huge thumbnail that shows after they upload? Its takes up 70% of the "customize profile" box. Thanks guys.
SocialEngine 2.81 Nulled
We are having similar issues. When a user uploads a huge image as background, they lose the ability to delete the background as it overs the controls in Customize Profile. So we need to restrict the size of the image when previewing it in Customize Profile.
Any suggestions ?
Thanks!!!
I think I found a cheap fix to the problem and it also sets the background image size to 100x100 in Customize Profile.
I am not sure what implications this has on other stuff but it's testing well on our site.
profile_customize.php
Find:
Replace with:PHP Code:$bgimage = $bgimage ? "<img src=\"{$site['profileBackground']}$bgimage\" alt=\"background\">" : '';
Hope this helps!!!PHP Code:$bgimage = $bgimage ? "<img src=\"{$site['profileBackground']}$bgimage\" alt=\"background\" height=\"100\" width=\"100\">" : '';
Wow, never saw that. I will defiently test that later.. just reinstalled windows hehe. Alot to do before editing![]()
SocialEngine 2.81 Nulled
There are currently 1 users browsing this thread. (0 members and 1 guests)
Bookmarks