Home page does not display content panes correctly if query string is not present

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.
6/2/2006 5:18:25 AM
Gravatar
Total Posts 7

Home page does not display content panes correctly if query string is not present

I have the site set up so that Default.aspx is the default doc. The first time it loads the page it shows two of the panes, the left and center, but not the right.  If I click another tab and then back to home, it shows all panes correctly.  This also happens if I remove the query string from the url manually and load the page.  It happens in both IE and Firefox.  I'm not sure if this is a bug or if I have just missed something in the config.  Any help would be greatly appreciated!


Jason
6/2/2006 8:11:43 AM
Gravatar
Total Posts 18439

Re: Home page does not display content panes correctly if query string is not present

Hi Jason,

I've never seen that symptom.

What version of mojoportal? from svn or release? What db? Does it happen no matter what skin is used? If you view the source is the content there and maybe just hidden by css? Are you using a custom skin? Is the menu vertical or horizontal?


Joe
6/2/2006 10:06:23 AM
Gravatar
Total Posts 7

Re: Home page does not display content panes correctly if query string is not present

yah, I hadn't seen it before either.  I'm using 2-0-2 I believe from the compiled download, the menu is horizontal, and the content is there, just hidded - although we are not hiding it in css.  We're using the MS SQL db.  It does it no matter what skin is used - but affects different skins differently.  GotMono drops the right pane, IBuySpy drops the left and right and just displays the center.

6/2/2006 12:28:30 PM
Gravatar
Total Posts 18439

Re: Home page does not display content panes correctly if query string is not present

Hmm, I really can't think of a reason it would do this.

Are you able to work with the source code? Is it feasible that you could upgrade to the latest 2.1 branch from svn?

You are saying the content is there, do you mean it is in the page if you view the source of the page (right click view source) or you just mean the content is there in the db?

Did this problem start suddenly on a site that has been working fine?
6/2/2006 3:22:21 PM
Gravatar
Total Posts 14

Re: Home page does not display content panes correctly if query string is not present

I am working with Jason and have checked the page source.  When you first load the site, the rightcontent is not shown anywhere in the source.  After you click on home or even just add default.aspx to the url, the rightcontent section is added.

Thanks for your help!
You must sign in to post in the forums. This thread is closed to new posts.