API Permissions on navigation?

  • Thread starter Thread starter alexAlToader
  • Start date Start date

alexAlToader

Guest
Member
Hi,

I am trying to make an API endpoint to get the navigation.
I need to get the active links for which the user has permissions (by his token)
Now... in admin, each link has his own "Display condition"
But we also have XF permissions which apply to.. nodes
My first question is to what else (from the available navigation - other than nodes) do we apply permissions pls?

So when I get the list of navigation links from db, I need to run something like
$navigations = getActiveNavigation()...

Read more
 
Top