Thumbnails not in order when browsing images in Image Gallery.

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/21/2008 10:17:41 AM
Gravatar
Total Posts 4

Thumbnails not in order when browsing images in Image Gallery.

When using the regular Image Gallery module; Selecting an image within the gallery results in smaller thumbnails being out of order. When there are say, 25 images and viewing is set to 5 per page... When you select an image the thumbnail order at the top is not right, showing wrong thumbnail group and/or thumbnail page.

Does this make sense to anyone?

9/17/2008 9:26:12 AM
Gravatar
Total Posts 1

Re: Thumbnails not in order when browsing images in Image Gallery.

I've encountered the same problem. It appears that when you click on a thumbnail to display the large image, the gallery is using the value of the pagenumber3 parameter from the Url to determine which page of thumbnails to display with the large image.

9/17/2008 10:32:25 AM
Gravatar
Total Posts 18439

Re: Thumbnails not in order when browsing images in Image Gallery.

Hi,

When you see param pagenumber3 it means its the pagenumber param for module id 3, its not a miscount of page numbers. This is in case there is more than one gallery on the page so they each have their own params.

However, I will be looking into the gallery soon and redo the paging using ajax instead of querystring params. The gallery was implemented a few years ago and could use some ajax love to make it more modern.

Best,

Joe

9/17/2008 10:46:03 AM
Gravatar
Total Posts 4

Re: Thumbnails not in order when browsing images in Image Gallery.

Actually the number of thumbnail selected results in the same page number. So if you select the 3rd thumbnail on the first page you see the 3rd image enlarged but you also see thumbnails for page 3.

10/2/2008 5:05:11 PM
Gravatar
Total Posts 4

Re: Thumbnails not in order when browsing images in Image Gallery.

MJ ver 2273 has a few more problems with the image galleries. The new ajax popup is pretty kewl though there is no title or description shown. The compact version now does not show the image and the paging menu disappears.

10/3/2008 3:22:40 PM
Gravatar
Total Posts 18439

Re: Thumbnails not in order when browsing images in Image Gallery.

See this thread, you have to set the cache timeout to 0 to fix it.

Best,

Joe

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