Mod Cp and Super Moderator

This add-on will allow you to give "moderators" access to manage users, and theire permissions, admin accounts are protected

Moderator: Moderators

Forum rules
The content in this forum is dated Dec. 21 2005 and can be used as Archive only. This Forum is LOCKED and READ ONLY !

Mod Cp and Super Moderator

Postby Achirio on Wed 08. Dec, 2004 09:24

Good day.
My forum has installed the super moderator mod by rawly
I was gonna install today the moderator cp mod to my forum and when i tried using EM it said it couldnt find a part of the code.
After that, i got the page_tail.php file i found out that insted of :
Code: Select all
#
#-----[ FIND ]------------------------------------------
#
$admin_link = ( $userdata['user_level'] == ADMIN ) ? '<a href="admin/index.' . $phpEx . '?sid=' . $userdata['session_id'] . '">' . $lang['Admin_panel'] . '</a><br /><br />' : '';
#
#-----[ REPLACE WITH ]------------------------------------------


I Have:
Code: Select all
$admin_link = '<a href="admin/index.' . $phpEx . '?sid=' . $userdata['session_id'] . '">' . $lang['Admin_panel'] . '</a><br /><a href="' . append_sid("super_mod/index.$phpEx") . '">' . $lang['Super_Mod_panel'] . '</a><br /><br />';
}
else if ( $userdata['user_level'] == SUPER_MODERATOR )
{
        $admin_link = '<a href="' . append_sid("super_mod/index.$phpEx") . '">' . $lang['Super_Mod_panel'] . '</a><br /><br />';
}

So, how can i make the mod cp work with this super modarator mod?
Achirio
Poster
Poster
 
Posts: 1
Joined: Wed 08. Dec, 2004 09:14

Re: Mod Cp and Super Moderator

Postby kooky on Tue 04. Jan, 2005 01:19

Achirio wrote:So, how can i make the mod cp work with this super modarator mod?
Better

Q: How can i use a level like Super Moderator with the ModCP?
A: Use the User Level Mod with the Main Moderator level and the addon User Level For ModCP
-> http://www.phpbb.com/phpBB/viewtopic.php?t=205252
-> http://www.phpbbhacks.com/download/3250
kooky
brilliant supporter
 
Posts: 1329
Joined: Tue 31. Dec, 2002 17:52
Location: Au pays des rêves


Return to Moderator CP [2.0.17/EM]

Who is online

Users browsing this forum: No registered users and 0 guests

cron