Blog Categories Links 2.2.8.1 MSSQL

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.
1/4/2009 3:24:45 PM
Gravatar
Total Posts 14

Blog Categories Links 2.2.8.1 MSSQL

On my installed site and on the mojoPortal demo site:

I created my first Blog post in "Category One"

I created my second Blog post in "Category Two"

On the main Blog page I see both posts and the right menu under Categories I see one entry in each category. When I click on the link for Category One under categories, the resulting page displays a link to the one post under that category.

Now if I click on the link to that one posting, I go to that posting.

On THIS page there is still the menu with Categories showing one posting in each category just like on the "main" blog page.

If I click on EITHER of these links from THIS page, the resulting page gives me a list of both posts.

I'm sure this is not the intended behavior.

Can I fix this myself?

1/5/2009 5:50:32 AM
Gravatar
Total Posts 18439

Re: Blog Categories Links 2.2.8.1 MSSQL

Hi,

Thanks for letting me know about this andyes, you can easily fix it yourself.

Using a text editor open the file /Blog/Controls/BlogViewControl.ascx, look for <asp:repeater id="dlCategories", then inside it you will see this:

NavigateUrl='<%# this.SiteRoot + "/Blog/ViewArchive.aspx?cat="

it needs to be changed to this:

NavigateUrl='<%# this.SiteRoot + "/Blog/ViewCategory.aspx?cat="

I have fixed it in my copy so it will be fixed in the next release coming soon.

Best,

Joe

 

1/5/2009 10:58:48 AM
Gravatar
Total Posts 14

Re: Blog Categories Links 2.2.8.1 MSSQL

That was easy. Just wasn't quite sure where to look.

Thanks so much!

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