I have several items (links) in my main menu that are to pages with access control. Essentially, if the person is logged in they can see those links in the main menu. But if they are not logged in then they cannot see those links.

Works perfectly in the main menu. Doesn't work in footermap.

In footermap, the links are displayed even if the user does not have access permission to that page. I would expect that the same items that display in the actual menu also display in the footermap.

Comments

mradcliffe’s picture

The problem with obeying content access is that footermap works best when cached. I would have to cache/regenerated for every single access callback. I'm sorry to say that I determined that this was out of scope for the module to try to do a couple of years ago.

Lloyd’s picture

How about a way of manually excluding a menu item from footermap?

I'm getting Google Webmater errors because footermap is displaying links that an anonymous user cannot access. Not the end of the world but seems like there should be some way of tackling this issue.

mradcliffe’s picture

Version: 7.x-1.0 » 7.x-1.1
Status: Active » Closed (works as designed)

This is possible in 1.1 in template preprocessing.

Lloyd’s picture

I'm unfamiliar with template preprocessing. Can you elaborate just a little on what to do. I can google it for the generic stuff but how about the specifics regarding this issue.