masterross
01-01-2006, 09:39 AM
Hello,
I have this request:
i have installed all avatars in my forum with size 100x100
but i want different user-groups u see/use these avatars in secific size
for example
registrated users would select these avatars with size 50x50
privilaged users would select these avatars with size 80x80
Moderators will use 100x100
it's a very simple hack and i think should be add it in next vB release! :)
please help me
BR,
Ross
hi again
it seems to be very easy thing
plasse help us to do it
for example i've chnaged in postbit_legasy:
<img src="$post[avatarurl]" alt="<phrase 1="$post[username]">
to
<img src="$post[avatarurl]" width="80" height="80" alt="<phrase 1="$post[username]">
and now avatars are 80x80 but for all user-groups
i want to have option to set different sizes for each user-groups
please advise me how to do it
thanks,
Ross
I have this request:
i have installed all avatars in my forum with size 100x100
but i want different user-groups u see/use these avatars in secific size
for example
registrated users would select these avatars with size 50x50
privilaged users would select these avatars with size 80x80
Moderators will use 100x100
it's a very simple hack and i think should be add it in next vB release! :)
please help me
BR,
Ross
hi again
it seems to be very easy thing
plasse help us to do it
for example i've chnaged in postbit_legasy:
<img src="$post[avatarurl]" alt="<phrase 1="$post[username]">
to
<img src="$post[avatarurl]" width="80" height="80" alt="<phrase 1="$post[username]">
and now avatars are 80x80 but for all user-groups
i want to have option to set different sizes for each user-groups
please advise me how to do it
thanks,
Ross