[phpBB Debug] PHP Warning: in file [ROOT]/feed.php on line 173: Cannot modify header information - headers already sent by (output started at [ROOT]/feed.php:1)
[phpBB Debug] PHP Warning: in file [ROOT]/feed.php on line 174: Cannot modify header information - headers already sent by (output started at [ROOT]/feed.php:1)
[phpBB Debug] PHP Warning: in file [ROOT]/feed.php on line 180: Cannot modify header information - headers already sent by (output started at [ROOT]/feed.php:1)
IntegraMOD Home of phpBB Integrated Modifications 2006-10-11T10:24:42-07:00 http://www.integramod.com/forum/feed.php?f=12&t=2153 2006-10-11T10:24:42-07:00 2006-10-11T10:24:42-07:00 http://www.integramod.com/forum/viewtopic.php?t=2153&p=16456#p16456 <![CDATA[Junior Admin]]> Statistics: Posted Author: zenrei — Wed Oct 11, 2006 10:24 am


]]>
2006-09-22T12:11:42-07:00 2006-09-22T12:11:42-07:00 http://www.integramod.com/forum/viewtopic.php?t=2153&p=15762#p15762 <![CDATA[Junior Admin]]>
Zac

Statistics: Posted Author: ZacFields — Fri Sep 22, 2006 12:11 pm


]]>
2006-09-22T07:02:11-07:00 2006-09-22T07:02:11-07:00 http://www.integramod.com/forum/viewtopic.php?t=2153&p=15759#p15759 <![CDATA[Junior Admin]]>
    //     // Do a full login page dohickey if     // user not already logged in     //     include_once($phpbb_root_path . 'includes/functions_jr_admin.' . $phpEx);        $jr_admin_userdata = jr_admin_get_user_info($userdata['user_id']);            // if( !$userdata['session_logged_in'] || (isset($HTTP_GET_VARS['admin']) && $userdata['session_logged_in'] && (!empty($jr_admin_userdata['user_jr_admin']) || $userdata['user_level'] == ADMIN)))         include_once($phpbb_root_path . 'includes/functions_jr_admin.' . $phpEx);           $jr_admin_userdata = jr_admin_get_user_info($userdata['user_id']);             if( !$userdata['session_logged_in'] || (isset($HTTP_GET_VARS['admin']) && $userdata['session_logged_in'] && (!empty($jr_admin_userdata['user_jr_admin']) || $userdata['user_level'] == ADMIN)))     {         $page_title = $lang['Login'];         include($phpbb_root_path . 'includes/page_header.'.$phpEx);


It's different from what you have. Anyone have any idea? I got to this message by a link posted in this message]http://integramod.com/forum/viewtopic.php?p=15753#15753[/url] which explains my specific problem with Jr Admin.

Statistics: Posted Author: GrossKopf — Fri Sep 22, 2006 7:02 am


]]>
2006-09-22T00:04:41-07:00 2006-09-22T00:04:41-07:00 http://www.integramod.com/forum/viewtopic.php?t=2153&p=15752#p15752 <![CDATA[Re: Junior Admin]]>
After I looking at the original installation instruction of Junior Admin mod, I found out that there is something missing in the login.php that distributed along IntegraMod 140.
Here the part of code that missing
 ##-----[ OPEN ]------------------------------------------#  login.php  ##-----[ FIND ]------------------------------------------#      //    // Do a full login page dohickey if    // user not already logged in    //    if( !$userdata['session_logged_in'] || (isset($HTTP_GET_VARS['admin']) && $userdata['session_logged_in'] && $userdata['user_level'] == ADMIN))  ##-----[ REPLACE WITH ]------------------------------------------#      //       // Do a full login page dohickey if       // user not already logged in       //       include_once($phpbb_root_path . 'includes/functions_jr_admin.' . $phpEx);       $jr_admin_userdata = jr_admin_get_user_info($userdata['user_id']);       if( !$userdata['session_logged_in'] || (isset($HTTP_GET_VARS['admin']) && $userdata['session_logged_in'] && $userdata['user_level'] == ADMIN ||  $jr_admin_userdata))  


I am just wonder, how come no body spot this before, considering integramod140 has been a stable version for a long time?????

Statistics: Posted Author: aleams — Fri Sep 22, 2006 12:04 am


]]>
2006-09-21T21:29:46-07:00 2006-09-21T21:29:46-07:00 http://www.integramod.com/forum/viewtopic.php?t=2153&p=15749#p15749 <![CDATA[Junior Admin]]>
If I granted a full administrator status to another user, then there is no problem of accessing the ACP.

(BTW, what I have is IntegraMOd 140)

Statistics: Posted Author: aleams — Thu Sep 21, 2006 9:29 pm


]]>
2006-09-21T20:51:46-07:00 2006-09-21T20:51:46-07:00 http://www.integramod.com/forum/viewtopic.php?t=2153&p=15746#p15746 <![CDATA[Re: Junior Admin]]> Statistics: Posted Author: Helter — Thu Sep 21, 2006 8:51 pm


]]>
2006-09-21T20:09:17-07:00 2006-09-21T20:09:17-07:00 http://www.integramod.com/forum/viewtopic.php?t=2153&p=15743#p15743 <![CDATA[Junior Admin]]>
Few hour ago I've just installed integramod and I like it so much. Till now I still playing with so many features that integramod offered.

When I tried to create a username with a privilege as a Junior Admin and login as that user, I can't acces the ACP. When I clicked "Go to Administration Panel", it lead me back to the portal.

Anybody have solution for this problem?

Thanks in advance

Statistics: Posted Author: aleams — Thu Sep 21, 2006 8:09 pm


]]>