Chi Kien Uong
Geranienstraße 30
71034 Böblingen
Deutschland / Germany
|
If you are not registered or logged in, you may still use these forums but with limited features.
Show recent topics
|
|
|
Author |
Message |
10/12/2002 11:54:21
|
Anonymous
|
I want to use the admin functions, but I don't want my admins to login, I just want them to open up /admin and see the screen you would usually get when you login...
is this possible without having to dig into the code?
if no -> tnx anyway!
if yes -> how?
|
|
10/12/2002 12:10:48
|
Anonymous
|
already found it...
in common.inc.php comment out:
/*if (!$auth) {
$message = (isset($username) || isset($password)) ? $lang['FormWrong'] : $lang['FormEnter'];
$CLASS["template"]->set_templatefiles(array(
"login" => "admin_login.html"
));
$poll_login = $CLASS["template"]->pre_parse("login");
no_cache_header();
eval("echo \"$poll_login\";");
exit();
}*/
|
|
|
|
|
|
Based on the open source JForum
|