since "e", I've lost the little thumbs
Theme settings still shows
Thumbnail bar settings
This section permits show/hide the thumbnail bar and manage some basic settings for it
Thumbnail Bar Position: Right
Thumbnail Size: 90 Height for TOP & BOTTOM position, Width for LEFT & RIGHT position
activated.
Any idea?
Just checked - BOTTOM and TOP are working - RIGHT not
Gallery version = 2.1-rc-1b core 1.0.32
PHP version=5.1.2 apache2handler
Webserver=Apache/2.2.0 (Win32) DAV/2 PHP/5.1.1 mod_ssl/2.2.0 OpenSSL/0.9.8a
Database=mysql 5.0.18-nt-log
Gallery-URL=http://lf-photodesign.de
Posts: 1894
yep I just saw that myself ... the reason I didn't see it before was because I forgot to refresh my templates and I was still looking at an old version
In Thumb.tpl (located in templates/blocks), you can replace the line starting with document.write( ... with the following:
document.write('<div id="thumbs" class="gcBackground1 thumbbar" style="{if $map.ThumbBarPos eq "3"}position:absolute;right:{if ($map.LegendPos eq '2' and $map.LegendFeature neq '0' and ($map.AlbumLegend or $map.PhotoLegend or $map.regroupItems)) or ($map.FilterFeature neq '0' and isset($map.ShowFilters) and $map.ShowFilters eq '2')}205{else}5{/if}px;margin-left:4px;{/if}height: '+myHeight+'px;"></div>');
Don't forget to clear yor template cache ... it should repair the problem
Let me know
-------------------------
The Termite
Posts: 1023
;)
that made the trick - kewl
Gallery version = 2.1-rc-1b core 1.0.32
PHP version=5.1.2 apache2handler
Webserver=Apache/2.2.0 (Win32) DAV/2 PHP/5.1.1 mod_ssl/2.2.0 OpenSSL/0.9.8a
Database=mysql 5.0.18-nt-log
Gallery-URL=http://lf-photodesign.de