Quote:
Originally Posted by rknight111
I am making a left side menu on my site and I am looking for the code to call up the pager. I will have a button 'Page Member' Does anyone know what the coding is to get the button to do this..
RON
|
Do you mean a button for individual members??
If so then thats simple:
Code:
<a href="#" onclick="window.open('$vboptions[bburl]/pager.php?do=buddylist&puserid=3','pagerbuddylist','statusbar=no,menubar=no,toolbar=no,scrollbars=yes,resizable=yes,width=620,height=500'); return false;"> Member A </a>
Just change the userid to what you need.