Log in

View Full Version : Move Messenger Icons to Username Pulldown


JD210
07-29-2006, 10:00 PM
This small template modification will move the Messenger Icons and place them at the bottom of the Username Pulldown Menu.

In Postbit or Postbit (Legacy) Find:

<div>$post[icqicon] $post[aimicon] $post[msnicon] $post[yahooicon] $post[skypeicon]</div>

And Delete it.

Find:

<if condition="$post['userid'] AND $show['member']">
<tr><td class="vbmenu_option"><a href="profile.php?$session[sessionurl]do=addlist&amp;userlist=buddy&amp;u=$post[userid]"><phrase 1="$post[username]">$vbphrase[add_x_to_buddy_list]</phrase></a></td></tr>
</if>

Under it, add:

<tr>
<td class=vbmenu_option"><fieldset><legend><b>Instant Messengers:</b></legend>$post[icqicon] $post[aimicon] $post[msnicon] $post[yahooicon] $post[skypeicon]</fieldset></td>
</tr>

Save

Screenshot Attached.

JD210
07-30-2006, 07:27 PM
Thanks. It isn't for everyone, I agree. I didn't like them where they were so I decided to move them. To each their own.

Jeordie015
07-31-2006, 09:18 PM
I like the idea, but I don't think it looks very good. If you could make it so they were text links, that would be better. So it would be like...

AIM: aimusername
MSN: msnusername
YIM: yahoousername
ICQ: icqnumber

Would that be possible?

JD210
07-31-2006, 10:00 PM
Probably. Doesn't seem like it would be too hard. Let me see what I can do.

Jeordie015
07-31-2006, 10:20 PM
Or maybe put them in a separate pulldown menu. I don't know.

JD210
08-01-2006, 02:57 PM
Like I said I will look into other possiblities and see what is doable.

LittleAndroidMa
09-23-2006, 03:06 PM
This works for 3.6.x and 3.6.1!

JD210
09-23-2006, 07:30 PM
Thanks, I thought it would but I hadn't gotten around to trying it yet.

Chicago_VLNU_4s
10-16-2006, 03:41 PM
i likes it this way. turned off the enabling of Instant messenging icons on my board till now. Thanks **INSTALLED**