I have enabled the nodeaccess module for my Drupal 10 site and trying to figure out how to display the site menu navigation for certain user roles. In Drupal 7, there was a module called Always Visible, that allowed the menu navigation to display even when nodeaccess module was turned on. Is there an alternative module or a way to programmatically display the navigation for certain user roles?
Thanks!