I recently installed the Jr. Admin mod for phpBBhacks.com, and I ran in to slight error with the coding. See when I was testing it out to make sure that it worked I saw that when a Jr. Admin tryed to access that control panel they couldn't. The coding looks like this:
Normally:
But when you change it, it looks like this:
this code is found in : includes/page_tail.php on line 31
Can someone pleaase help me I could really use the help w/ this.
Normally:
| Quote: |
| $admin_link = ( $userdata['user_level'] == ADMIN ) ? '<a href="admin/index.' . $phpEx . '?sid=' . $userdata['session_id'] . '">' . $lang['Admin_panel'] . '</a><br /><br />' : ''; |
But when you change it, it looks like this:
| Quote: |
| include_once($phpbb_root_path . 'includes/functions_jr_admin.' . $phpEx);
$admin_link = jr_admin_make_admin_link(); |
this code is found in : includes/page_tail.php on line 31
Can someone pleaase help me I could really use the help w/ this.
