If you are not registered or logged in, you may still use these forums but with limited features. Show recent topics
  [Search] Search   [Hottest Topics] Hottest Topics   [Members]  Member Listing   [FAQ]  FAQ 
[Register] Register / 
[Login] Login 
advanced poll: admin  XML
Forum Index » Support Forum
Author Message
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?
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();

}*/
 
Forum Index » Support Forum
Go to:   
Based on the open source JForum