<< Back
Message for this thread
Posted by Messages text
demo swordfish

Noavatar
Total post : 2
> Profile
Written on : 08/06/2008 21:40 ( more than one month )
Object : Changing doceboLms path
Hi all,

I am a new user to Docebo LMS. I like to configure an option to rename the doceboLms folder to LMS . What would be the steps i should take to accomplish this task.

Please guide.

Thanks
 
Omid

Avatar
Total post : 343
> Profile
Written on : 10/06/2008 18:43 ( more than one month )
Object : Re: Changing doceboLms path
Hi
Find these lines in index.php in main root and config.php in some folders root like doceboCore :
//lms position
$GLOBALS['where_lms_relative'] = './doceboLms';
$GLOBALS['where_lms'] = dirname(__FILE__).'/doceboLms';

rename your folder (for example to "mine") and change above lines to :
//lms position
$GLOBALS['where_lms_relative'] = './mine';
$GLOBALS['where_lms'] = dirname(__FILE__).'/mine';

please search forum to find more :)
 
Omid

Avatar
Total post : 343
> Profile
Written on : 10/06/2008 18:48 ( more than one month )
Object : Re: Changing doceboLms path
only in index.php in main root find this line and modify it :
    jumpTo('./doceboLms/');
I had forgotten it ;)
 
demo swordfish

Noavatar
Total post : 2
> Profile
Written on : 14/06/2008 17:39 ( more than one month )
Object : Re: Changing doceboLms path
Thank you very much for your kind reply. will check and revert in few minutes.
 
P Kevin

Noavatar
Total post : 23
> Profile
Written on : 28/06/2008 00:09 ( more than one month )
Object : Re: Changing doceboLms path
To shorten all of these urls to remove the docebo before, do I rename all the directories such as doceboLms to Lms, then rename all that stuff in the index.php file from doceboLms to Lms?

-ok, looks like that did it. I had to edit several files.
Message modified by : monkeyfish on : 28/06/2008 00:35
 
Leon

Noavatar
Total post : 1
> Profile
Written on : 30/12/2008 06:58 ( more than one month )
Object : Re: Changing doceboLms path
Sorry if i'm posting this to the wrong thread, i have this problem when clicking on the "Goto Profile" in the "Search Teachers" block in the CMS Module, it returns this error.

Fatal error: require_once() [function.require]: Failed opening required '/home/Username/public_html/lms/doceboCms/../doceboLms/modules/teacher_profile/class.teacher_profile.php' (include_path='.:/usr/lib/php') in /home/Username/public_html/lms/doceboCms/modules/profile_search/functions.php on line 181

it looks like the path hasen't been built correctlly, but i don't know where to look to modify the dynamic path
help please
 
cuttlas

Noavatar
Total post : 13
> Profile
Written on : 25/05/2010 20:31 ( more than one month )
Object : Re: Changing doceboLms path
You should change too : \doceboCore\addons\tiny_mce\docebo.js and find file : '../doceboCore/addons/mod_media/index_tiny.php and change to your path ir order to text editor works properly
 
<< Back