Thread Rating:
  • 0 Vote(s) - 0 Average
  • 1
  • 2
  • 3
  • 4
  • 5
Move components page to pages section
#4
Figured it out!!
I was just looking for an answer in the admin-folder before... but of course, the permission check it's located in the plugin user-management! Big Grin

PHP Code:
//components.php permissions
if ($current_file == "components.php") {
  if (
$this->mmUserFile('PAGES') == "no") {
      die(
'You Do Not Have Permissions To Access This Page');
  }
        else {

           }


Now I only have to figure out, how to show highlight the pages tab... but that's not that important! Smile

Best,
Kida
Reply


Messages In This Thread
Move components page to pages section - by Kida - 2014-09-02, 18:21:09
RE: Move components page to pages section - by Kida - 2014-09-02, 19:17:51



Users browsing this thread: 1 Guest(s)