MyBB Community Forums

Full Version: Avatar problem
You're currently viewing a stripped down version of our content. View the full version with proper formatting.
I installed Default Avatar plugin because apparently they removed it from the 1.8 version of mybb. So I put my default avatars in and when I went to test it, the images are shown way too big:
https://gyazo.com/287d8b6623f9eeba46e646fd0dbe12cd

My second problem is that there is this white background on my avatar on this thread:
http://forums.watchonepiece.org/showthread.php?tid=1

The image file is png and has a transparent background but it is showing a white background for some reason, note I had this problem before I installed the Default Avatar plugin. So I don't think it has anything to do with that. On my usercp there is no white background but on the thread there is.

EDIT:
Also is there a way to edit the error messages for example https://gyazo.com/6e4bb813f159dd54cfb7d259a530d551 change the 'We cannot process your registration because there has already been 1 new registration(s) from your ip address in the past 876581 hours. Please try again later." to something else?
(2015-08-14, 01:58 AM)bundun Wrote: [ -> ]Also is there a way to edit the error messages for example https://gyazo.com/6e4bb813f159dd54cfb7d259a530d551 change the 'We cannot process your registration because there has already been 1 new registration(s) from your ip address in the past 876581 hours. Please try again later." to something else?

inc/languages/english/member.lang.php is the file for these messages (the message you mention is on line 204.

Sorry I connot help with the avatar problem.
For white background: ACP >> Themes >> Your theme >> global.css

find and remove or comment out the following part...


.post .post_author div.author_avatar img {
 padding: 5px;
border: 1px solid #ddd;
background: #fff;
}


Most of the error messages can be edited from ACP >> Configuration >> Languages >> English >> (Options) Edit Variables

and this message is found in member.lang.php and the variable to edit is error_alreadyregisteredtime

for the first problem, i would like to have a test account so i can check what exactly the issue...
Thanks guys for the help worked perfectly