[Map Module 0.5.0e] [FIXED] Where are the little album thumbs right to the map?

LFrank

Joined: 2005-02-19
Posts: 1023
Posted: Wed, 2006-03-08 16:22

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

 
Termitenshort
Termitenshort's picture

Joined: 2005-10-09
Posts: 1894
Posted: Wed, 2006-03-08 16:35

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 :-)

 
LFrank

Joined: 2005-02-19
Posts: 1023
Posted: Wed, 2006-03-08 16:54

;)
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