FAP SUPPORT - Gif Pictures And Midthumbnails »  Show posts from    to     

Icy Phoenix


Archived phpBB Topics (Styles, Mods, Support) - FAP SUPPORT - Gif Pictures And Midthumbnails



Anemia [ Fri 19 Jan, 2007 05:02 ]
Post subject: FAP SUPPORT - Gif Pictures And Midthumbnails
i have a litte problem , i think the "Show fill GIF pictures,if Mid Thumb activ." dosent work

when i click on a gif pic the midtumbnail will show anyway.

have a look

--->link

maybe try the animated NIN banner or someting else


EDIT:
uhm ... there a some pics shown up right ... like this Multi Upload - 004

but the animated gif banner wont show up right --> Nin


Artie [ Fri 19 Jan, 2007 20:51 ]
Post subject: Re: Gif Pictures And Midthumbnails
Anemia wrote: [View Post]
i have a litte problem , i think the "Show fill GIF pictures,if Mid Thumb activ." dosent work

when i click on a gif pic the midtumbnail will show anyway.


I think you may be right.... I see no difference no matter how I set the ACP for this.

What are trying to make happen ?
Do you want the thumb to link to the full image and skip the mid-thumb (for gifs) ?

BTW, I really like what you have done to the image info ..... Cool


Anemia [ Sat 20 Jan, 2007 14:04 ]
Post subject: Re: Gif Pictures And Midthumbnails
hey,
yes i want skip the midthumbnails for gif pictures. Some of the Gifs a animated and must have a fullview to show up right.

thanks for the compliment respective the Image Info


and thanks for your great support


Artie [ Sun 21 Jan, 2007 01:08 ]
Post subject: Re: Gif Pictures And Midthumbnails
I find nothing to suggest that this feature is actually coded ... except for the ACP.

Perhaps MG has discontinued this for some reason and forgot to remove from the admin panel.


Mighty Gorgon [ Tue 23 Jan, 2007 02:26 ]
Post subject: Re: Gif Pictures And Midthumbnails
Artie wrote: [View Post]
I find nothing to suggest that this feature is actually coded ... except for the ACP.

Perhaps MG has discontinued this for some reason and forgot to remove from the admin panel.

Damn... you two found another bug...

OPEN album_picm.php
FIND
Code: [Hide] [Select]
// ------------------------------------
// Send Thumbnail to browser
// ------------------------------------

REPLACE WITH
Code: [Hide] [Select]
if ( ($pic_filetype == '.gif') && ($album_config['show_gif_mid_thumb'] == 1) )
{
header('Content-type: image/gif');
header('Content-Disposition: filename=' . $pic_title_reg . $pic_filetype);
readfile($pic_fullpath);
exit;
}

// ------------------------------------
// Send Thumbnail to browser
// ------------------------------------


Let me know it it will work in this way...




Powered by Icy Phoenix