um......ok I installed it....I had to modify it a little to fit my design....it shows up....colors/buddies/everything EXCEPT it isn't LINKED To the PM...
here's part of the code i have..also not sure if it makes a difference but it's in my FORUMHOME template.....not my pmloggedin
Code:
<form name="buddyjump">
<img src="{imagesfolder}/buddy_go.gif" border="0" alt="Message Buddy"><script>
function jumpMenu(){
location=document.buddyjump.buddymenu.options[document.buddyjump.buddymenu.selectedIndex].value;
}
</script>
<smallfont>
<select name="buddymenu" size="1">
<option>Buddy Messenger</option>
<option>Online Buddies</option>
$onlinebuddy
<option>Offline Buddies</option>
$offlinebuddy
</select></smallfont></td>
<a href="Javascript:jumpMenu()"></a>
</td></form>
help?