Hi,
I am currently coding a wrapper component to uddeIM functions, so developer can access uddeIM database quite easy and e.g. send messages to certain users.
The current version is available on SVN
/trunk/com_uddeim/uddeim.api.php
and should be stored in
/components/com_uddeim/
The usage is quite easy, e.g.
[code:1]
require_once($joomlahome."/components/com_uddeim/uddeim.api.php");
$uddeim = new uddeIMAPI();
if (!$uddeim->isInboxLimitReached($toid))
$uddeim->sendNewMessage($fromid, $toid, $message, 1, 0);
[/code:1]
A description of all functions can be found in the current FAQ, also available on SVN (/trunk/README/FAQ.pdf).
Unfortunately I have not enough time to test it extensively. Maybe someone likes to do this for its own component.
Requests for further functions are welcome.
Post edited by: slabbi, at: 2009/10/26 22:34
uddeIM & uddePF Development
CB Language Workgroup
CB 3rd Party Developer