Blog content not shown when expanding menu tree

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.
7/25/2010 11:07:06 AM
Gravatar
Total Posts 52

Blog content not shown when expanding menu tree

Hello,

I have one site in this environment:

System Information
mojoPortal Version 2.3.4.8 MSSQL
Operating System Microsoft Windows Server 2003 Service Pack 2
ASP.NET Version v2.0.50727 Running in Medium Trust

In the skin I use the top level is an horizontal menu and descending pages are shown in e tree on the left. I have one page that contains a blog, but when you expand one of the nodes of the menu tree the content of the blog is not show (it seems to be empty).

You can see at http://www.clemkey.com/fotografias.aspx and try expanding "Eventos"

Thanks,

Carlos

7/26/2010 7:18:38 AM
Gravatar
Total Posts 18439

Re: Blog content not shown when expanding menu tree

Hi Carlos,

I see the issue on your site but when I try to produce the problem using the stylehout-coolwater skin it works correctly for me. Maybe it is a difference between .NET 4 and 3.5, since you are running under 3.5 and I am testing under 4.0. All I can really suggest is to remove the expand/collapse button since it will expand when the user clicks the menu item anyway.

You can do this in layout.master on <portal:PageMenu id="PageMenu1" runat="server" UseTreeView="true" TreeViewShowExpandCollapse="false" />

Hope it helps,

Joe

7/26/2010 1:10:01 PM
Gravatar
Total Posts 52

Re: Blog content not shown when expanding menu tree

Thanks for your quick answer. I have tried changing to the original stylehout-coolwater and it still has the same behavior (I wanted to discard that could be some thing changed in my personalized skin). I may move to NET4. Yesterday I updated mojoPortal to all servers and the initial idea was to move to NET4 but I kept NET3.5 because it was the recommended option in the CodePlex page. Anyway in the mean time I will use your solution.

Thanks,

Carlos

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