Page 1 of 1

Thumbs in Multibox misbehaving if Image ordering descending

Posted: 07 Mar 2013, 23:54
by peterbor
Hi, thanks for nice and useful component! The only problem I have is misbehaving of small thumbnails in multibox (Right column):
- if the Image ordering in General Phoca settings is set to "Ascending", everything works correctly and small thumbnails in Right column are changing properly and continuously.
- if the ordering in General Phoca settings is set to "Descending", the only change in "thumbnails section" is that the actual image disappears from the thumbnails "row" and all other images remain static. If I view images beyond the "Thumbnails Count" all images in thumbnails "row" remain static.
I believe it just needs a small modification in 'components/com_phocagallery/views/detail/tmpl/default_multibox.php' (Thumbnails section) but I can't figure it out.
Thanks for advice! :-)
Peter

Re: Thumbs in Multibox misbehaving if Image ordering descend

Posted: 16 Mar 2013, 02:23
by Jan
Hi, it is not easy with ordering them, because you need:

- to eliminate displaying of image displayed as large
- you need to follow design issues :-(

See the model for detail view (components/com_phocagallery/models/detail.php) and view (components/com_phocagallery/views/detail/view.html.php) getThumbnails(...) function.

Jan