Making the link to the root page.

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.
2/28/2008 2:08:55 AM
z1
Gravatar
Total Posts 15

Making the link to the root page.

Hi,

   I added the page to the root for that page blog module content added. In blog I added some categories.There are some pages added  as subpages to root page so I want to give the link to the particular categories to this subpages. When I try to give it give me error like "Cannot create this url because it would mask a physical page" so what is the solution? 

2/28/2008 6:27:30 AM
Gravatar
Total Posts 18439

Re: Making the link to the root page.

It can be done. If you go into Administration > Url Manager and create a friendly url that points to the category view something like this:

mycategory.aspx maps to

BlogCategoryView.aspx?cat=1&mid=19&pageid=2

Now go into page settings for the sub page you want to link to the category and put ~/mycategory.aspx for the url

of course this is just example you will use whatever you like instead of "mycategory.aspx" and your cat= and pageid= will be different than my example.

Hope it helps,

Joe

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