Thread Rating:
  • 0 Vote(s) - 0 Average
  • 1
  • 2
  • 3
  • 4
  • 5
[For 1.8] Permission Viewer
#1
Overview

Permission viewer can be used to easily figure out what permissions your users have.  You are able to see both their general permissions and forum permissions.  You also are able to view permissions of guests in case you need to verify where something might not be correct.

Any default permissions use the language system that MyBB has.  If any fields were added to your mybb_usergroups table, it will list the name of the field allowing you to make sure permissions are working as expected on additional plugins.  I also went a step further and made it so instead of 0s and 1s you will see Yes and No.  On certain permissions like how many pms a user can have, it will say Unlimited if 0 is the value.

Installation:
1) Upload the /inc/plugins/permissionviewer.php file to your /inc/plugins directory.
2) Upload the /admin/modules/tools/permissionviewer.php file to your /admin/modules/tools folder.

Usage
1) Log into the Admin CP.
2) Go to the Tools Tab.
3) Click on View Permissions.

download link: http://community.mybb.com/mods.php?action=view&pid=270

For more documentation, including making plugins use language variables in general permissions, please visit the project on Github.

Important
This plugin works fully with the PHP 7 series without any changes. If you are running the PHP 5 series you must add this after line 171 of admin/modules/tools/permissionviewer.php

$prefixes = array();
Reply


Messages In This Thread
Permission Viewer - by dragonexpert - 2014-10-22, 06:56 PM
RE: Permission Viewer - by Omar G. - 2014-10-23, 02:59 AM
RE: Permission Viewer - by dragonexpert - 2014-10-23, 10:55 AM
RE: Permission Viewer - by dragonexpert - 2014-10-23, 12:59 PM
RE: Permission Viewer - by Omar G. - 2014-10-23, 01:28 PM
RE: Permission Viewer - by dragonexpert - 2014-10-23, 01:37 PM
RE: Permission Viewer - by dragonexpert - 2014-10-26, 10:04 PM
RE: Permission Viewer - by arzani - 2014-10-27, 01:24 PM
RE: Permission Viewer - by Omar G. - 2014-10-28, 12:37 AM
RE: Permission Viewer - by dragonexpert - 2014-10-29, 11:16 AM
RE: Permission Viewer - by Omar G. - 2014-10-29, 03:40 PM
RE: Permission Viewer - by hkkp - 2015-06-09, 03:13 AM
RE: Permission Viewer - by dragonexpert - 2015-06-09, 06:28 AM
RE: Permission Viewer - by Yumi - 2015-06-11, 04:40 AM
RE: Permission Viewer - by dragonexpert - 2015-06-11, 12:43 PM
RE: Permission Viewer - by Yumi - 2015-06-12, 05:19 AM
RE: Permission Viewer - by dragonexpert - 2015-06-12, 12:59 PM
RE: Permission Viewer - by hkkp - 2015-06-13, 01:31 AM
RE: Permission Viewer - by Yumi - 2015-06-13, 10:33 AM
RE: Permission Viewer - by dragonexpert - 2015-06-13, 12:35 PM
RE: Permission Viewer - by hkkp - 2015-06-14, 04:05 AM
RE: Permission Viewer - by dragonexpert - 2017-03-08, 11:02 PM

Forum Jump:


Users browsing this thread: 9 Guest(s)