breadcrumbs still appear if pages are hidden

This is the place to report bugs and get support. When posting in this forum, please always provide as much detail as possible.

Please do not report problems with a custom build or custom code in this forum. If you are producing your own build from the source code and have problems or questions, ask in the developer forum, do not report it as a bug.

This is the place to report bugs and get support

When posting in this forum, please try to provide as many relevant details as possible. Particularly the following:

  • What operating system were you running when the bug appeared?
  • What database platform is your site using?
  • What version of mojoPortal are you running?
  • What version of .NET do you use?
  • What steps are necessary to reproduce the issue? Compare expected results vs actual results.
Please do not report problems with a custom build or custom code in this forum. If you are producing your own build from the source code and have problems or questions, ask in the developer forum.
This thread is closed to new posts. You must sign in to post in the forums.
10/1/2009 4:41:00 AM
Gravatar
Total Posts 15

breadcrumbs still appear if pages are hidden

not a biggy.. but when you use the <portal:Breadcrumbs /> tag and the page's child pages are only visible to users of a certain role... the ">" still appears along with all the css for the breadcrumbs.. the breadcrumbs should probably be invisible if there are no child pages to show to a user who is not logged in ...

hope that makes sense.. i'm using build number 2-3-1-7

thanks k

10/1/2009 1:21:44 PM
Gravatar
Total Posts 18439

Re: breadcrumbs still appear if pages are hidden

Hi,

I'm not following you.

You must be talking about Child Page Breadcrumbs right?

Regular bread crumbs only show parent pages not child pages.

But as far as I can tell child page breadcrumbs are filtered by view roles.

The only thing I can guess is you are making some strange hierarchy where the user does not have view permissions on a parent page but does have them on a child page?

Best,

Joe

10/2/2009 5:43:27 AM
Gravatar
Total Posts 15

Re: breadcrumbs still appear if pages are hidden

Hi Joe..

thanks for the reply.. i'll try and make a bit more sense ;)

  • i have this tag in my template: <portal:Breadcrumbs ID="Breadcrumbs" runat="server"></portal:Breadcrumbs>
  • i have "Show Child Page Breadcrumbs" enabled on the page
  • the page has one child page which can only be viewed by members
  • works fine when i'm logged in.. i get " > CHILD PAGE " on the parent
  • when i log out.. event though the child link has gone, i can still see the " > " and the css on the parent

just wondering if the whole breadcrumb control is meant to hide when no visible children are present?  or am i missing something?

ta...keith

10/2/2009 7:01:48 AM
Gravatar
Total Posts 18439

Re: breadcrumbs still appear if pages are hidden

Ok, I get it now, thanks for explaining. I will fix this for the next release.

Thanks,

Joe

You must sign in to post in the forums. This thread is closed to new posts.