[solved] Integration of external applications and CMSMS

For questions and problems with the CMS core. This board is NOT for any 3rd party modules, addons, PHP scripts or anything NOT distributed with the CMS made simple package itself.
Post Reply
jovo
Forum Members
Forum Members
Posts: 30
Joined: Fri Dec 23, 2005 4:10 pm

[solved] Integration of external applications and CMSMS

Post by jovo »

I have some external applications.

I want to use CMSMS as a portal for those applications.

In CMSMS I have setup FrontEndUsers.

My question is: how can I detect in my external applications
- if the user has logged in
- his userid

Is there any documentation about integration between CMSMS and external applications?
Last edited by jovo on Sat Sep 03, 2011 11:03 pm, edited 1 time in total.
jovo
Forum Members
Forum Members
Posts: 30
Joined: Fri Dec 23, 2005 4:10 pm

Re: Integration of external applications and CMSMS

Post by jovo »

I have found a solution which works. Maybe there is a better solution but for the time being this will suffice.

Solution:

- I created a UDT.
- I pass $customcontent_loginname to the UDT
- in the UDT I require some PHP and I call a function with the username as argument
- the function outputs a link with target=_new and passes the username to the external application
- if the user follows the link he starts the application and the application knows the username.
Post Reply

Return to “CMSMS Core”