ATutor

Learning Management Tools







Pages:1 2 3 4 5 6 7 8 9 10 11 12 13 14 15


Move some modules


  • 2004-10-28 14:27:56

    Move some modules

    Hi
    I need to move some modules from atutor. for example: registration module INTO administrator module. where can i do this? how can i do it?

  • 2004-11-10 22:05:22

    now not database conection

    I did what you said:
    "You have moved the file down a directory so you need to adjust the path to the include directory at the top of the file

    define('AT_INCLUDE_DIR', '../include/'); "

    Now my sistem is working with register module into administrator module but when i register a new user, the database doesnt do it! (the service IS running). Do i have to change something else?

  • 2005-04-04 13:22:58

    now not database conection

    hello!!
    My sistem is working with register module into administrator module but when i register a new user, the database doesnt do it!
    what do i have to change?

  • 2005-04-04 18:06:28

    Not Administrator

    You will be able to register users as an administrator in the 1.5 release coming in May or June.

    For now, in registration.php, change
    $_user_location = 'public';
    to
    $_user_location = 'admin';

    Please provide the information asked for when posting a message. It is difficult for to help without it.

    [reply][b]In reply to:[/b]
    hello!!
    My sistem is working with register module into administrator module but when i register a new user, the database doesnt do it!
    what do i have to change?
    [op]forums/view.php?fid=7;pid=2908;page=1#4197[/op][/reply]

  • 2005-04-05 09:57:48

    unable to register new user in database

    I have changed

    In registration.php, i have change
    $_user_location = 'public';
    to
    $_user_location = 'admin';

    In theme.cfg.php i have change

    $pub_nav['register']['name'] = _AT('register');
    $pub_nav['register']['url'] = 'registration.php';

    to

    $admin_nav['register']['name'] = _AT('register');
    $admin_nav['register']['url'] = 'admin/registration.php';

    when i register a new user, the database doesnt insert a new user, and the frame back to login.php.

  • 2005-04-05 10:00:24

    Change the include path

    You need to change the include path, as described above.

  • 2005-04-05 10:09:22

    Change the include path

    yes a i have change, but nothing

    In registration.php
    define('AT_INCLUDE_PATH', '../include/');

  • 2005-04-05 10:16:31

    Experiment please

    We are too busy at the moment to spend time on this. You will need to experiment on your own. The registration form was never intended to run as an admin tool in 1.4.3 or earlier, so there may be other issues that arise.

  • 2005-04-05 10:35:36

    Experiment please

    Ok Greg thank's for your attencion.