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.
When posting in this forum, please try to provide as many relevant details as possible. Particularly the following:
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
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
Awesome, that fixed the alcontent1 panel. Thanks a lot!
Any ideas on how to make the treeview nav appear now?
Add this in user.config:
<add key="Blog:BlogViewSuppressPageMenu" value="false" />
then touch Web.config to make it reload settings
Worked. Thanks Joe!