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&userlist=buddy&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.
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&userlist=buddy&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.