![]() |
Avatar buddy for online
PHP Code:
PHP Code:
|
Quote:
|
What does this do?
Quote:
|
Velocd, how do I make it so the title can have smilies in it for the buddy listing?
|
Quote:
|
Are you sure his doesn't already do this? The way I understood it is that it would show the avatar for online users as well, but not washed out (as I call it). :)
Quote:
|
velocd - is there any chance that you could make it so that if the avatar is bigger than the column... it resizes it to fit?
- Mist |
Yes, there is a way. Thank you for reminding me how to do it. :) These are set at 64x64, but you can use whatever dimensions you need.
In the usercp.php file, replace this: Code:
$avatarimage='<img src="'.$avatarurl.'" border="0" alt="Search for all posts by '.$username.'">'; Code:
$avatarimage='<img src="'.$avatarurl.'" border="0" alt="Search for all posts by '.$username.'" width="64" height="64">'; Code:
$avatarimage='<img src="'.$avatarurl.'" border="0" style="filter:alpha(opacity=50)" alt="Search for all posts by '.$username.'">'; Code:
$avatarimage='<img src="'.$avatarurl.'" border="0" style="filter:alpha(opacity=50)" alt="Search for all posts by '.$username.'" width="64" height="64">'; |
thanks for this hack a good job
|
^ thanks boofo :D
|
All times are GMT. The time now is 08:04 AM. |
Powered by vBulletin® Version 3.8.12 by vBS
Copyright ©2000 - 2025, vBulletin Solutions Inc.
X vBulletin 3.8.12 by vBS Debug Information | |
---|---|
|
|
![]() |
|
Template Usage:
Phrase Groups Available:
|
Included Files:
Hooks Called:
|