Category dependent links in navigation
Posted: Mon Mar 30, 2015 11:57 am
Version of script: 2.6.2
Does anybody know if there is a simple way to find out if a user is in a category?
I want to add items to the navigation for users that are members of eg. category 1.
In other words, I'm trying to add lines to show_admin_nav.inc.php that will do:
if ($_SESSION['name'] is in category 1) {
<td><a href=.....
}
Thank you!
Does anybody know if there is a simple way to find out if a user is in a category?
I want to add items to the navigation for users that are members of eg. category 1.
In other words, I'm trying to add lines to show_admin_nav.inc.php that will do:
if ($_SESSION['name'] is in category 1) {
<td><a href=.....
}
Thank you!