I find the micro navigation thumbnails did not display all images thumbnails and only display 8 images randomly. How can I change it to display all
Gallery version = 2.0.1 core 1.0.0.1
PHP version = 4.3.11 apache2handler
Webserver = Apache/2.0.45 (Win32) PHP/4.3.11
Database = mysql 4.0.12-nt
Toolkits = Gd, SquareThumb, Exif
Operating system = Windows NT FEI-SERVER 5.1 build 2600
Browser = Mozilla/4.0 (compatible; MSIE 6.0; Windows NT 5.1)
Posts: 33
any one help ?? isn't is my question is too easy ? I am newbie
Posts: 8601
not sure if anyone using carbon theme reads this forum.. you'll probably need to delve into the theme yourself.
Posts: 224
I have exact same problem using a mashup of matrix and pgtheme, it only displays 7 thumbnails no matter what, working on a fix but havn't found it after a few hours, Ill let you know,
Posts: 8601
PGtheme has a theme setting for peerWindowSize doesn't it? (maybe carbon theme does too? don't know)
Posts: 224
actually uses the same thing I responded to it in carbon thread in theme forum had to change default: null value to something like default: 40 to display 40 thumbs
Posts: 1
Just wanted to say thanks and to clarify that the comment by dotnature worked for me! I changed the setting in microNavigatorThumbs.tpl:
{g->callback type="core.LoadPeers" item=$item|default:$theme.item
windowSize=$windowSize|default:40
addEnds=true loadThumbnails=true}
and works like a charm!