Blog headings disappear after upgrade to 2.6.0.0

Post here for help with installing or upgrading mojoPortal pre-compiled release packages. When posting in this forum, please provide all relevant details. You may also want to review the installation or upgrading documentation.

If you have questions about using the source code or working with mojoPortal in Visual Studio, please post in the Developer forum.

Post here for help with installation of mojoPortal pre-compiled release packages

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.

You may also want to review the installation or upgrading documentation.

If you have questions about using the source code or working with mojoPortal in Visual Studio, please post in the Developer forum.

This thread is closed to new posts. You must sign in to post in the forums.
4/4/2018 3:12:06 PM
Gravatar
Total Posts 537
feet planted firmly on the ground

Blog headings disappear after upgrade to 2.6.0.0

I've just noticed that since upgrading to 2.6 blog post headings have disappeared on the post details page.

Example: 

Blog

https://www.mynydd-du.org.uk/results 

Details 

https://www.mynydd-du.org.uk/llanbedr-to-blaenafon-race-results-2018  (no headings or edit links)

I see a lot of nice changes were made to the blog module, but can you give a simple pointer on what has caused this particular change and how to set it back to how it was?

thanks

 

4/4/2018 7:43:03 PM
Gravatar
Total Posts 91

mojoPortal Hosting & Design @ i7MEDIA!

Re: Blog headings disappear after upgrade to 2.6.0.0

Try unchecking the "Use Post Titles as Page Heading?" setting under "Miscellaneous" in the blog settings.

The idea behind this setting is if you're using the PageHeading control you can have the blog title render there instead of it's original place.

HTH.

4/6/2018 3:31:24 AM
Gravatar
Total Posts 537
feet planted firmly on the ground

Re: Blog headings disappear after upgrade to 2.6.0.0

Thanks Elijah that worked.

Could I suggest this is changed to make that setting False by default after upgrades?

4/13/2018 3:27:51 PM
Gravatar
Total Posts 91

mojoPortal Hosting & Design @ i7MEDIA!

Re: Blog headings disappear after upgrade to 2.6.0.0

Hi Crispin,

We were already checking if the page's ShowPageHeading setting was true or not but a scenario could exist where a skin supported showing the page heading and the option was selected but then a different skin is used which doesn't show the page heading so the option to disable ShowPageHeading setting goes away and then blog pages still think they need to use the page heading. That's quite confusing so I added some code to check the skin to see if the PageHeading control is there and if it's not, ignore the settings altogether and show the post title in it's original place.

Thanks,
Elijah

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