Hi, Im developing a new application for egroupware but I dont know how to add it to the linked apps list. I need to link it to calendar events, attach files and so on.
These were my steps:
I have created the three functions in my boapp.inc.php file:
- search_link ($arg)
- link_query($pattern)
- link_title($entry)
-Finally I have registered my application in my setup.inc.php file and clicked on the “search and register new hooks” link in Admin menu.
After that Im not able to link my app to the rest, and when I try to attach a file and access it I get the “Access not permitted” message.
Have I missed any step?