Blog Issue (v 2.3.7.0) - Treeview, Altcontent1

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.
10/21/2011 4:47:25 PM
Gravatar
Total Posts 49
TRIAD/Next Level Interactive

Blog Issue (v 2.3.7.0) - Treeview, Altcontent1

Hi Joe,

It appears that in V 2.3.7.0, the blog article pages do not display the treeview navigation or the altcontent1 panel.

However, those pages display altcontent2 panel.

This is regardless of our config file settings as we have the altcontent settings in place.

Please advise.

Thanks,
John

10/22/2011 8:03:45 AM
Gravatar
Total Posts 18439

Re: Blog Issue (v 2.3.7.0) - Treeview, Altcontent1

Hi John,

Try adding these properties on StyleSheetCombiner in your layout.master file:

<portal:StyleSheetCombiner HideEmptyAlt1="false" HideEmptyAlt2="false" ...

I've just updated our sticky thread about skin changes to mention this.

Hope that helps,

Joe

10/22/2011 10:31:37 AM
Gravatar
Total Posts 49
TRIAD/Next Level Interactive

Re: Blog Issue (v 2.3.7.0) - Treeview, Altcontent1

Awesome, that fixed the alcontent1 panel. Thanks a lot!

Any ideas on how to make the treeview nav appear now?

10/22/2011 10:41:05 AM
Gravatar
Total Posts 18439

Re: Blog Issue (v 2.3.7.0) - Treeview, Altcontent1

Add this in user.config:

<add key="Blog:BlogViewSuppressPageMenu" value="false" />

then touch Web.config to make it reload settings

Hope that helps,

Joe

10/22/2011 11:05:32 AM
Gravatar
Total Posts 49
TRIAD/Next Level Interactive

Re: Blog Issue (v 2.3.7.0) - Treeview, Altcontent1

Worked. Thanks Joe!

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