Home : Products : Gossamer Links : Development, Plugins and Globals :

Products: Gossamer Links: Development, Plugins and Globals: Re: [Andy] Gallery - plugin under develpment: Edit Log

Here is the list of edits for this post
Re: [Andy] Gallery - plugin under develpment
Andy >> Not sure what you mean?

In fact, the script does not seem to take into account the values of Small_Image_Width and Small_Image_Height which are indicated in Admin > Plugin > GalleryManagerGD > Settings.

But, if I modify the values directly in the GalleryManagerGD.pm file,

my $small_width = $PCFG->{Small_Image_Width} || 80;
my $small_height = $PCFG->{Small_Image_Height} || 80;

...the values are used by the script.

But, it is not very important for me. If I were to modify the values, I will publish the GalleryManagerGD.pm file.

Thanks,

Mick

Last edited by:

Oyo: Mar 23, 2008, 11:52 AM

Edit Log: