Jump to the post that solved this thread.
Solved: 6 Years, 5 Months ago Get rid of automatic resizing for avatars?
#1
Solved: 6 Years, 5 Months ago
I tried looking in templates but can't find anything that says about resizing.

I changed the settings in the ACP to allow up to 150x150 px avatars but in the threads it is automatically resized. I know this is theme dependent but any ideas of where to go? I tried to look under postbit template but am lost.

Also it looks a bit off in the profile page itself as well: http://entertainmentjoy.com/user-1.html
Reply
#2
Solved: 6 Years, 5 Months ago
Each template should have a template that says TEMPLATENAME_avatar or something along those lines.

You can change the dimensions by changing
width_height
to
150_150

That might help you if I'm understanding you correctly. Smile
Reply
#3
Solved: 6 Years, 5 Months ago
Sorry not finding anything...
Reply
#4
Solved: 6 Years, 5 Months ago
Please..I need some help on where to go to edit this and what to edit.
Reply
#5
Solved: 6 Years, 5 Months ago
ACP > Configuration > Profile Options (20 Settings) > Default Avatar Dimensions & Maximum Avatar Dimensions.
The signature does not exisit.
Reply
#6
Solved: 6 Years, 5 Months ago
For threads, here you go mate "postbit_avatar".

Regards
WallBB
- MyBB Heart
Reply
#7
Solved: 6 Years, 5 Months ago
<div class="author_avatar"><img src="{$useravatar['image']}"height="150" width="150"alt="" {$useravatar['width_height']}  /></div>

is in the postbit_avatar and I edited it to the above...and I tried changing the 'width_height' at the end and still changes nothing.

EDIT: I found this under postbit_classic (which is what users will see)

And found this: not sure how to remove the post_author_scaleimages without throwing everything else off.


{$ignore_bit}{$deleted_bit}
<a name="pid{$post['pid']}" id="pid{$post['pid']}"></a>
<div class="post classic {$unapproved_shade}" style="{$post_visibility}" id="post_{$post['pid']}">
<div class="post_author scaleimages">
	{$post['useravatar']}
	<div class="author_information">
     <span class="smalltext">        
{$post['onlinestatus']} <strong><a href="javascript:;" id="userp">{$post['profilelink']}</a></strong><br />
   				{$post['usertitle']}<br />
                {$post['user_details']}<br /><br /><br />
                <div id="fadehover"> {$post['button_email']}{$post['button_pm']}{$post['button_www']}{$post['button_find']}{$post['button_rep']}</div>
			</span>
Reply
#8
Solved: 6 Years, 5 Months ago
dear If You Want Change avater Just Click On Upload Button Of The Site and Upload Image In Site
Reply
#9
Solved: 6 Years, 5 Months ago
Not that haha ^. I am trying to get the avatars to display at the full 150x150 in the postbit.

http://entertainmentjoy.com/thread-27-post-111.html

Right now it's at 50x50 it looks like. I'm just not sure where to edit, or what to edit.
Reply
#10
Solved: 6 Years, 5 Months ago
<div class="author_avatar"><img src="{$useravatar['image']}"height="150" width="150"alt="" {$useravatar['width_height']}  /></div>
That ^
Needs to be this
<div class="author_avatar"><img src="{$useravatar['image']}" alt="" {$useravatar['150_150']}  /></div>
OR this
<div class="author_avatar"><img src="{$useravatar['image']}" alt=""  /></div>
Reply
Jump to the post that solved this thread.


Forum Jump:


Users browsing this thread: 1 Guest(s)