Sign Up

Sign Up to our social questions and Answers Engine to ask questions, answer people’s questions, and connect with other people.

Have an account? Sign In

Have an account? Sign In Now

Sign In

Login to our social questions & Answers Engine to ask questions answer people’s questions & connect with other people.

Sign Up Here

Forgot Password?

Don't have account, Sign Up Here

Forgot Password

Lost your password? Please enter your email address. You will receive a link and will create a new password via email.

Have an account? Sign In Now

You must login to ask a question.

Forgot Password?

Need An Account, Sign Up Here

Please briefly explain why you feel this question should be reported.

Please briefly explain why you feel this answer should be reported.

Please briefly explain why you feel this user should be reported.

Sign InSign Up

The Archive Base

The Archive Base Logo The Archive Base Logo

The Archive Base Navigation

  • SEARCH
  • Home
  • About Us
  • Blog
  • Contact Us
Search
Ask A Question

Mobile menu

Close
Ask a Question
  • Home
  • Add group
  • Groups page
  • Feed
  • User Profile
  • Communities
  • Questions
    • New Questions
    • Trending Questions
    • Must read Questions
    • Hot Questions
  • Polls
  • Tags
  • Badges
  • Buy Points
  • Users
  • Help
  • Buy Theme
  • SEARCH
Home/ Questions/Q 3284936
In Process

The Archive Base Latest Questions

Editorial Team
  • 0
Editorial Team
Asked: May 17, 20262026-05-17T20:12:38+00:00 2026-05-17T20:12:38+00:00

I have an access denied page, which should not be shown in menus. However,

  • 0

I have an access denied page, which should not be shown in menus. However, it’s possible for the user to be redirected to the access denied page.

I also have a breadcrumbs section on the page, and if you go to the access denied page, it shows as blank, which is extremely ugly.

I would therefore like to register the page, but not have the page visible on the menu. I tried setting the visible property to false, but when I do that the breadcrumbs still do not show correctly (though the item is removed from the menu)

How can I register the page but not show it in menus?

  • 1 1 Answer
  • 0 Views
  • 0 Followers
  • 0
Share
  • Facebook
  • Report

Leave an answer
Cancel reply

You must login to add an answer.

Forgot Password?

Need An Account, Sign Up Here

1 Answer

  • Voted
  • Oldest
  • Recent
  • Random
  1. Editorial Team
    Editorial Team
    2026-05-17T20:12:38+00:00Added an answer on May 17, 2026 at 8:12 pm

    You can add the menu at all time and set the breadcrumbs to render also invisible pages:

    echo $this->navigation()->breadcrumbs()->setRenderInvisible(true)
    

    The other method is not to add the page at all time in the menu, but use the init() method of the errorController to add the page (so it’s added only when it needs to be):

    controller ErrorController extends Zend_Controller_Action
    {
        public function init ()
        {
            $params = array(); // Add here the options you want
            $page = new Zend_Navigation_Page($params);
    
            $container = $this->view->navigation()->getContainer();
            $container->addPage($page);
        }
    }
    
    • 0
    • Reply
    • Share
      Share
      • Share on Facebook
      • Share on Twitter
      • Share on LinkedIn
      • Share on WhatsApp
      • Report

Sidebar

Related Questions

I have an 'access denied' problem on an ASP.NET web application, where the user
How can I re-direct the user to the standard SharePoint access denied page, similar
I have Access table with fields, in which there is some data and path
CGI scripts should have access to a list of environment variables set by the
I have a user model whose access controlled by ACL9. in UsersController : #ACL9
I am working on a website which already has user access set up so
I have a web service which the home page is displayed and runs if
I'm currently investigating whether it's possible to write a html/aspx page which contains an
I have a log in page which is the home page so is located
on my page I have an iframe which is loading an html form from

Explore

  • Home
  • Add group
  • Groups page
  • Communities
  • Questions
    • New Questions
    • Trending Questions
    • Must read Questions
    • Hot Questions
  • Polls
  • Tags
  • Badges
  • Users
  • Help
  • SEARCH

Footer

© 2021 The Archive Base. All Rights Reserved
With Love by The Archive Base

Insert/edit link

Enter the destination URL

Or link to existing content

    No search term specified. Showing recent items. Search or use up and down arrow keys to select an item.