/ Published in: PHP
                    
                                        
                            
                                Expand |
                                Embed | Plain Text
                            
                        
                        Copy this code and paste it in your HTML
// Include Jomsocial core
$jspath = JPATH_ROOT.DS.'components'.DS.'com_community';
include_once($jspath.DS.'libraries'.DS.'core.php');
// Include Messaging library
include_once($jspath.DS.'libraries'.DS.'messaging.php');
// Add onclick action
$onclick = CMessaging::getPopup($userid);
echo '<a onclick="<?php echo $onclick; ?>" href="javascript:void(0);">';
Comments
 Subscribe to comments
                    Subscribe to comments
                
                