SMF Support > SMF 2.0.x Support
Masking Problems
metallica48423:
It wouldn't be fixed in the release until the next release
in Admin.php, find
--- Code: --- 'membergroups' => array(
'label' => $txt['admin_groups'],
'file' => 'ManageMembergroups.php',
'function' => 'ModifyMembergroups',
'icon' => 'membergroups.gif',
'permission' => array('manage_members'),
'subsections' => array(
'index' => array($txt['membergroups_edit_groups'], 'manage_membergroups'),
'add' => array($txt['membergroups_new_group'], 'manage_membergroups'),
'settings' => array($txt['settings'], 'admin_forum'),
),
--- End code ---
Replace with:
--- Code: --- 'membergroups' => array(
'label' => $txt['admin_groups'],
'file' => 'ManageMembergroups.php',
'function' => 'ModifyMembergroups',
'icon' => 'membergroups.gif',
'permission' => array('manage_membergroups'),
'subsections' => array(
'index' => array($txt['membergroups_edit_groups'], 'manage_membergroups'),
'add' => array($txt['membergroups_new_group'], 'manage_membergroups'),
'settings' => array($txt['settings'], 'admin_forum'),
),
--- End code ---
bros:
--- Quote from: metallica48423 on May 21, 2008, 05:20:29 PM ---It wouldn't be fixed in the release until the next release
in Admin.php, find
--- Code: --- 'membergroups' => array(
'label' => $txt['admin_groups'],
'file' => 'ManageMembergroups.php',
'function' => 'ModifyMembergroups',
'icon' => 'membergroups.gif',
'permission' => array('manage_members'),
'subsections' => array(
'index' => array($txt['membergroups_edit_groups'], 'manage_membergroups'),
'add' => array($txt['membergroups_new_group'], 'manage_membergroups'),
'settings' => array($txt['settings'], 'admin_forum'),
),
--- End code ---
Replace with:
--- Code: --- 'membergroups' => array(
'label' => $txt['admin_groups'],
'file' => 'ManageMembergroups.php',
'function' => 'ModifyMembergroups',
'icon' => 'membergroups.gif',
'permission' => array('manage_membergroups'),
'subsections' => array(
'index' => array($txt['membergroups_edit_groups'], 'manage_membergroups'),
'add' => array($txt['membergroups_new_group'], 'manage_membergroups'),
'settings' => array($txt['settings'], 'admin_forum'),
),
--- End code ---
--- End quote ---
I think that might have fixed it.
Now to wait to see if a person can make a mask
bros:
It fixed it, thanks!
Now to see if we can fix the package error.
Jade Elizabeth:
Start a new thread for that one, me and Oldiesmann have no clue if your permissions are set right (try doing it through FTP).
bros:
--- Quote from: Alundra on May 22, 2008, 07:21:38 PM ---Start a new thread for that one, me and Oldiesmann have no clue if your permissions are set right (try doing it through FTP).
--- End quote ---
Already did, and double checked it via cPanel
Navigation
[0] Message Index
[#] Next page
[*] Previous page
Go to full version