08-26-2017, 10:39 AM
It shouldn't be clickmenu, it should be this hasPerm
Also, since you're in usersc, your link to the init file needs to be
Don't get frustrated...we will fix this!
If that doesn't work, can you paste your entire usersc/blog.php file on pastebin.com and share the link in this forum post?
Code:
if($user->isLoggedIn() && hasPerm([2],$user->data()->id)){
Also, since you're in usersc, your link to the init file needs to be
Code:
<?php require_once '../users/init.php'; ?>
Don't get frustrated...we will fix this!
If that doesn't work, can you paste your entire usersc/blog.php file on pastebin.com and share the link in this forum post?