News:

Join the Facebook Fan Page.

Main Menu

Masking Problems

Started by bros, April 12, 2008, 10:28:17 PM

Previous topic - Next topic

Jade Elizabeth

#80
Even with the ability to deny permissions it wont show up in the admin panel at all, I tried:

  • on CORE
  • mixed with other permissions such and managing permissions and members, no help

    It cannot be done through the administration center.


    In the test group I made (clone of reg members with the ability to manage and assign membergroups and moderate users) I was able to assign and unassign members from any group via the moderation center > view groups > pick a name :).

    I dont know why it wont show up in admin, especially on CORE. There are no errors in the logs, and I'm not triggering any :(.


    Were these members ever able to do this? What changed?
Once proud Documentation Writer and Help Squad Leader | Check out my new adult coloring career: Color With Jade/Patreon.

bros

Quote from: Alundra on May 20, 2008, 08:12:09 PM
Even with the ability to deny permissions it wont show up in the admin panel at all, I tried:

  • on CORE
  • mixed with other permissions such and managing permissions and members, no help

    It cannot be done through the administration center.


    In the test group I made (clone of reg members with the ability to manage and assign membergroups and moderate users) I was able to assign and unassign members from any group via the moderation center > view groups > pick a name :).

    I dont know why it wont show up in admin, especially on CORE. There are no errors in the logs, and I'm not triggering any :(.


    Were these members ever able to do this? What changed?
They were able to do it before the upgrade to SMF 2 Beta 3.

Jade Elizabeth

I think this is a file rather than a database issue, yet you say you reuploaded the sources and theme files several times. I assume you uploaded from the fresh install?
Once proud Documentation Writer and Help Squad Leader | Check out my new adult coloring career: Color With Jade/Patreon.

bros

Quote from: Alundra on May 20, 2008, 08:43:37 PM
I think this is a file rather than a database issue, yet you say you reuploaded the sources and theme files several times. I assume you uploaded from the fresh install?


I uploaded the sources and theme files for SMF 2 Beta 3.1 from the large upgrade package, if I am remembering righr

Jade Elizabeth

#84
I just tested on my forum and I have the same issue. The only mods we have in common are the ad mods, stars and badges, and member colour link...

Testing on a FRESH (SMF 2.0 Beta 4 - DEV 20080430) install on my localhost...same issue. This is a bug in the software :) (reported id: 2126).
Once proud Documentation Writer and Help Squad Leader | Check out my new adult coloring career: Color With Jade/Patreon.

metallica48423

Justin O'Leary
Ex-Project Manager
Ex-Lead Support Specialist

QuoteMicrosoft wants us to "Imagine life without walls"...
I say, "If there are no walls, who needs Windows?"


Useful Links:
Online Manual!
How to Help us Help you
Search
Settings Repair Tool


Jade Elizabeth

Send me the file and the line affected
Once proud Documentation Writer and Help Squad Leader | Check out my new adult coloring career: Color With Jade/Patreon.

bros

Quote from: metallica48423 on May 20, 2008, 10:07:49 PM
Bug #2126: Manage membergroup permission not working

! Users with permission to manage membergroups were not shown the manage membergroups button in the admin menu. (Admin.php) Revision 7212

Does that mean that the problem is in Admin.php?

bros

Quote from: bros on May 21, 2008, 04:36:34 PM
Quote from: metallica48423 on May 20, 2008, 10:07:49 PM
Bug #2126: Manage membergroup permission not working

! Users with permission to manage membergroups were not shown the manage membergroups button in the admin menu. (Admin.php) Revision 7212

Does that mean that the problem is in Admin.php?

Reuploaded admin.php, it didn't get fixed.

metallica48423

It wouldn't be fixed in the release until the next release

in Admin.php, find

                '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'),
                    ),


Replace with:

                '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'),
                    ),
Justin O'Leary
Ex-Project Manager
Ex-Lead Support Specialist

QuoteMicrosoft wants us to "Imagine life without walls"...
I say, "If there are no walls, who needs Windows?"


Useful Links:
Online Manual!
How to Help us Help you
Search
Settings Repair Tool

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

                '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'),
                    ),


Replace with:

                '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'),
                    ),


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).
Once proud Documentation Writer and Help Squad Leader | Check out my new adult coloring career: Color With Jade/Patreon.

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).

Already did, and double checked it via cPanel

Jade Elizabeth

Then we have no clue, that part of the code (according to Oldies) checks the permissions.
Once proud Documentation Writer and Help Squad Leader | Check out my new adult coloring career: Color With Jade/Patreon.

Advertisement: