ajax popups in 2.3.4.2

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.
4/22/2010 11:39:42 PM
Gravatar
Total Posts 5

ajax popups in 2.3.4.2

Platform:

  • Windows Server 2008 and Windows XP
  • SQL Server 2008 Express
  • mojoPortal 2.3.4.2 (both source and pre-compiled binaries)

On two different platforms (Windows Server 2008 and Windows XP) the ajax popups for contextual help, skin preview browsing, and probably other features that use the ajax popup don't seem to be working in 2.3.4.2.  When I click on one of those links, I just get a blank page.  I thought maybe I had configured something incorrectly, but it seems to be impacting two different installations, one running off of the source version and the other running off of the pre-compiled version.

4/23/2010 6:12:27 AM
Gravatar
Total Posts 18439

Re: ajax popups in 2.3.4.2

Hi,

This was a change in version 2.3.4.1, it was mentioned in the release announcement blog post.

You need to add this to the style.config fle of your skin:

<file cssvpath="/ClientScript/greybox/gb_styles.css" imagebasevpath="/ClientScript/greybox/">none</file>

Hope it helps,

Joe

4/23/2010 9:08:37 AM
Gravatar
Total Posts 5

Re: ajax popups in 2.3.4.2

Thanks!  That did the trick.  I guess I'll have to pay closer attention to the blog posts when I upgrade in the future.

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