PDA

View Full Version : Add-On Releases - Displays avatars your friend lists pop-up


BlackThorn
04-10-2010, 10:00 PM
Removed.

BlackThorn
04-11-2010, 01:54 PM
<i>Reserving first posting...</i>!

BlackThorn
04-11-2010, 01:59 PM
Ups! No avatars doesn't work but I fixed it !

Please try that again! =)

lucky luke!

hakan68
04-11-2010, 02:26 PM
love it, thanks, installed!

sulasno
04-11-2010, 02:34 PM
tagged and thanks

Furcal15
04-11-2010, 03:39 PM
Okay, installed it. Where is the buddy list suppose to pop-up?

BlackThorn
04-11-2010, 03:53 PM
Okay, installed it. Where is the buddy list suppose to pop-up?

Well, you can look at that on NAVBAR links.

"Show my buddies/friends pop-up" <--- like this

OR

Links: yoursite.com/forums/misc.php?do=buddylist&focus=1

OR

Look at that screenshot ;

COL NIL SATIS
04-11-2010, 05:53 PM
tagged !!!! looks great mate ..will install later

chriske
04-11-2010, 07:34 PM
Nice mod!

Have you seen my suggestion (http://www.vbulletin.com/forum/showthread.php?335316-Contacts-Pop-Up-%28Improve%29)? Would be great if the moderators have there own tab I think.

Jabong82
04-11-2010, 07:55 PM
Hello my friend great mod as always!

Oh also for anyone else I had to mod the popout because I think I modified my navbar so the initial install link doesn't show up (I deleted many navbar items), so I used this code to place where I wanted it.


<a href="misc.php?do=buddylist&focus=1" onclick="window.open(this.href, 'popupwindow', 'width=500,height=500,scrollbars,resizable'); return false;">Buddy List</a>

Because if you use the "misc.php?do=buddylist&focus=1" when you click on it it will just go to another page, so if you want a "pop-out" window you have to add this.

Thanks again blackthorn for a great mod!

BlackThorn
04-11-2010, 09:52 PM
Hello my friend great mod as always!

Oh also for anyone else I had to mod the popout because I think I modified my navbar so the initial install link doesn't show up (I deleted many navbar items), so I used this code to place where I wanted it.


<a href="misc.php?do=buddylist&focus=1" onclick="window.open(this.href, 'popupwindow', 'width=500,height=500,scrollbars,resizable'); return false;">Buddy List</a>

Because if you use the "misc.php?do=buddylist&focus=1" when you click on it it will just go to another page, so if you want a "pop-out" window you have to add this.

Thanks again blackthorn for a great mod!


Hey, thank you too!!!!!
I'm glad for that new codes : )))
I'll add now this codes on first post.
You're welcome and thanks again brother.

sematopdemir
04-14-2010, 09:02 AM
love it, thanks, installed!

forumsonsuz
07-30-2010, 07:10 AM
teşekkürler harika

cafegitim.com
08-03-2012, 10:54 PM
wonderfull !!
thanks a lot

Tyran1
01-22-2013, 12:14 PM
Version for 3.8.7 ??

Edit: The Plugin works with 3.8.7

The Code for 3.8.7:

<tr>

<td class="alt1"><a href="member.php?$session[sessionurl]u=$buddy[userid]" target="_blank"><img src="$stylevar[imgdir_statusicon]/user_$buddy[statusicon].gif" alt="" title="<phrase 1="$buddy[username]" 2="$buddy[statusicon]">$vbphrase[x_is_y]</phrase>" border="0" /></a></td>

<td class="alt2" width="100%">
<if condition="$buddy[avatarurl]"><img height="30px" width="30px" class="inlineimg" src="$buddy[avatarurl]" border="0" /></if>
<label class="smallfont" for="buddy_$buddy[userid]">
<if condition="$show['highlightuser']"><span class="highlight">$buddy[username]</span><else />$buddy[username]</if></label></td>

<td class="alt1"><input type="checkbox" name="userid[]" id="buddy_$buddy[userid]" value="$buddy[userid]" /></td>
</tr>