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-10-28 14:27:56
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
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
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
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
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
You need to change the include path, as described above.
2005-04-05 10:09:22
yes a i have change, but nothing
In registration.php
define('AT_INCLUDE_PATH', '../include/');
2005-04-05 10:16:31
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
Ok Greg thank's for your attencion.