Version: 1.00, by Velocd
Developer Last Online: Nov 2023
Version: 2.2.x
Rating:
Released: 08-28-2002
Last Update: Never
Installs: 50
No support by the author.
Stylin' Buddy List
This hack is so small, and so quick, that it could "almost" be considered a template addition. In some cases, I should have just included it in the template forum, but in the long run more people would see it this way.
Basically this will make you're current vBulletin UserCp buddy list, look like this one.
You might have to adjust it alittle to your own preference, like most hacks.
Show Your Support
This modification may not be copied, reproduced or published elsewhere without author's permission.
LOL Velocd, you're not going to believe this...take a look at the attached picture and tell me if that is how it is supposed to look. I don't know what I did right, but I just reinstalled it and this is what I got.
The only thing I can see wrong is that I have double lines under the links.
That is indeed what it's suppose to look like, but you may want to enlarge the width of the table. It only looks odd because of the very large avatars. If you want to fix that, then maybe I suggest removing the avatar part, although that is the nifty part of this small hack.
You have double lines because regular URL links have lines underneath them. In my screenshot there are none, only because I add a class="" stylesheet attribute to some of my <a href> tags, for different color and to remove the underline.
If you want to fix that double line, just remove each:
to each one of the links. That should fix the double lines, I think.
Are the avatars supposed to be so washed out?
Great Hack and thank you for offering the help. I don't know what I did to get it working this time. All I did was re-install the hack and it worked. By the way, the lastvisit wasn't in mine, I added your code with it to it. Is that something new in 2.2.6, do you know?
Quote:
Originally posted by Velocd That is indeed what it's suppose to look like, but you may want to enlarge the width of the table. It only looks odd because of the very large avatars. If you want to fix that, then maybe I suggest removing the avatar part, although that is the nifty part of this small hack.
You have double lines because regular URL links have lines underneath them. In my screenshot there are none, only because I add a class="" stylesheet attribute to some of my <a href> tags, for different color and to remove the underline.
If you want to fix that double line, just remove each:
Velocd, would there be a way to make it so when a buddy IS online, the the avatar would not be washed out, only washed out when they are offline? That would be great!
Oh, ok. I didn't have a buddy online to check it. Sorry about that. Great hack! The wife loves it!
Quote:
Originally posted by Velocd The opacity of the avatars should only be reduced, or in your terms "washed out" , if the user is offline. According to how I hacked it.
Code:
$avatarimage='<img src="'.$avatarurl.'" border="0" style="filter:alpha(opacity=50)" alt="Search for all posts by '.$username.'">';
The above is what gives it the faded "offline" affect, of course this should already only be applied to those offline. :/