virtual link for customized blog doesn't work.

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.
1/5/2010 5:58:42 PM
Gravatar
Total Posts 21

virtual link for customized blog doesn't work.

I have duplicated the blog, following the documentation and got everything looks like up and running. Got all the web controls and pages stored in a separated folder. All tables and stored procedures were created. When I post a blog, it works fine. I can edit it. However, I cannot view the post, by clicking on the title. It returned with blank page. 

I have trace it down and for some reason, when the viewpost.aspx always has ItemID = 0. I have tested it with the all parameters tested with calling the viewpost.aspx page directly (instead of using the vitual path "~\test.aspx"), it works great.

It will be greatly helpful if anyone point me to a direction which I can figure out why the item ID is not being populated.

Thanks in advance.

1/5/2010 8:38:05 PM
Gravatar
Total Posts 21

Re: virtual link for customized blog doesn't work.

Never mind, I figure this one out. Its not getting the ItemId from the SP.

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