In Cobolt/Depot/Integrations is UddeIM Cobalt integration (see it here) The code does not work, It opens the message window but does not autofill the record owners name. I presume it’s because it needs updating. Here is the code:
user_id && in_array(2, $this->user->getAuthorisedViewLevels()))
{
echo '<a href="/. JRoute::_('index.php?option=com_uddeim&task=new&recip='. $item->user_id). ">PM</a>';
} ?>
Also in the template it looks like the attached image:
Also in the latest UddeIM FAQ pdf is some different code to integrate Cobolt and UddeIM but it doesn’t work either. After clicking the ‘PM’ link in the record I get this error – “Firefox can't find the server at component”. Here is this code:
<?php if(JComponentHelper::isEnabled('com_uddeim')):?>
<a href="/<?php echo JRoute::_('index.php?option=com_uddeim&task=new&recip='. $item->user_id); ?>">PM</a>
<?php endif;?>
How can I make the integration work? Thanks for your help.
In Cobolt/Depot/Integrations is UddeIM Cobalt integration (see it here) The code does not work, It opens the message window but does not autofill the record owners name. I presume it’s because it needs updating. Here is the code:
Also in the template it looks like the attached image:
Also in the latest UddeIM FAQ pdf is some different code to integrate Cobolt and UddeIM but it doesn’t work either. After clicking the ‘PM’ link in the record I get this error – “Firefox can't find the server at component”. Here is this code:
How can I make the integration work? Thanks for your help.