Only super admin can see certain menu items.
Hello, want to thank you again for offering all the help you have been.
I wanted to link to the categories and tags under an advanced model that I have setup to allow users a quick way to review all the categories and tags. however, it only shows for the super admin account and I have no idea how to debug:
here is my advanced models nav config:
$config['nav']['creative gallery'] = array(
'gallery' => 'Items',
'categories?context=gallery' => 'Categories',
'tags?context=gallery' => 'Tags'
);
any thoughts?
Comments
categories?context=gallery tags?context=gallery