PDA

View Full Version : How to increase Profile Avatar images size


nomoreturn
05-21-2011, 12:04 AM
Hello every one i want to know How to increase profile Avatar size in postbit i chang in usergroup option
Custom Avatar Maximum Width ( 800 pixels)
Custom Avatar Maximum Height ( 600 pixels)
but i still have same size
please help me

vBNinja
05-21-2011, 12:09 AM
Admincp -> usergroups -> select the usergroup you want to set permissions for -> look for profile picture size and modify it to your liking -> save

Note: after changing this, the current profile pics wont make themselves bigger, you will need to delete your current profile picture and re upload it to see the change in the postbit

Lynne
05-21-2011, 12:19 AM
Unless you have modified the profile page, that isn't the avatar there. That should be the profile picture. And, if you want this modified via CSS, you will need to post a link to a profile that we can see.

nomoreturn
05-21-2011, 12:43 AM
Thanks for quick reply here is a profile link you have to login for profile
user =
pass=
http://www.mastdunya.com/members/29-test
and here is post
http://www.mastdunya.com/threads/2683-test?p=10938#post10938

--------------- Added 1305942321 at 1305942321 ---------------

Admincp -> usergroups -> select the usergroup you want to set permissions for -> look for profile picture size and modify it to your liking -> save

Note: after changing this, the current profile pics wont make themselves bigger, you will need to delete your current profile picture and re upload it to see the change in the postbit
I already did this but no diffrence

Lynne
05-21-2011, 03:53 AM
OK, as mentioned, if you want the usergroups to have larger size avatars, you should increase it as a usergroup setting. But, if you want them all to be the same size in the postbit, you will need to write some CSS. Something like:
.postbitlegacy .userinfo .postuseravatar img {width: 300px;}

(800px or 600px is really, really large. So is 300px, but it's just an example.)

nomoreturn
05-21-2011, 12:23 PM
Thanks allot Lynne its working now