Link to blog item edit wrong

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.
12/7/2008 2:11:39 PM
Nux
Gravatar
Total Posts 183

Link to edit blog item is wrong

Hey Joe,

I think you have missed one of the links to edit a blog item.
When you are on the main page, where all blog items are visible, and you click on the icon to edit, you go to: Blog/EditPost.aspx.
If you are on the blog item page itself, and click on the icon, you go to: BlogEdit.aspx.
It still works, but the labels are empty: "BlogEditTitleLabel not found in Resource.resx file".

Greetings
Stef

 

12/7/2008 2:15:55 PM
Gravatar
Total Posts 18439

Re: Link to blog item edit wrong

Hi Stef,

Yes, I noticed this a few days ago and its already fixed in svn trunk so it will be fixed in the next release. It really should e a 404 error, but on your system the old BlogEdit.aspx page must still exist in the file system from before we moved the blog out of the core projects, but it gets the resource error because the resources are in BlogResources.resx and the old page thinks they are in Resources.resx.

Best,

Joe

12/7/2008 2:23:55 PM
Nux
Gravatar
Total Posts 183

Re: Link to blog item edit wrong

Ok.

One question: I've noticed that the url rewriting for viewing the blog item is still "/BlogView.aspx...".

Do I have to change that to "Blog/ViewPost.aspx.."? Or is this not needed?

Stef
 

12/7/2008 2:29:48 PM
Gravatar
Total Posts 18439

Re: Link to blog item edit wrong

I kept the file BlogView.aspx (and modified it) for backward compatibility, new posts will use /Blog/ViewPost.aspx in their friendly urls, but there is really no need to fix the urls for old posts unless you really want to delete the BlogView.aspx page. In that case you would have to edit the urls in url manager until they all work pointing to the new page, then you could delete BlogView.aspx, but its included in my packages so it will come back in future versions.

Pages that could be deleted without breaking backward compatibility have already been removed from svn and from release packages.

Best,

Joe

12/7/2008 2:38:04 PM
Nux
Gravatar
Total Posts 183

Re: Link to blog item edit wrong

Ok, thanks for letting us know.

Keep up the good work.

Stef

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