« Return to Thread: displaying all menus regardless of access

Re: displaying all menus regardless of access

by Karoly Negyesi :: Rate this Message:

Reply to Author | View in Thread

On Mon, Jun 15, 2009 at 7:58 AM, Ken Rickard<agentrickard@...> wrote:
> I just want to second the custom 403 handler approach. I have done
> that before, and the menu query check would be easy (check the
> $_GET['q'] against {menu_links}.link_path and account for aliasing.

$_GET['q'] is unaliased during bootstrap and link_path is not aliased
either. I am unsure what you mean by account for aliasing.

 « Return to Thread: displaying all menus regardless of access