Mamboboard only supports myPMS Open Source and Pro. Is it possible to integrate with uddeIM?
Maybe support in the stable varsion of uddeIM.
Mambo 4.6.5 - Mamboboard 1.6.8 - uddeIM 1.6 integration:
1) Enter into /your_mambo_root/administrator/components/com_mamboboard/admin.mamboboard.php #591:
$pmlist[] = mosHTML::makeOption( 'udde', 'uddeIM');
2) Enter into /your_mambo_root/components/com_mamboboard/view.php #500:
/*let's see if we should use uddeIM integration */
if ($sbConfig['pm_component']=="udde" && $fmessage->userid && $my->id) {
$msg_pms = "<a href=\"" . sefRelToAbs('index.php?option=com_uddeim&task=new&recip='.$fmessage->userid). "\"><img src=\"";
if($sbIcons['pms']) {
$msg_pms .= "$mls/modules/mod_sbicons/" . $sbIcons['pms'];
} else {
$msg_pms .= "$mls/components/com_mamboboard/emoticons/sendpm.gif";
}
$msg_pms .= "\" alt=\"" . _VIEW_PMS . "\" border=\"0\" title=\"" . _VIEW_PMS . "\" /></a>";
3) In Mambo backend Components/MamboBoard Forum/Simpleboard Configuration -> Integration tab 2nd dropdownlist: select the 3rd "uddeIM" option.
Log in to post a comment.
Mamboboard only supports myPMS Open Source and Pro. Is it possible to integrate with uddeIM?
Maybe support in the stable varsion of uddeIM.
Mambo 4.6.5 - Mamboboard 1.6.8 - uddeIM 1.6 integration:
1) Enter into /your_mambo_root/administrator/components/com_mamboboard/admin.mamboboard.php #591:
$pmlist[] = mosHTML::makeOption( 'udde', 'uddeIM');
2) Enter into /your_mambo_root/components/com_mamboboard/view.php #500:
/*let's see if we should use uddeIM integration */
if ($sbConfig['pm_component']=="udde" && $fmessage->userid && $my->id) {
$msg_pms = "<a href=\"" . sefRelToAbs('index.php?option=com_uddeim&task=new&recip='.$fmessage->userid). "\"><img src=\"";
if($sbIcons['pms']) {
$msg_pms .= "$mls/modules/mod_sbicons/" . $sbIcons['pms'];
} else {
$msg_pms .= "$mls/components/com_mamboboard/emoticons/sendpm.gif";
}
$msg_pms .= "\" alt=\"" . _VIEW_PMS . "\" border=\"0\" title=\"" . _VIEW_PMS . "\" /></a>";
}
3) In Mambo backend Components/MamboBoard Forum/Simpleboard Configuration -> Integration tab 2nd dropdownlist: select the 3rd "uddeIM" option.