2014-09-02, 19:17:51
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!
Now I only have to figure out, how to show highlight the pages tab... but that's not that important!
Best,
Kida
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!
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!
Best,
Kida