[Carbon Theme] About micro navigation thumbnails

willfei

Joined: 2003-05-03
Posts: 33
Posted: Mon, 2006-03-06 14:39

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)

 
willfei

Joined: 2003-05-03
Posts: 33
Posted: Tue, 2006-03-07 17:38

any one help ?? isn't is my question is too easy ? I am newbie

 
mindless
mindless's picture

Joined: 2004-01-04
Posts: 8601
Posted: Tue, 2006-03-07 21:33

not sure if anyone using carbon theme reads this forum.. you'll probably need to delve into the theme yourself.

 
dotnature
dotnature's picture

Joined: 2005-10-26
Posts: 224
Posted: Wed, 2006-03-08 15:45

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,

 
mindless
mindless's picture

Joined: 2004-01-04
Posts: 8601
Posted: Wed, 2006-03-08 18:44

PGtheme has a theme setting for peerWindowSize doesn't it? (maybe carbon theme does too? don't know)

 
dotnature
dotnature's picture

Joined: 2005-10-26
Posts: 224
Posted: Wed, 2006-03-08 23:26

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

 
amoswright

Joined: 2007-07-09
Posts: 1
Posted: Tue, 2007-07-17 12:52

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!