Maybe we are talking about different FAQs:
Especially for you:
[code:1]13.1 Calling uddeIM from a 3rd party program
How can I call uddeIM from my own component/module?
You can use following links to call uddeIM from your component or module:
Call settings dialog when "show settings" is off in backend (no menu link is shown in uddeIM):
http://yoursite/index.php?option=com_uddeim&task=settings
Open new message dialog to user with userid XX:
http://yoursite/index.php?option=com_uddeim&task=new&recip=XX [&nouserlist=Y]
Open new message dialog to user with username XX (this is independent from realname/username setting):
http://yoursite/index.php?option=com_uddeim&task=new&runame=XX [&nouserlist=Y]
when a user with username XX does not exist, XX is used untranslated in the input field, so you can also use "name 1,name 2" or "#userlist" as parameter (note: multiple recipients feature do not work with SEF).
nouserlist parameter (optional):
1 = suppress user list, 2 = suppress connection list, 3 = suppress both lists
add +4 when the TO field should be disabled
e.g. 4 = disable TO field only, 5 = suppress user list AND disable TO field, and so on[/code:1]
uddeIM & uddePF Development
CB Language Workgroup
CB 3rd Party Developer
The topic has been locked.