<< Back
Message for this thread
Posted by Messages text
Network Services

Noavatar
Total post : 17
> Profile
Written on : 16/02/2009 08:53 ( more than one month )
Object : redirect to spesific location from login form
Hi
i build part from website in Docebo
this part is like perception
and i want connect this part to the LMS

how i can change the link from the login form (build as HTML in E-Learning web pages)
to spesific link in the  E-Learning environment ?

(for example, after login, user move directly to Wiki, to forum ETC... )

Regards,
Nservices.
Message modified by : nservices on : 16/02/2009 09:39
 
Anderson James

Noavatar
Total post : 2
> Profile
Written on : 15/05/2009 13:44 ( more than one month )
Object : Re: redirect to spesific location from login form
hi there, did you manage to find a way to do this?  im trying to do something similar
 
Peachment Chris

Noavatar
Total post : 23
> Profile
Written on : 11/06/2009 22:26 ( more than one month )
Object : Re: redirect to spesific location from login form

If you are starting from the Content Management System (doceboCms) the file

docebo/doceboCms/lib/lib.preoperation.php

contains two functions of interest: cms_do_login() and cmsJumpBack().

At the end of cms_do_login() there is a call to cmsJumpBack() which

calls jumpTo($backurl) to perform a website redirect using the Location

header. You could change this to a jumpTo('page_of_interest.php')

if you know exactly how to call the page_of_interest.

---

If you are starting from the Learning Course Management System (doceboLms) the file

docebo/docebLms/lib/lib.preoperation.php

contains a line 197:

jumpTo('index.php?modname='.$GLOBALS['modname'].'&op='.$GLOBALS['op']);

where a structurally similar redirect takes place.

 

 
<< Back