Breadcrumbs error

This forum is only for questions or discussions about working with the mojoPortal source code in Visual Studio, obtaining the source code from the repository, developing custom features, etc. If your question is not along these lines this is not the right forum. Please try to post your question in the appropriate forum.

Please do not post questions about design, CSS, or skinning here. Use the Help With Skins Forum for those questions.

This forum is for discussing mojoPortal development

This forum is only for questions or discussions about working with the mojoPortal source code in Visual Studio, obtaining the source code from the repository, developing custom features, etc. If your question is not along these lines this is not the right forum. Please try to post your question in the appropriate forum.

You can monitor commits to the repository from this page. We also recommend developers to subscribe to email notifications in the developer forum as occasionally important things are announced.

Before posting questions here you might want to review the developer documentation.

Do not post questions about design, CSS, or skinning here. Use the Help With Skins Forum for those questions.
This thread is closed to new posts. You must sign in to post in the forums.
7/28/2010 3:40:29 AM
Gravatar
Total Posts 7

Breadcrumbs links error

Hi,

I downloaded the latest version of mojoportal and I noticed a problem with links in breadcrumbs.

For example I have 2-level menu :

-page link: /page.aspx

--subpage link: /page/subpage.aspx

 

So my breadcrumbs looks like that : Home > page > subpage.

In previous versions of mojoportal links in breadcrumbs were correct. Now links look like that :

home -> OK

page -> /page/page.aspx WRONG it should be /page.aspx there is no such page  /page/page.aspx ( so when I click page link in breadcrumbs I get error that there is no such page)

subpage -> /page/page/subpage.aspx WRONG it should be /page/subpage.aspx there is no such page  /page/page/subpage.aspx ( so when I click subpage link in breadcrumbs I get error that there is no such page)

 

Is there any way to change that without compile the entire project?

Please help. Best

Marcin

7/28/2010 7:56:40 AM
Gravatar
Total Posts 18439

Re: Breadcrumbs error

If you are creating page urls with extra segments like /page/subpage.aspx, that is not supported by mojoPortal. Especially if using folder based child sites it will cause problems, but even in single site installations it is not supported and has never been supported. If it worked previously it was only by happenstance not by design.

This is documented if you click the help link next to the url in page settings and also here:

http://www.mojoportal.com/search-engine-optimization.aspx

Best,

Joe

7/28/2010 8:09:24 AM
Gravatar
Total Posts 7

Re: Breadcrumbs error

It is a pity :)

Ok I thought that if it always work it will work this time to :)

I will change links.

Thank you

Marcin

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